aboutsummaryrefslogtreecommitdiff
path: root/lib/parser.mly
diff options
context:
space:
mode:
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
%%