From 0be550520fdd9da1cc996f6d71ab2790a1b2fcb8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 29 Jan 2026 22:27:52 +0100 Subject: feat: if statement and custom comparaison syntax for nectar. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CompilerKit') diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 1917081..537d7a5 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -53,6 +53,7 @@ enum struct KeywordKind { kKeywordKindReturn, kKeywordKindExtern, kKeywordKindImport, + kKeywordKindExport, kKeywordKindCommentInline, kKeywordKindCommentMultiLineStart, kKeywordKindCommentMultiLineEnd, -- cgit v1.2.3