Commit graph

5 commits

Author SHA1 Message Date
8a80bcad64 Fix broken test
(Update snapshot to be correct.)
2024-09-11 11:28:53 -07:00
276449287d Allow for text to follow tokens in pretty-printing
It's weird that it counts against the line length though, like if you
were going to break you could ignore it right? At least, for the
grammar I'm working here....
2024-09-11 11:22:41 -07:00
d6dd54f4df Actual pretty-printing!
Now we're cooking with gas ALTHOUGH now we have to deal with the fact
that we're gluing everything together where there *should* be spaces.

Many more improvements to come.
2024-09-11 11:08:02 -07:00
5d88b459b9 Spiffy up the json parser with pretty-printing marks 2024-09-10 12:06:29 -07:00
667273369e A test for the printer, to get started 2024-09-10 11:57:10 -07:00