aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cuprate (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix cycle counterGravatar Peter McGoron 2025-11-152-20/+24
|
* use srfi-146 when full srfi-225 is available for chibiGravatar Peter McGoron 2025-11-051-2/+12
|
* move rewriters to implementation file, make rewriter cycle-detectingGravatar Peter McGoron 2025-11-0414-119/+141
|
* start moving implementation-dependent code into separate librariesGravatar Peter McGoron 2025-11-037-0/+80
|
* add hack to support foment and CHICKEN 5.3.0Gravatar Peter McGoron 2025-11-021-8/+8
|
* make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a ↵Gravatar Peter McGoron 2025-11-024-7/+14
| | | | bug in compiled syntax-rules macros
* Big rewrite:Gravatar Peter McGoron 2025-11-013-0/+91
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.