summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/CompilerKit/AST.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index c1313ce..27f57be 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -46,6 +46,7 @@ enum struct KeywordKind {
kKeywordKindIf,
kKeywordKindVariableAssign,
kKeywordKindVariableDec,
+ kKeywordKindVariableEquals,
kKeywordKindVariableInc,
kKeywordKindTypedef,
kKeywordKindEndLine, // Optional in Nectar.