7911 Commits (3ed46e47e96cfe78313287cffd5b6e8032dacb17)
 

Author SHA1 Message Date
Jakob Stoklund Olesen cda7943b0b Fix documentation badge. 9 years ago
Jakob Stoklund Olesen 65dfef16e9 Begin parser unit tests, add public interface. 9 years ago
Jakob Stoklund Olesen 07afc6e8da Begin parser unit tests, add public interface. 9 years ago
Jakob Stoklund Olesen 615d9825e5 Simplify parser. 9 years ago
Jakob Stoklund Olesen 8d0311b642 Simplify parser. 9 years ago
Jakob Stoklund Olesen c69a21f79e Parser for .cton files. 9 years ago
Jakob Stoklund Olesen f1a4b28d3f Parser for .cton files. 9 years ago
Jakob Stoklund Olesen 7ccef63077 Handle value type names in the lexer. 9 years ago
Jakob Stoklund Olesen c712ddc776 Handle value type names in the lexer. 9 years ago
Jakob Stoklund Olesen 1228abca29 Begin lexer implementation. 9 years ago
Jakob Stoklund Olesen ab74770ffe Begin lexer implementation. 9 years ago
Jakob Stoklund Olesen bbeafde243 Type::by() returns an Optional<Type>. 9 years ago
Jakob Stoklund Olesen 9e00ce5081 Type::by() returns an Optional<Type>. 9 years ago
Jakob Stoklund Olesen c0f77f35c7 Add function signatures. 9 years ago
Jakob Stoklund Olesen 04d3b10564 Add function signatures. 9 years ago
Jakob Stoklund Olesen 58f70ef12d Implement FromStr for Imm64, Ieee32, Ieee64. 9 years ago
Jakob Stoklund Olesen 6a1f74125f Implement FromStr for Imm64, Ieee32, Ieee64. 9 years ago
Jakob Stoklund Olesen 71f8fe1cb1 Migrate to readthedocs.io 9 years ago
Jakob Stoklund Olesen f1d43652ad Migrate to readthedocs.io 9 years ago
Jakob Stoklund Olesen 9a6f79a9ba Add some scaffolding for building more crates. 9 years ago
Jakob Stoklund Olesen 4f40a2ae79 Add some scaffolding for building more crates. 9 years ago
Jakob Stoklund Olesen 661ac9e7ad Implement std::str::FromStr for matching opcodes. 9 years ago
Jakob Stoklund Olesen 49ae98a1e9 Implement std::str::FromStr for matching opcodes. 9 years ago
Jakob Stoklund Olesen 53c878f4e1 Typo. 9 years ago
Jakob Stoklund Olesen 66778dc23c Typo. 9 years ago
Jakob Stoklund Olesen 1b7d5d849f Generate a constant hash table for recognizing opcodes. 9 years ago
Jakob Stoklund Olesen 24e0828d20 Generate a constant hash table for recognizing opcodes. 9 years ago
Jakob Stoklund Olesen 85248a4b18 Generate an opcode_name() function. 9 years ago
Jakob Stoklund Olesen 3dcd2f8e58 Generate an opcode_name() function. 9 years ago
Jakob Stoklund Olesen b0c0dd1b9f Add repr.rs module containing the representation of functions. 9 years ago
Jakob Stoklund Olesen 3a570e8b21 Add repr.rs module containing the representation of functions. 9 years ago
Jakob Stoklund Olesen ee09a39aef Include generated Opcode enum in the immediates module. 9 years ago
Jakob Stoklund Olesen d650d551a0 Include generated Opcode enum in the immediates module. 9 years ago
Jakob Stoklund Olesen eba396546a Begin source generation. 9 years ago
Jakob Stoklund Olesen 15f39c776c Begin source generation. 9 years ago
Jakob Stoklund Olesen 6e2e7bfb73 Add a RISC-V target. 9 years ago
Jakob Stoklund Olesen 7bf4570ba1 Add a RISC-V target. 9 years ago
Jakob Stoklund Olesen 5388f68437 Give instructions a CamelCase name. 9 years ago
Jakob Stoklund Olesen 936d6e523a Give instructions a CamelCase name. 9 years ago
Jakob Stoklund Olesen 99b1251b35 Collect all instructions into instruction groups. 9 years ago
Jakob Stoklund Olesen 6f083a310a Collect all instructions into instruction groups. 9 years ago
Jakob Stoklund Olesen 0b8db43bbe Add scaffolding for a Python build script. 9 years ago
Jakob Stoklund Olesen d32d78d16c Add scaffolding for a Python build script. 9 years ago
Jakob Stoklund Olesen 807b718358 Add an autohtml target to docs/Makefile. 9 years ago
Jakob Stoklund Olesen d197f8a104 Add an autohtml target to docs/Makefile. 9 years ago
Jakob Stoklund Olesen f72f47aece Replace bool with b1, b8, b16, ... 9 years ago
Jakob Stoklund Olesen 043bb1aba5 Replace bool with b1, b8, b16, ... 9 years ago
Jakob Stoklund Olesen 4b265c2ee3 Display quiet NaNs as 'NaN'. 9 years ago
Jakob Stoklund Olesen 79e765a183 Display quiet NaNs as 'NaN'. 9 years ago
Jakob Stoklund Olesen 524eb77185 Implement IEEE immediates for binary32 and binary64. 9 years ago