aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rewriters.r7rs.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big rewrite:Gravatar Peter McGoron 2025-11-011-37/+0
| | | | | | | | | | 1. Rename to "cuprate". 2. Remove mutexes. 3. Move rewriters to other library. 4. Move the DTO out of the `test-info` parameter. They are now separate parameters, with the expectation that the DTO will not change over time. This significantly reduces the complexity of the code. 5. Use SRFI-146 for Chicken.
* Support FomentGravatar Peter McGoron 2025-08-051-4/+15
| | | | | | | | Foment had some peculiarities: 1. Parameterize objects are initialized with the objects themselves at some point, which broke the previous code. 2. Foment cannot discard multiple value returns in some scenarios.
* add adjustable value rewriterGravatar Peter McGoron 2025-08-051-0/+26