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.41k stars 142 forks source link

[Issue 455] eSCAD pretty-printing #472

Closed lepsa closed 10 months ago

lepsa commented 10 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 10 months ago

Awesome!

julialongtin commented 10 months ago

Changelog entry? :)

sorki commented 10 months ago

Thank you!