Blazebit / blaze-expression

Apache License 2.0
5 stars 6 forks source link

ExpressionSerializer doesn't respect the operator precedence #53

Closed beikov closed 2 years ago

beikov commented 2 years ago

Serializing an expression (a + b) * c results in a + b * c i.e. the serializer is not respecting the operator precedence. Let's also check if the excel serializer is affected by that.

beikov commented 2 years ago

Fixed via c8bbce8d6ebe3644b90be27d93c15339d96e278d