from-scratch/lang/src
2025-11-14 12:59:31 +01:00
..
alloc.asm move tests to use cargo 2025-11-13 14:39:45 +01:00
ast.asm use cargo 2025-11-06 15:31:55 +01:00
ast.inc as expression (<prefix-expr> as <type>), more types in ast 2025-11-04 16:51:59 +01:00
codegen.asm use cargo 2025-11-06 15:31:55 +01:00
file.asm reduce warnings, enable edition 2024, fix tokeniser (1/?) 2025-10-28 12:06:24 +01:00
int_to_str.asm move tests to use cargo 2025-11-13 14:39:45 +01:00
lib.asm use trampoline to aign stack for call to rust panic 2025-10-31 14:52:59 +01:00
main.asm reduce warnings, enable edition 2024, fix tokeniser (1/?) 2025-10-28 12:06:24 +01:00
panic.asm move panic out, add stack frames, proper rust test 2025-10-20 22:44:27 +02:00
tokeniser.asm move tests to use cargo 2025-11-13 14:39:45 +01:00
tokeniser.inc can codegen if/else 2025-11-03 20:07:51 +01:00
vec.asm tests for alloc,vec,tokeniser 2025-11-14 12:59:31 +01:00