summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/AST.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-21 16:18:44 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-21 16:18:44 +0100
commit470f065bc61bc3dbebe342d426e49a4f70ff335b (patch)
treea39f55f98506f1c74a09052ff195c2f0f62ce112 /include/CompilerKit/AST.h
parentcf85412812e3b6107fb13cd8b2f6cceedd421e12 (diff)
task: #57: Working on NASM support for frontend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/AST.h')
-rw-r--r--include/CompilerKit/AST.h1
1 files changed, 1 insertions, 0 deletions
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,