From 0d7337aef0eb32f49b25ea7ce7b12af727121381 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 Jan 2026 03:33:51 +0100 Subject: chore: nectar: Frontend improvements and syntax updates. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/CompilerKit') 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, -- cgit v1.2.3