aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/tokens.mly
diff options
context:
space:
mode:
authorChimrod <>2023-10-26 16:50:12 +0200
committerChimrod <>2023-10-30 09:30:55 +0100
commitdc1ae31617bc4c3cfaefc518971bbb153149ca86 (patch)
tree66524795e7b78987fdedfb5b49963f49b3cdee1a /lib/qparser/tokens.mly
parent12fb712df5e9d1142ca2a3604d6095de6381cf65 (diff)
Added a state in the string evaluation
Diffstat (limited to 'lib/qparser/tokens.mly')
-rw-r--r--lib/qparser/tokens.mly1
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