tjbearse / sheet-block-editor

A block based visual editor for Google Sheets
https://tjbearse.github.io/sheet-block-editor/
GNU General Public License v3.0
3 stars 0 forks source link

Use the minimum amount of parenthesis required #16

Closed tjbearse closed 1 year ago

tjbearse commented 2 years ago

The code generator is overly conservative in adding parenthesis. Block code generators need to incorporate precedence so a minimal correct formula can be made

tjbearse commented 2 years ago

All functions can safely return ORDER_ATOMIC and never be wrapped in parens

tjbearse commented 1 year ago

I think I fixed this in 84624dea3543b1f2e3580d8bf8922fbe10fb7441