summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-17 23:38:49 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-17 23:38:49 +0100
commitcd46596e5e74d4c44700a378c3cd60653502cfdd (patch)
tree7e2b86ca81afed153ee4f8f33a89ec9ff02f8fc9 /include/CompilerKit
parent362d10df4cbc781c3408214ca8c637bcc88d2645 (diff)
feat: working on branching support.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/AST.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index 388a6c6..3632ef5 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -41,8 +41,6 @@ enum struct KeywordKind {
kKeywordKindAccess,
kKeywordKindAccessChecked,
kKeywordKindIf,
- kKeywordKindElse,
- kKeywordKindElseIf,
kKeywordKindVariableAssign,
kKeywordKindVariableDec,
kKeywordKindVariableInc,