Fix crashes

This commit is contained in:
Krzosa Karol
2022-05-28 17:48:52 +02:00
parent 798453c7db
commit 7de941899f
6 changed files with 25 additions and 7 deletions

View File

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