[Expression Optimizer] Incorrectly removing parenthesis/priority
altrisi opened this issue ยท 3 comments
Simplest example:
'a' + (1 + 1) ==> a11
In my use case one of the numbers comes from a variable, same output.
@altrisi You can take a look on the commit to see if that's what you tried
ok, its the optimizer not taking into account associativity. Should be not that hard. I am AFK for a few more days, but will look into when I am back. Or you would want to have a look at it?