summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/AST.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 22:21:44 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-29 22:21:44 -0500
commitf900849f98bad9988805ec89c587395752490486 (patch)
treedf8f090049f9a3893da80ab7aae5bd001297cd5b /src/CompilerKit/AST.h
parent7a66458357d02a43d68a71e2b1152ada6b1ab481 (diff)
chore: API and system design update.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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,