More order independent globals

This commit is contained in:
Krzosa Karol
2022-05-29 22:07:08 +02:00
parent 2ad3131dba
commit 4434ad1fb5
6 changed files with 39 additions and 11 deletions

View File

@@ -47,8 +47,8 @@ int main(){
test_intern_table();
lex_test();
String result = compile_file("globals.kl"_s);
// String result = compile_file("structs.kl"_s);
// String result = compile_file("globals.kl"_s);
String result = compile_file("structs.kl"_s);
// String result = compile_file("order_independent_globals.kl"_s);
printf("%s", result.str);