summaryrefslogtreecommitdiffhomepage
path: root/include
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
parentcf85412812e3b6107fb13cd8b2f6cceedd421e12 (diff)
task: #57: Working on NASM support for frontend.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/CompilerKit/AE.h2
-rw-r--r--include/CompilerKit/AST.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/CompilerKit/AE.h b/include/CompilerKit/AE.h
index 945dd83..e96861c 100644
--- a/include/CompilerKit/AE.h
+++ b/include/CompilerKit/AE.h
@@ -4,7 +4,7 @@
// Official repository: https://github.com/nekernel-org/nectar
#ifndef NECTAR_COMPILERKIT_AE_H
-#define NECTAR_COMPILERKIT_AE_H_
+#define NECTAR_COMPILERKIT_AE_H
#include <CompilerKit/Detail/Config.h>
#include <fstream>
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,