Opened pandoras box

This commit is contained in:
2024-09-09 22:32:36 +02:00
parent d9dfcc6354
commit d01fca146c
6 changed files with 12 additions and 8 deletions

View File

@@ -392,7 +392,7 @@ compile_file :: (compiler : *Shader_Compiler, path : string) -> Compilation_Resu
}
parse_state : Parse_State;
init_parse_state(*parse_state, lex_result.tokens, lexer.path, context.allocator);
init_parse_state(*parse_state, lex_result.tokens, lexer.path);
parse_result := parse(*parse_state);
if parse_result.had_error {