| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add note | 2025-11-04 | 1 | -9/+1 | |
| | | |||||
| * | move rewriters to implementation file, make rewriter cycle-detecting | 2025-11-04 | 1 | -4/+1 | |
| | | |||||
| * | considering continuations | 2025-11-03 | 1 | -0/+38 | |
| | | |||||
| * | TR7 | 2025-11-03 | 1 | -13/+39 | |
| | | |||||
| * | update | 2025-11-02 | 1 | -2/+6 | |
| | | |||||
| * | fix chicken build, support STKLOS | 2025-11-02 | 1 | -0/+5 | |
| | | |||||
| * | add gauche | 2025-11-02 | 1 | -0/+6 | |
| | | |||||
| * | add sagittarius test, and non-working tr7 test | 2025-11-02 | 1 | -1/+6 | |
| | | |||||
| * | add hack to support foment and CHICKEN 5.3.0 | 2025-11-02 | 1 | -0/+9 | |
| | | |||||
| * | Big rewrite: | 2025-11-01 | 1 | -30/+28 | |
| | | | | | | | | | | | 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. | ||||
| * | add expect-to-fail | 2025-09-26 | 1 | -0/+5 | |
| | | |||||
| * | test-application: add forms as they are evaluated, and only store the whole ↵ | 2025-09-21 | 1 | -9/+2 | |
| | | | | | evaluated expression quoted | ||||
| * | add chibi | 2025-08-05 | 1 | -0/+5 | |
| | | |||||
| * | Support Foment | 2025-08-05 | 1 | -0/+14 | |
| | | | | | | | | | 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 conspire, with most meta-tests passed | 2025-08-03 | 1 | -0/+187 | |
