Getting packages out of resolve_name

This commit is contained in:
Krzosa Karol
2022-06-10 17:07:58 +02:00
parent 957dbbd5cc
commit ab663d0b01
7 changed files with 31 additions and 26 deletions

View File

@@ -176,6 +176,7 @@ struct Parse_Ctx:Lexer{
U64 unique_ids;
Map type_map;
Array<Ast_Package *> packages;
Ast_Scope *currently_parsed_scope;
Ast_Package *resolving_package;
Array<Ast_Decl *> ordered_decls;