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.32k stars 140 forks source link

[Issue 455] eSCAD pretty-printing #472

Closed lepsa closed 7 months ago

lepsa commented 7 months ago

Code for https://github.com/Haskell-Things/ImplicitCAD/issues/455

Added a pretty printer for escad output. Added a new pretty printing test for indentation and spacing. Updating existing tests where needed to match the pretty printing.

sorki commented 7 months ago

Awesome!

julialongtin commented 7 months ago

Changelog entry? :)

sorki commented 7 months ago

Thank you!