mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Use a-env as backing env for letrec-syntax
This commit is contained in:
parent
ee7cf5a435
commit
aa77252310
1 changed files with 2 additions and 1 deletions
|
@ -485,7 +485,8 @@
|
|||
(map (lambda (v)
|
||||
(list 'macro (cadr v)))
|
||||
defined-macros)
|
||||
(create-environment '() '())))
|
||||
a-env))
|
||||
;(create-environment '() '())))
|
||||
|
||||
(expanded (expand exp macro-env rename-env))
|
||||
;(expanded (expand exp a-env rename-env))
|
||||
|
|
Loading…
Add table
Reference in a new issue