Single header mode sort of working

This commit is contained in:
Krzosa Karol
2022-10-02 13:40:04 +02:00
parent e098663d82
commit b10f3840df
5 changed files with 88 additions and 30 deletions

View File

@@ -293,9 +293,8 @@ int main(int argument_count, char **arguments){
test_string_builder();
test_intern_table();
emit_line_directives = false;
emit_type_info = false;
symbol_prefix = "Ray_"_s;
// emit_line_directives = false;
// emit_type_info = false;
if(argument_count > 1){
String program_name = string_from_cstring(arguments[1]);
compile_file(program_name, COMPILE_PRINT_STATS);