summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-16 19:04:01 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-16 19:04:01 +0100
commitcc0b46b2f8d1fa0fa3c888d08efb3e54f8ecfc6e (patch)
tree4344d2a8f91682a064a6ccbc43e7db9fb65b64c0 /include
parent38e21d3cd9409d583c627fb9bd401db5dcbd6981 (diff)
chore: update and improve Nectar codegen.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/CompilerKit/AST.h1
1 files changed, 1 insertions, 0 deletions
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,