From cf85412812e3b6107fb13cd8b2f6cceedd421e12 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 21 Jan 2026 10:37:37 +0100 Subject: chore: wip: More Nectar features and expanding codegen. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CompilerKit/AST.h') diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 3632ef5..80dd19a 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -36,6 +36,7 @@ enum struct KeywordKind { kKeywordKindBodyEnd, kKeywordKindImplInit, kKeywordKindImpl, + kKeywordKindTrait, kKeywordKindNew, kKeywordKindDelete, kKeywordKindAccess, -- cgit v1.2.3