diff options
Diffstat (limited to 'include/CompilerKit/AST.h')
| -rw-r--r-- | include/CompilerKit/AST.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 0ee8f9e..388a6c6 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -34,6 +34,7 @@ enum struct KeywordKind { kKeywordKindArgSeparator, kKeywordKindBodyStart, kKeywordKindBodyEnd, + kKeywordKindImplInit, kKeywordKindImpl, kKeywordKindNew, kKeywordKindDelete, |
