chibi-scheme/lib/chibi/macroexpand.module
2009-12-20 16:08:19 +09:00

6 lines
143 B
Text

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