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
refactor this grammar to be more clearly readable (e.g. move all binary / ternary expressions into one type, have an easy and clear way to define order of execution instead of this weird setup of referring to the next lower expression)
add tests
refactor implementation to be less verbose / easier to read / less copy and paste between binary and ternary operators
See discussion in #521
The text was updated successfully, but these errors were encountered: