aboutsummaryrefslogtreecommitdiffstats
path: root/csc/macros.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-06-21 17:41:35 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-06-21 17:41:35 -0700
commit970f76febc0899c9935d75666f40a1781ff539cc (patch)
tree55041113bd3d34c05bd2c7f709e99c0102993b30 /csc/macros.csc
parentStart CPS :) (diff)
downloadchromatopelma-970f76febc0899c9935d75666f40a1781ff539cc.tar.zst
Comment expand-body.
Diffstat (limited to 'csc/macros.csc')
-rw-r--r--csc/macros.csc1
1 files changed, 1 insertions, 0 deletions
diff --git a/csc/macros.csc b/csc/macros.csc
index 2c9c755..dfcfa64 100644
--- a/csc/macros.csc
+++ b/csc/macros.csc
@@ -750,6 +750,7 @@
'main))
+ ; Expands the body of a library, or top level.
(define (expand-body body)
(loop with environment = (syntax-object-environment body)
for expr in (syntax->expression body)