diff options
Diffstat (limited to 'lib/qparser/tokens.mly')
-rw-r--r-- | lib/qparser/tokens.mly | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/qparser/tokens.mly b/lib/qparser/tokens.mly index 0ba5486..42856ef 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -20,6 +20,7 @@ %token AND OR %token EOL +%token EOF %token <string>IDENT %token <string>LITERAL |