You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my tweaking of the grammar I had accidentally placed '&', '|' and '^'
at higher precedence that '*', '/', '%'. I'm not sure operator
precedence is 100% correct, but we now have a framework for verifying it
when we make changes.
Fixes#2244.
Verify (write tests) that operator precedence is working properly.
The text was updated successfully, but these errors were encountered: