Broke builtins.

This commit is contained in:
2025-09-06 19:58:46 +02:00
parent 11c936ba7f
commit 9cf51a1534
6 changed files with 238 additions and 113 deletions

View File

@@ -232,7 +232,7 @@ run_lexer_test :: (file_path : string, result : *Compile_Result, output_type : O
result_data.type = .Failed;
result_text = report_messages(result.messages);
} else {
result_text = pretty_print_tokens(result.tokens.tokens, *temp);
result_text = pretty_print_tokens(result.tokens, *temp);
}
if output_type & .StdOut {