From 38e21d3cd9409d583c627fb9bd401db5dcbd6981 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 15 Jan 2026 15:47:38 +0100 Subject: feat: implemented `->`, `.`, error handling. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/CompilerKit/AST.h') diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index f45d6fd..0ee8f9e 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -38,13 +38,13 @@ enum struct KeywordKind { kKeywordKindNew, kKeywordKindDelete, kKeywordKindAccess, + kKeywordKindAccessChecked, kKeywordKindIf, kKeywordKindElse, kKeywordKindElseIf, kKeywordKindVariableAssign, kKeywordKindVariableDec, kKeywordKindVariableInc, - kKeywordKindConstant, kKeywordKindTypedef, kKeywordKindEndLine, // Optional in Nectar. kKeywordKindSpecifier, -- cgit v1.2.3