Compound expression for union

This commit is contained in:
Krzosa Karol
2023-03-29 10:06:55 +02:00
parent c9072711b5
commit cb630951fd
5 changed files with 40 additions and 9 deletions

View File

@@ -192,7 +192,7 @@ int main(int argument_count, char **arguments) {
else {
String program_name = string_from_cstring(arguments[1]);
compile_file(&arena, program_name, COMPILE_PRINT_STATS);
compile_file(&arena, program_name, COMPILE_PRINT_STATS | COMPILE_AND_RUN);
}
}
printf("End of program\n");