diff options
| author | gingerBill <bill@gingerbill.org> | 2018-12-28 13:31:06 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-12-28 13:31:06 +0000 |
| commit | a240a3d14660f6b33f839a3ebf142e20aac3e80a (patch) | |
| tree | a32aea3ab5929ca1bda8c54cf839a0a956bc5225 /src/parser.hpp | |
| parent | 775f1e2c959e0db488615a44d30be3a59d371b08 (diff) | |
`static` variable declarations (Experimental)
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
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; \ }) \ |