justinpombrio / partial-pretty-printer

A pretty printing library for formatting source code in any language, which can efficiently print just part of a document.
Apache License 2.0
3 stars 0 forks source link

Inside-out Printing #20

Open justinpombrio opened 8 months ago

justinpombrio commented 8 months ago

Make printing even more peephole-optimized by printing from the "inside out". This is a pie-in-the-sky enhancement.

How this could be done: