ir-macro-transformer seems not work properly
This commit is contained in:
parent
ae3164643e
commit
cb43c9f35d
|
@ -24,6 +24,7 @@
|
|||
(walk f (cdr obj)))
|
||||
(f obj)))
|
||||
|
||||
;; experimental support
|
||||
(define (ir-macro-transformer f)
|
||||
(lambda (expr use-env mac-env)
|
||||
(define (inject identifier)
|
||||
|
|
Loading…
Reference in New Issue