Compile string, working on scopes
This commit is contained in:
9
main.cpp
9
main.cpp
@@ -10,15 +10,18 @@
|
||||
int main(){
|
||||
test_os_memory();
|
||||
thread_ctx_init();
|
||||
test_gen();
|
||||
test_unicode();
|
||||
test_resolve();
|
||||
test_types();
|
||||
test_parse_expr();
|
||||
|
||||
map_test();
|
||||
test_array();
|
||||
test_string_builder();
|
||||
test_intern_table();
|
||||
lex_test();
|
||||
|
||||
String result = compile_file("lambdas.kl"_s);
|
||||
printf("%s", result.str);
|
||||
|
||||
compile_file("globals.kl"_s);
|
||||
__debugbreak();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user