diff options
author | Chimrod <> | 2023-10-28 19:57:04 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-30 09:30:55 +0100 |
commit | 12fb712df5e9d1142ca2a3604d6095de6381cf65 (patch) | |
tree | c36ce5354448409d81bdc37d9847a23f259fbd9b /lib/qparser/tokens.mly | |
parent | 09f12acfb6d40f1b0b29625e87c2df58ecf9f275 (diff) |
Removed unused tokens
Diffstat (limited to 'lib/qparser/tokens.mly')
-rw-r--r-- | lib/qparser/tokens.mly | 2 |
1 files changed, 0 insertions, 2 deletions
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 <string>IDENT @@ -36,7 +35,6 @@ %token LET %token SET %token OBJ -%token LOC %token NO %token <Qsp_syntax.T.keywords>KEYWORD %token <Qsp_syntax.T.function_>FUNCTION |