mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 13:14:59 -07:00
Add file scopes for the packages
This commit is contained in:
+2
-2
@@ -41,7 +41,8 @@ struct ImportedPackage {
|
||||
|
||||
struct AstFile {
|
||||
AstPackage * package;
|
||||
// isize id;
|
||||
Scope * scope;
|
||||
|
||||
String fullpath;
|
||||
gbArena arena;
|
||||
Tokenizer tokenizer;
|
||||
@@ -67,7 +68,6 @@ struct AstFile {
|
||||
|
||||
AstNode * curr_proc;
|
||||
isize scope_level;
|
||||
// Scope * scope; // NOTE(bill): Created in checker
|
||||
// DeclInfo * decl_info; // NOTE(bill): Created in checker
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user