Added the rest of current builtins. Started properly implementing compile tests.

This commit is contained in:
2025-09-11 11:03:02 +02:00
parent 9461fe626f
commit 79ec6cc42f
9 changed files with 255 additions and 38 deletions

View File

@@ -507,8 +507,6 @@ compile_file :: (ctx : *Compiler_Context, path : string, allocator : Allocator =
init_context_allocators();
defer clear_context_allocators();
ctx.allocator = make_arena(Megabytes(128));
ctx.file = make_file(ctx, path);
lex(ctx);