Added the rest of current builtins. Started properly implementing compile tests.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user