aboutsummaryrefslogtreecommitdiff
path: root/lib/qparser/parser.mly
diff options
context:
space:
mode:
authorChimrod <>2025-01-03 19:30:27 +0100
committerChimrod <>2025-01-04 09:52:09 +0100
commit211f0f7a210936bfa0d55d5e14abd2917a3c8903 (patch)
tree29311e9af5eae05c69a68f01c4acea65cb99c854 /lib/qparser/parser.mly
parent75f3eabb46eded01460f7700a75d094100047438 (diff)
New custom error message
Diffstat (limited to 'lib/qparser/parser.mly')
-rw-r--r--lib/qparser/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qparser/parser.mly b/lib/qparser/parser.mly
index 469cf79..2fadccf 100644
--- a/lib/qparser/parser.mly
+++ b/lib/qparser/parser.mly
@@ -21,7 +21,7 @@
%start <(Analyzer.context -> Analyzer.Location.t)>main
%start<(Analyzer.context -> Analyzer.Location.t)>dynamics
-%on_error_reduce expression instruction unary_operator assignation_operator
+%on_error_reduce instruction unary_operator assignation_operator
%%