summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CompilerKit/AST.h')
-rw-r--r--include/CompilerKit/AST.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index 20389c3..27f57be 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -1,4 +1,5 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// SPDX-License-Identifier: Apache-2.0
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (See accompanying
// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
// Official repository: https://github.com/ne-foss-org/nectar
@@ -45,6 +46,7 @@ enum struct KeywordKind {
kKeywordKindIf,
kKeywordKindVariableAssign,
kKeywordKindVariableDec,
+ kKeywordKindVariableEquals,
kKeywordKindVariableInc,
kKeywordKindTypedef,
kKeywordKindEndLine, // Optional in Nectar.