Improve default scope size

This commit is contained in:
gingerBill
2021-07-27 10:59:39 +01:00
parent ae25787f48
commit 116e98b378
6 changed files with 51 additions and 8 deletions
+1
View File
@@ -112,6 +112,7 @@ struct AstFile {
bool in_foreign_block;
bool allow_type;
isize total_file_decl_count;
Slice<Ast *> decls;
Array<Ast *> imports; // 'import'
isize directive_count;