aboutsummaryrefslogtreecommitdiffstats
path: root/cuprate.egg
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-11-02 10:05:36 -0500
committerGravatar Peter McGoron 2025-11-02 10:05:36 -0500
commit3a713033dfe313802d183f5419ff042fa6ae2fe8 (patch)
treed290dc2c02f786a1dab1b2e7af0df93dd1173a50 /cuprate.egg
parentgroup 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 'cuprate.egg')
-rw-r--r--cuprate.egg6
1 files changed, 5 insertions, 1 deletions
diff --git a/cuprate.egg b/cuprate.egg
index 90c7d09..875c533 100644
--- a/cuprate.egg
+++ b/cuprate.egg
@@ -10,6 +10,10 @@
(component-dependencies cuprate.rewriters)
(csc-options "-R" "r7rs" "-X" "r7rs"))
(extension cuprate.rewriters
- (source "lib/cuprate/rewriters.chicken.sld")
+ (source "lib/cuprate/rewriters.sld")
+ (component-dependencies cuprate.rewriters.chicken)
+ (csc-options "-R" "r7rs" "-X" "r7rs"))
+ (extension cuprate.rewriters.chicken
+ (source "lib/cuprate/rewriters/chicken.sld")
(csc-options "-R" "r7rs" "-X" "r7rs"))
)))