diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-09 22:38:30 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-09 22:40:16 +0100 |
| commit | 462a7e9796970b259815369ffaf4c5e24af3139c (patch) | |
| tree | 96f4b1c8f788881b68d1580498affbea0600c351 /include/CompilerKit/AST.h | |
| parent | 0877f8698ad68a324d866642ab950a5b22e49af1 (diff) | |
wip: Nectar stack and object allocation in frontend.v0.1.2-develop
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 e161bb7..b8d313f 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -38,6 +38,7 @@ enum struct KeywordKind { kKeywordKindBodyStart, kKeywordKindBodyEnd, kKeywordKindClass, + kKeywordKindGenerics, kKeywordKindPtrAccess, kKeywordKindAccess, kKeywordKindIf, |
