diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 04:10:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-13 04:10:54 +0100 |
| commit | 68dcaf3c8909ae09e2197a069f0fb84cfd4a5444 (patch) | |
| tree | b79457c4739e3dc6251ea3076fb8a9bddaa2d4d5 /include/CompilerKit | |
| parent | 0d7337aef0eb32f49b25ea7ce7b12af727121381 (diff) | |
feat: Nectar specs V1, introduce LibGL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
| -rw-r--r-- | include/CompilerKit/AST.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index 6136721..b991bd0 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -29,7 +29,6 @@ enum struct KeywordKind { kKeywordKindFunctionStart, kKeywordKindFunctionEnd, kKeywordKindVariable, - kKeywordKindType, kKeywordKindExpressionBegin, kKeywordKindExpressionEnd, kKeywordKindArgSeparator, |
