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