From cc0b46b2f8d1fa0fa3c888d08efb3e54f8ecfc6e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 16 Jan 2026 19:04:01 +0100 Subject: chore: update and improve Nectar codegen. 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 0ee8f9e..388a6c6 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -34,6 +34,7 @@ enum struct KeywordKind { kKeywordKindArgSeparator, kKeywordKindBodyStart, kKeywordKindBodyEnd, + kKeywordKindImplInit, kKeywordKindImpl, kKeywordKindNew, kKeywordKindDelete, -- cgit v1.2.3