rudus/src
2025-06-23 19:17:53 -04:00
..
base.rs keep adding prelude; fix when stack discipline 2025-06-22 22:46:07 -04:00
chunk.rs maybe actually fix the loop stuff; lots of QOL improvements 2025-06-22 19:42:25 -04:00
compiler.rs fix upvalue resolution, hopefully for real this time 2025-06-23 19:17:53 -04:00
errors.rs start work on getting prelude working; discover closure bug 2025-06-21 17:43:47 -04:00
lexer.rs or and and are now reserved words 2025-05-28 16:37:25 -04:00
lib.rs.old lexing? 2024-10-27 17:45:17 -04:00
main.rs fix upvalue resolution, hopefully for real this time 2025-06-23 19:17:53 -04:00
memory_sandbox.rs start working on a bytecode interpreter! 2024-12-15 16:37:51 -05:00
old_main.rs some simple bytecodes! 2024-12-15 17:54:40 -05:00
old_value.rs some simple bytecodes! 2024-12-15 17:54:40 -05:00
old_vm.rs some simple bytecodes! 2024-12-15 17:54:40 -05:00
op.rs maybe actually fix the loop stuff; lots of QOL improvements 2025-06-22 19:42:25 -04:00
parser.rs keep grinding on loop/recur/jif stack mismatch; add ast->code printer 2025-06-22 14:04:43 -04:00
process.rs things & stuff 2024-12-14 13:43:08 -05:00
spans.rs break out into separate modules 2024-10-31 16:59:26 -04:00
validator.rs fix and & or 2025-06-22 20:26:08 -04:00
value.rs moar debugging: find issues with upvalues 2025-06-23 18:59:12 -04:00
vm.rs moar debugging: find issues with upvalues 2025-06-23 18:59:12 -04:00