From 12fb712df5e9d1142ca2a3604d6095de6381cf65 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 28 Oct 2023 19:57:04 +0200 Subject: Removed unused tokens --- lib/qparser/tokens.mly | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly index a87ce98..fa74cc7 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -19,7 +19,6 @@ %token EXCLAMATION %token AND OR -%token EOF %token EOL %token IDENT @@ -36,7 +35,6 @@ %token LET %token SET %token OBJ -%token LOC %token NO %token KEYWORD %token FUNCTION -- cgit v1.2.3