aboutsummaryrefslogtreecommitdiff
path: root/lib/parser.mly
diff options
context:
space:
mode:
authorChimrod <>2023-10-05 21:18:22 +0200
committerChimrod <>2023-10-05 21:18:22 +0200
commit002ec21cce78961fe5a74c8b51dae0dd55aa4457 (patch)
tree824acef85a0e07366f385312aff3e30315c51ddd /lib/parser.mly
parent2602e444277cdf215b34c10ab4f872dbce8348d0 (diff)
Added a new error message
Diffstat (limited to 'lib/parser.mly')
-rw-r--r--lib/parser.mly2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parser.mly b/lib/parser.mly
index 9b5297c..84c1af8 100644
--- a/lib/parser.mly
+++ b/lib/parser.mly
@@ -5,7 +5,7 @@
%parameter<Analyzer: Qsp_syntax.S.Analyzer>
%start <Analyzer.Location.repr>main
-%on_error_reduce expression instruction binary_operator unary_operator
+%on_error_reduce expression instruction unary_operator assignation_operator
%%