Less heap more List

This commit is contained in:
Krzosa Karol
2022-09-30 12:33:58 +02:00
parent 35c395caf9
commit 62faf8a78c
4 changed files with 11 additions and 11 deletions

View File

@@ -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;