diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 03:33:51 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 03:33:51 +0100 |
| commit | 0d7337aef0eb32f49b25ea7ce7b12af727121381 (patch) | |
| tree | 2eeedcbb0efcea8be14ec46813c82e4c5836e5f6 /include/CompilerKit | |
| parent | ef7f9bead82e73ff3efd4577a20e5170b017a859 (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.h | 3 |
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, |
