Fixing bugs, prepending all names with context name

This commit is contained in:
Krzosa Karol
2022-06-13 18:07:17 +02:00
parent f9487a2c24
commit 955167ce18
8 changed files with 68 additions and 37 deletions

View File

@@ -174,9 +174,7 @@ int main(int argument_count, char **arguments){
#else
F64 total_time = os_time();
begin_compilation();
add_module(pctx->intern("order1.kl"_s));
Ast_Module *module = add_module(pctx->intern("Windows.kl"_s));
Ast_Module *module = add_module(pctx->intern("base.kl"_s));
parse_all_modules();
assert(module);
resolve_everything_in_module(module);