Compiling with Type_Info

This commit is contained in:
Krzosa Karol
2022-06-18 23:32:34 +02:00
parent c85fa02750
commit 071a8de6a4
5 changed files with 33 additions and 99 deletions

View File

@@ -191,6 +191,7 @@ struct Parse_Ctx:Lexer{
// Array<Ast_File *> files;
Array<Ast_Module *> modules;
Array<Ast_Decl *> ordered_decls;
S32 base_language_ordered_decl_len;
Ast_Scope *currently_parsed_scope;
Ast_File *currently_parsed_file;