diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 22:31:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 22:31:13 +0100 |
| commit | 4449344b1743f87af4a224a81d9b482264cfa253 (patch) | |
| tree | 14d383e7da29e6b499e7c9dd606d22c3ac66063c /include/CompilerKit | |
| parent | 68dcaf3c8909ae09e2197a069f0fb84cfd4a5444 (diff) | |
chore: language frontend improvements and stdlib development
in-progress.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
| -rw-r--r-- | include/CompilerKit/AST.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index b991bd0..d586bbc 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -34,8 +34,9 @@ enum struct KeywordKind { kKeywordKindArgSeparator, kKeywordKindBodyStart, kKeywordKindBodyEnd, - kKeywordKindClass, - kKeywordKindGenerics, + kKeywordKindImpl, + kKeywordKindNew, + kKeywordKindDelete, kKeywordKindPtrAccess, kKeywordKindAccess, kKeywordKindIf, @@ -46,7 +47,7 @@ enum struct KeywordKind { kKeywordKindVariableInc, kKeywordKindConstant, kKeywordKindTypedef, - kKeywordKindEndInstr, + kKeywordKindEndLine, // Optional in Nectar. kKeywordKindSpecifier, kKeywordKindInvalid, kKeywordKindReturn, |
