grol-io / grol

Go REPL Open Language
https://grol.io
Apache License 2.0
22 stars 2 forks source link

Make division same precedence as multiplication for left to right conversion without parenthesis #230

Closed ldemailly closed 1 month ago

ldemailly commented 1 month ago

except that breaks the simplification code (which must preserve parens for say

1./(ab) to not turn into 1./ab