More small changes

This commit is contained in:
2025-08-27 22:12:19 +02:00
parent 4825623c73
commit 14f8b20d5f
4 changed files with 24 additions and 57 deletions

View File

@@ -1693,7 +1693,8 @@ add_builtins :: (checker : *Semantic_Checker) {
checker.state = .Adding_Builtins;
add_file_from_string(checker.result, BUILTIN);
checker.result.file = make_file_from_string(BUILTIN);
checker.result.allocator = make_arena(*checker.result.arena);
lexer : Lexer;