aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cuprate.sld (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test-error, test-assertHEADmasterGravatar Peter McGoron 2025-11-231-0/+1
|
* move rewriters to implementation file, make rewriter cycle-detectingGravatar Peter McGoron 2025-11-041-11/+2
|
* start moving implementation-dependent code into separate librariesGravatar Peter McGoron 2025-11-031-23/+8
|
* considering continuationsGravatar Peter McGoron 2025-11-031-2/+3
|
* fix chicken build, support STKLOSGravatar Peter McGoron 2025-11-021-5/+5
|
* add sagittarius test, and non-working tr7 testGravatar Peter McGoron 2025-11-021-1/+1
|
* add hack to support foment and CHICKEN 5.3.0Gravatar Peter McGoron 2025-11-021-8/+9
|
* make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a ↵Gravatar Peter McGoron 2025-11-021-1/+2
| | | | bug in compiled syntax-rules macros
* group hooksGravatar Peter McGoron 2025-11-021-7/+11
|
* Big rewrite:Gravatar Peter McGoron 2025-11-011-0/+59
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.