Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.33k stars 141 forks source link

Fixing exponent operator precedence. #434

Closed lepsa closed 1 year ago

lepsa commented 1 year ago

Making exponent calls have a higher precedence than multiplication/division. Leaving unary sign precedence as-is.

lepsa commented 1 year ago

This is a fix for https://github.com/Haskell-Things/ImplicitCAD/issues/428