From dc1ae31617bc4c3cfaefc518971bbb153149ca86 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Thu, 26 Oct 2023 16:50:12 +0200 Subject: Added a state in the string evaluation --- lib/qparser/tokens.mly | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/qparser/tokens.mly') 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 IDENT %token LITERAL %token INTEGER +%token TEXT_MARKER %token COMMENT -- cgit v1.2.3