From 68dcaf3c8909ae09e2197a069f0fb84cfd4a5444 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 Jan 2026 04:10:54 +0100 Subject: feat: Nectar specs V1, introduce LibGL. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/CompilerKit') 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, -- cgit v1.2.3