diff options
author | Chimrod <> | 2023-10-26 16:50:12 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-30 09:30:55 +0100 |
commit | dc1ae31617bc4c3cfaefc518971bbb153149ca86 (patch) | |
tree | 66524795e7b78987fdedfb5b49963f49b3cdee1a /lib/qparser/tokens.mly | |
parent | 12fb712df5e9d1142ca2a3604d6095de6381cf65 (diff) |
Added a state in the string evaluation
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 fa74cc7..6b218ed 100644 --- a/lib/qparser/tokens.mly +++ b/lib/qparser/tokens.mly @@ -24,6 +24,7 @@ %token <string>IDENT %token <string>LITERAL %token <string>INTEGER +%token TEXT_MARKER %token COMMENT |