summaryrefslogtreecommitdiff
path: root/guix/read-print.scm
AgeCommit message (Expand)Author
2022-08-10read-print: Report missing closing parens instead of looping....Ludovic Courtès
2022-08-08read-print: Add 'case' and 'cond' special forms....Ludovic Courtès
2022-08-08read-print: Support printing multi-line comments....Ludovic Courtès
2022-08-08read-print: 'canonicalize-comment' leaves top-level comments unchanged....Ludovic Courtès
2022-08-08read-print: Add code to read and write sequences of expressions/blanks....Ludovic Courtès
2022-08-08read-print: Recognize page breaks....Ludovic Courtès
2022-08-08read-print: Read and render vertical space....Ludovic Courtès
2022-08-08read-print: Introduce <blank> parent class of <comment>....Ludovic Courtès
2022-08-08read-print: Expose comment constructor....Ludovic Courtès
2022-08-08read-print: Add System and Home special forms....Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print)....Ludovic Courtès