From cf85412812e3b6107fb13cd8b2f6cceedd421e12 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 21 Jan 2026 10:37:37 +0100 Subject: chore: wip: More Nectar features and expanding codegen. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/src/Compilers/NectarCompiler+AMD64.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CompilerKit') 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); -- cgit v1.2.3