dust/dust-lang/src
2024-09-18 22:00:24 -04:00
..
parser Add and pass tests 2024-09-18 22:00:24 -04:00
chunk.rs Add and pass tests 2024-09-18 22:00:24 -04:00
constructor.rs Improve constructors 2024-08-23 11:44:47 -04:00
dust_error.rs Reimplement the Parser and VM with a register-based VM 2024-09-12 00:39:31 -04:00
identifier.rs Add docs and an unused function for fun 2024-08-13 22:57:37 -04:00
instruction.rs Add and pass tests 2024-09-18 22:00:24 -04:00
lexer.rs Fix byte lexing bug; Implement Move operation 2024-09-12 21:14:15 -04:00
lib.rs Refactor and clean up; Pass tests 2024-09-18 20:02:12 -04:00
operation.rs Begin implementing control flow with if/else expressions 2024-09-18 16:43:34 -04:00
token.rs Add &&, || and ! to the language; Add tests 2024-09-17 17:51:39 -04:00
type.rs Start new rewrite of Dust 2024-09-06 19:27:16 -04:00
value.rs Add LoadBoolean; Refactor; Improve disassembly output 2024-09-18 13:42:32 -04:00
vm.rs Begin implementing control flow with if/else expressions 2024-09-18 16:43:34 -04:00