diff options
| author | 2025-11-02 10:05:36 -0500 | |
|---|---|---|
| committer | 2025-11-02 10:05:36 -0500 | |
| commit | 3a713033dfe313802d183f5419ff042fa6ae2fe8 (patch) | |
| tree | d290dc2c02f786a1dab1b2e7af0df93dd1173a50 /lib/cuprate/rewriters/foment.sld | |
| parent | group hooks (diff) | |
make macro generators, test on chibi. Currently broken in CHICKEN-5 due to a bug in compiled syntax-rules macros
Diffstat (limited to '')
| -rw-r--r-- | lib/cuprate/rewriters/foment.sld (renamed from lib/cuprate/rewriters.foment.sld) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cuprate/rewriters.foment.sld b/lib/cuprate/rewriters/foment.sld index 24c26d8..6f88ea5 100644 --- a/lib/cuprate/rewriters.foment.sld +++ b/lib/cuprate/rewriters/foment.sld @@ -1,4 +1,4 @@ -(define-library (cuprate rewriters) +(define-library (cuprate rewriters foment) (import (scheme base) (only (foment base) error-object-type |
