picrin/contrib/10.macro
Tokuno a3c4dd32f8 Fix make-syntactic-closure
make-syntactic-closure raises an error when it takes identifiers.
The following session demonstrates the error.

> (define-macro a (sc-macro-transformer (lambda (form use-env) 'foo)))
#undefined
> (a)
error: attempted to set a non-object key '()' in a register
2016-09-12 22:32:04 +09:00
..
t
macro.scm
nitro.mk