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 1917081..537d7a5 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -53,6 +53,7 @@ enum struct KeywordKind { kKeywordKindReturn, kKeywordKindExtern, kKeywordKindImport, + kKeywordKindExport, kKeywordKindCommentInline, kKeywordKindCommentMultiLineStart, kKeywordKindCommentMultiLineEnd, |
