From cd46596e5e74d4c44700a378c3cd60653502cfdd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 17 Jan 2026 23:38:49 +0100 Subject: feat: working on branching support. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/CompilerKit') 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, -- cgit v1.2.3