diff options
author | Chimrod <> | 2023-10-05 21:18:22 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-05 21:18:22 +0200 |
commit | 002ec21cce78961fe5a74c8b51dae0dd55aa4457 (patch) | |
tree | 824acef85a0e07366f385312aff3e30315c51ddd /lib/parser.mly | |
parent | 2602e444277cdf215b34c10ab4f872dbce8348d0 (diff) |
Added a new error message
Diffstat (limited to 'lib/parser.mly')
-rw-r--r-- | lib/parser.mly | 2 |
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 %% |