summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-13 03:33:51 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-13 03:33:51 +0100
commit0d7337aef0eb32f49b25ea7ce7b12af727121381 (patch)
tree2eeedcbb0efcea8be14ec46813c82e4c5836e5f6 /include/CompilerKit
parentef7f9bead82e73ff3efd4577a20e5170b017a859 (diff)
chore: nectar: Frontend improvements and syntax updates.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/AST.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index 6a31597..6136721 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -30,9 +30,6 @@ enum struct KeywordKind {
kKeywordKindFunctionEnd,
kKeywordKindVariable,
kKeywordKindType,
- kKeywordKindTypePtr,
- kKeywordKindImport,
- kKeywordKindExport,
kKeywordKindExpressionBegin,
kKeywordKindExpressionEnd,
kKeywordKindArgSeparator,