chibi-scheme/lib/chibi/macroexpand.module
2010-06-22 22:48:09 +09:00

6 lines
143 B
Text

(define-module (chibi macroexpand)
(import-immutable (scheme))
(import (chibi ast))
(export macroexpand)
(include "macroexpand.scm"))