Less heap more List
This commit is contained in:
@@ -230,7 +230,7 @@ How does current declaration order resolver works:
|
||||
|
||||
struct Ast_Scope: Ast{
|
||||
String debug_name; // Dont use
|
||||
Array<Ast_Scope *> implicit_imports;
|
||||
List<Ast_Scope *> implicit_imports;
|
||||
Array<Ast_Decl *> decls;
|
||||
Array<Ast *> stmts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user