aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cuprate/rewriters.foment.sld (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a ↵Gravatar Peter McGoron 2025-11-021-32/+0
| | | | bug in compiled syntax-rules macros
* Big rewrite:Gravatar Peter McGoron 2025-11-011-0/+32
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.