issues
search
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
CHECKLIST
#7
Closed
justinpombrio
closed
8 months ago
justinpombrio
commented
1 year ago
Tracking things to do:
[x] Fix Oracle.
[x] Rename line,col -> row,col. "Line" is not a number!
[x] Refactor NotationRef to not expose flat&indent via NotationCase.
[x] Add IfFlat or Break (
https://github.com/justinpombrio/partial-pretty-printer/issues/6
). IfFlat(x, y) means "if flat then x else y". Break(txt) means IfFlat(Lit(txt), Newline). Test it.
[x] Proofreading pass
[x] Merge Rewrite branch
[x] Documentation pass
justinpombrio
commented
8 months ago
Done!!!
Tracking things to do: