summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/AST.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 22:26:33 -0500
committerGitHub <noreply@github.com>2025-11-29 22:26:33 -0500
commitdb929ce81ca026cabb6d61d3c7b80190262d3c83 (patch)
treedf8f090049f9a3893da80ab7aae5bd001297cd5b /src/CompilerKit/AST.h
parent0c8f94db58637420fa3b9513823a3cdb3e92bf38 (diff)
parentf900849f98bad9988805ec89c587395752490486 (diff)
Merge pull request #40 from nekernel-org/developv0.0.7
chore: API and system design update.
Diffstat (limited to 'src/CompilerKit/AST.h')
-rw-r--r--src/CompilerKit/AST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/AST.h b/src/CompilerKit/AST.h
index 74db957..3cb5a08 100644
--- a/src/CompilerKit/AST.h
+++ b/src/CompilerKit/AST.h
@@ -22,7 +22,7 @@ struct CompilerKeyword;
/// =========================================================== ///
enum KeywordKind {
- kKeywordKindReserved = 0,
+ kKeywordKindReserved = 0,
kKeywordKindNamespace = 100,
kKeywordKindFunctionStart,
kKeywordKindFunctionEnd,