More order independent globals
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user