From 470f065bc61bc3dbebe342d426e49a4f70ff335b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 21 Jan 2026 16:18:44 +0100 Subject: task: #57: Working on NASM support for frontend. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CompilerKit/AST.h') diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 80dd19a..7529d73 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -41,6 +41,7 @@ enum struct KeywordKind { kKeywordKindDelete, kKeywordKindAccess, kKeywordKindAccessChecked, + kKeywordKindFunctionAccess, kKeywordKindIf, kKeywordKindVariableAssign, kKeywordKindVariableDec, -- cgit v1.2.3