summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-21 10:37:37 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-21 10:37:37 +0100
commitcf85412812e3b6107fb13cd8b2f6cceedd421e12 (patch)
tree1dc1707bf6edb192cd90c01780c5dd032684ade2 /include/CompilerKit
parentdd67da34d17d54b3e70bd9fe42de19d64960b14f (diff)
chore: wip: More Nectar features and expanding codegen.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
-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 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,