diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 15:02:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 15:02:01 +0100 |
| commit | 3e6fcda61e87f61fba547bed1eb239981966cb68 (patch) | |
| tree | e6bb6932a9428f95f9e35d801e48de2355b6a124 /include/CompilerKit | |
| parent | b2f39498134eb07af872ce7ef2cc1cfa3c4de870 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
| -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 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. |
