Cleanup Slice and Tuple generation
This commit is contained in:
@@ -180,7 +180,8 @@ struct Parse_Ctx:Lexer{
|
||||
Allocator *perm; // Stores: AST, tokens, interns
|
||||
Allocator *heap;
|
||||
|
||||
U64 unique_ids;
|
||||
U64 type_ids;
|
||||
U64 unique_ids; // @Debug
|
||||
Map type_map;
|
||||
|
||||
Ast_Module *builtins;
|
||||
@@ -188,6 +189,7 @@ struct Parse_Ctx:Lexer{
|
||||
Ast_Scope *currently_parsed_scope;
|
||||
Ast_File *currently_parsed_file;
|
||||
Array<Ast_Decl *> ordered_decls;
|
||||
Array<Ast_Decl *> c_backend_decls;
|
||||
|
||||
S64 indent;
|
||||
String_Builder gen;
|
||||
|
||||
Reference in New Issue
Block a user