diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/CompilerKit/AST.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index b8d313f..6a31597 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -29,9 +29,10 @@ enum struct KeywordKind { kKeywordKindFunctionStart, kKeywordKindFunctionEnd, kKeywordKindVariable, - kKeywordKindVariablePtr, kKeywordKindType, kKeywordKindTypePtr, + kKeywordKindImport, + kKeywordKindExport, kKeywordKindExpressionBegin, kKeywordKindExpressionEnd, kKeywordKindArgSeparator, |
