aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-12-28 13:31:06 +0000
committergingerBill <bill@gingerbill.org>2018-12-28 13:31:06 +0000
commita240a3d14660f6b33f839a3ebf142e20aac3e80a (patch)
treea32aea3ab5929ca1bda8c54cf839a0a956bc5225 /src/parser.hpp
parent775f1e2c959e0db488615a44d30be3a59d371b08 (diff)
`static` variable declarations (Experimental)
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 f48e230ff..7f069d591 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -374,6 +374,7 @@ AST_KIND(_DeclBegin, "", bool) \
Array<Ast *> attributes; \
CommentGroup *docs; \
CommentGroup *comment; \
+ bool is_static; \
bool is_using; \
bool is_mutable; \
}) \