[fine] Start on a pretty printer

ala https://justinpombrio.net/2024/02/23/a-twist-on-Wadlers-printer.html
This commit is contained in:
John Doty 2024-04-06 18:25:57 -07:00
parent 0b0b5d72d0
commit 228ca719f0
7 changed files with 225 additions and 4 deletions

1
Cargo.lock generated
View file

@ -732,6 +732,7 @@ dependencies = [
"salsa-2022",
"syn 2.0.52",
"thiserror",
"unicode-width",
]
[[package]]