aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-28 20:59:06 +0100
committergingerBill <bill@gingerbill.org>2018-05-28 20:59:06 +0100
commit6eb505a6774ef1a801cd24e9adc75f1de738ca6e (patch)
tree1a5502efd7e605bc8c461596c00da8406e509a15 /src/parser.hpp
parent619783ca1ba783d1248297127fa8e5d0a097d7ba (diff)
Comment based build tags for packages (basic and temporary)
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 2f88240ce..f15aad756 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -52,6 +52,7 @@ struct AstFile {
AstPackage * pkg;
Scope * scope;
+ AstNode * pkg_decl;
String fullpath;
gbArena arena;
Tokenizer tokenizer;