from-scratch/lang/src
janis 86bbab90c3
modularise test with shared rust structs
add expect/unwrap token methods to tokeniser to aid with parsing
2025-10-29 14:00:17 +01:00
..
alloc.asm bump allocator 2025-10-28 20:40:25 +01:00
file.asm reduce warnings, enable edition 2024, fix tokeniser (1/?) 2025-10-28 12:06:24 +01:00
int_to_str.asm parsing numbers 2025-10-28 21:43:23 +01:00
lib.asm memmove, vec_insert, vec_binary_search_by working and tested 2025-10-29 00:39:23 +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
test.m asdf 2025-10-18 10:59:30 +02:00
tokeniser.asm modularise test with shared rust structs 2025-10-29 14:00:17 +01:00
vec.asm insert sorted, return tuple instead of strange signed index from binary search methods 2025-10-29 13:38:39 +01:00