chibi-scheme/lib/chibi/macroexpand.module
2010-07-19 23:55:07 +09:00

6 lines
153 B
Text

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