From 137af331b95311f3abfa9fe59e7efc68843f6c37 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 10 Jan 2026 10:09:39 +0100 Subject: feat: necdrv: Code generation improvements and WiP specs. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/CompilerKit') 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, -- cgit v1.2.3