aboutsummaryrefslogtreecommitdiff
path: root/guix/read-print.scm
Commit message (Expand)AuthorAge
* guix: import: Optionally import necessary yanked crates.David Elsing2024-01-09
* read-print: Properly indent ‘parameterize’.Ludovic Courtès2023-11-22
* read-print: Be more mindful of horizontal space in packages.Tobias Geerinckx-Rice2023-09-24
* records: Add MATCH-RECORD-LAMBDA.(unmatched-parenthesis ew syntax2023-06-04
* read-print: Add 'package/inherit' special form.Ludovic Courtès2023-06-02
* read-print: Recognize 'wrap-program' and 'wrap-script' as special forms.Ludovic Courtès2023-05-05
* read-print: Correctly read "(. x)".Ludovic Courtès2023-05-05
* read-print: 'pretty-print-with-comments' keeps newlines on long strings.Ludovic Courtès2023-04-24
* read-print: 'read-with-comments' reads comments within gexps.Ludovic Courtès2023-03-16
* read-print: Correctly handle comments that follow a list head.Ludovic Courtès2023-03-07
* read-print: Special-case channel-related forms.Ludovic Courtès2023-03-07
* read-print: Do not use extended notation when printing '1+', '1-', etc.Ludovic Courtès2023-01-09
* read-print: Add special forms.Ludovic Courtès2022-12-20
* read-print: Recognize 'define-record-type' and 'define-record-type*'.Ludovic Courtès2022-10-17
* read-print: Fix indentation rule for 'match-lambda*'.Ludovic Courtès2022-10-02
* read-print: Add rule for 'home-bash-configuration'.Ludovic Courtès2022-09-20
* read-print: Correctly support multiple same-named newline forms.Ludovic Courtès2022-09-20
* read-print: Improve declaration of integer bases.Ludovic Courtès2022-09-02
* read-print: Define forms for which \n, \t, etc. are not escaped.Ludovic Courtès2022-09-02
* read-print: Guess the base to use for integers being printed.Ludovic Courtès2022-09-01
* 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