Referencing other packages works!!

This commit is contained in:
Krzosa Karol
2022-06-10 19:25:57 +02:00
parent eff0afd96c
commit decab135b8
9 changed files with 101 additions and 42 deletions

View File

@@ -178,7 +178,6 @@ struct Parse_Ctx:Lexer{
Array<Ast_Package *> packages;
Ast_Scope *currently_parsed_scope;
Ast_Package *resolving_package;
Array<Ast_Decl *> ordered_decls;
S64 indent;