Emitting proper lines and files, coding in the language!

This commit is contained in:
Krzosa Karol
2022-06-14 14:15:21 +02:00
parent f885abe3f5
commit d63a327e3e
5 changed files with 62 additions and 49 deletions

View File

@@ -176,7 +176,7 @@ int main(int argument_count, char **arguments){
system((const char *)run_program.str);
}
#else
emit_line_directives = false;
emit_line_directives = true;
F64 total_time = os_time();
begin_compilation();
Ast_Module *module = add_module(pctx->intern("main.kl"_s));