summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-10 10:09:39 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-10 10:09:39 +0100
commit137af331b95311f3abfa9fe59e7efc68843f6c37 (patch)
tree5eaf8aab12f6c41ba8d5ac0f2cdbe4bd7e2264fb /include/CompilerKit
parent462a7e9796970b259815369ffaf4c5e24af3139c (diff)
feat: necdrv: Code generation improvements and WiP specs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/AST.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index b8d313f..6a31597 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -29,9 +29,10 @@ enum struct KeywordKind {
kKeywordKindFunctionStart,
kKeywordKindFunctionEnd,
kKeywordKindVariable,
- kKeywordKindVariablePtr,
kKeywordKindType,
kKeywordKindTypePtr,
+ kKeywordKindImport,
+ kKeywordKindExport,
kKeywordKindExpressionBegin,
kKeywordKindExpressionEnd,
kKeywordKindArgSeparator,