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 /src/CompilerKit | |
| parent | dd67da34d17d54b3e70bd9fe42de19d64960b14f (diff) | |
chore: wip: More Nectar features and expanding codegen.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/CompilerKit')
| -rw-r--r-- | src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc index c8bf13b..557d9f2 100644 --- a/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc +++ b/src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc @@ -1428,6 +1428,7 @@ NECTAR_MODULE(CompilerNectarAMD64) { bool skip = false; kKeywords.emplace_back("impl", CompilerKit::KeywordKind::kKeywordKindImpl); + kKeywords.emplace_back("trait", CompilerKit::KeywordKind::kKeywordKindTrait); kKeywords.emplace_back("{", CompilerKit::KeywordKind::kKeywordKindBodyStart); kKeywords.emplace_back("}", CompilerKit::KeywordKind::kKeywordKindBodyEnd); kKeywords.emplace_back("{}", CompilerKit::KeywordKind::kKeywordKindImplInit); |
