ir-macro-transformer seems not work properly

This commit is contained in:
Yuichi Nishiwaki 2013-12-10 03:11:01 -08:00
parent ae3164643e
commit cb43c9f35d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
(walk f (cdr obj))) (walk f (cdr obj)))
(f obj))) (f obj)))
;; experimental support
(define (ir-macro-transformer f) (define (ir-macro-transformer f)
(lambda (expr use-env mac-env) (lambda (expr use-env mac-env)
(define (inject identifier) (define (inject identifier)