summaryrefslogtreecommitdiff
path: root/guix/read-print.scm
AgeCommit message (Expand)Author
2023-06-04records: Add MATCH-RECORD-LAMBDA....(unmatched-parenthesis ew syntax
2023-06-02read-print: Add 'package/inherit' special form....Ludovic Courtès
2023-05-05read-print: Recognize 'wrap-program' and 'wrap-script' as special forms....Ludovic Courtès
2023-05-05read-print: Correctly read "(. x)"....Ludovic Courtès
2023-04-24read-print: 'pretty-print-with-comments' keeps newlines on long strings....Ludovic Courtès
2023-03-16read-print: 'read-with-comments' reads comments within gexps....Ludovic Courtès
2023-03-07read-print: Correctly handle comments that follow a list head....Ludovic Courtès
2023-03-07read-print: Special-case channel-related forms....Ludovic Courtès
2023-01-09read-print: Do not use extended notation when printing '1+', '1-', etc....Ludovic Courtès
2022-12-20read-print: Add special forms....Ludovic Courtès
2022-10-17read-print: Recognize 'define-record-type' and 'define-record-type*'....Ludovic Courtès
2022-10-02read-print: Fix indentation rule for 'match-lambda*'....Ludovic Courtès
2022-09-20read-print: Add rule for 'home-bash-configuration'....Ludovic Courtès
2022-09-20read-print: Correctly support multiple same-named newline forms....Ludovic Courtès
2022-09-02read-print: Improve declaration of integer bases....Ludovic Courtès
2022-09-02read-print: Define forms for which \n, \t, etc. are not escaped....Ludovic Courtès
2022-09-01read-print: Guess the base to use for integers being printed....Ludovic Courtès
2022-08-10read-print: Remove unused procedure....Ludovic Courtès
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