More work on modules, Ast_Module, Ast_File and Ast_Scope got unified

This commit is contained in:
Krzosa Karol
2022-06-13 14:04:47 +02:00
parent bcd825c154
commit 4b16439a14
7 changed files with 55 additions and 39 deletions

View File

@@ -176,6 +176,7 @@ int main(int argument_count, char **arguments){
begin_compilation();
add_module(pctx->intern("order1.kl"_s));
Ast_Module *module = add_module(pctx->intern("Windows.kl"_s));
parse_all_modules();
assert(module);
resolve_everything_in_module(module);