quchen / prettyprinter

A modern, extensible and well-documented prettyprinter.
BSD 2-Clause "Simplified" License
294 stars 36 forks source link

Add a layouter based on JP Bernardy's prettiest printer #167

Open sjakobi opened 4 years ago

sjakobi commented 4 years ago

Paper: https://jyp.github.io/pdf/Prettiest.pdf Implementation: https://hackage.haskell.org/package/pretty-compact Old blog post: https://jyp.github.io/posts/towards-the-prettiest-printer.html

I'm mostly curious how results and performance would compare to layoutSmart.