1
0
dust/dust-lang/src
2024-10-24 22:37:18 -04:00
..
built_in_function.rs Begin adding functions to the language 2024-10-08 22:56:01 -04:00
chunk.rs Begin reworking jump instructions 2024-10-20 10:20:09 -04:00
dust_error.rs Create formatter 2024-10-13 07:14:12 -04:00
formatter.rs Clean up 2024-10-18 22:30:20 -04:00
identifier.rs Refine LoadList instruction; Improve logs; Refactor 2024-09-24 22:58:14 -04:00
instruction.rs Pass tests 2024-10-24 22:37:18 -04:00
lexer.rs Add function test 2024-10-19 01:58:30 -04:00
lib.rs Extend CLI to cover more formatting options; Extend formatting 2024-10-13 16:46:45 -04:00
operation.rs Add LoadSelf instruction to enable recursion 2024-10-20 02:30:22 -04:00
parser.rs Pass tests 2024-10-24 22:37:18 -04:00
token.rs Add function test 2024-10-19 01:58:30 -04:00
type.rs Add types to functions and improve calls 2024-10-12 20:19:21 -04:00
value.rs Refactor to fix bugs with loops; Add close instructions while calling functions 2024-10-20 00:06:22 -04:00
vm.rs Tweak control flow jumping and compile-time optimizations 2024-10-20 22:18:58 -04:00