summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-14 13:57:47 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-14 14:06:30 +0100
commit955ddf513eed8ee925022e88d5c10fb879b57953 (patch)
treed13713b23fcadc2c85c798d6f1372145c73b6f59 /include/CompilerKit
parent9cf3a4835418d4de6470dbfa6bf51b4d8b262602 (diff)
chore: Assembler and Frontend improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
-rw-r--r--include/CompilerKit/AST.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index d586bbc..0e869da 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -37,7 +37,6 @@ enum struct KeywordKind {
kKeywordKindImpl,
kKeywordKindNew,
kKeywordKindDelete,
- kKeywordKindPtrAccess,
kKeywordKindAccess,
kKeywordKindIf,
kKeywordKindElse,