mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-27 07:51:49 -07:00
Improve default scope size
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user