diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index f1547847f..686f3ed61 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -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 |