diff options
author | Chimrod <> | 2023-09-29 16:40:36 +0200 |
---|---|---|
committer | Chimrod <> | 2023-09-29 17:22:59 +0200 |
commit | 93179b90d8b1006001ce53310a6b01ba9f673fb7 (patch) | |
tree | e10f37ceb84b6562dbf6b23941eca3cde44b0792 /lib/parser.mly | |
parent | 3d74fbfd4bd173ae1aac4bf808b00275d48c4be4 (diff) |
New precedence test
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 a0a45e6..9b5297c 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 +%on_error_reduce expression instruction binary_operator unary_operator %% |