diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-21 10:37:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-21 10:37:37 +0100 |
| commit | cf85412812e3b6107fb13cd8b2f6cceedd421e12 (patch) | |
| tree | 1dc1707bf6edb192cd90c01780c5dd032684ade2 /include/CompilerKit/AST.h | |
| parent | dd67da34d17d54b3e70bd9fe42de19d64960b14f (diff) | |
chore: wip: More Nectar features and expanding codegen.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/AST.h')
| -rw-r--r-- | include/CompilerKit/AST.h | 1 |
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, |
