diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 0cc77d2cc..c4c161864 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -418,6 +418,10 @@ AST_KIND(_DeclEnd, "", bool) \ Ast *list; \ }) \ AST_KIND(_TypeBegin, "", bool) \ + AST_KIND(TypeidType, "typeid", struct { \ + Token token; \ + Ast *specialization; \ + }) \ AST_KIND(TypeType, "type", struct { \ Token token; \ Ast *specialization; \ |