mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-11 06:57:33 +02:00
6 lines
153 B
Text
6 lines
153 B
Text
|
|
(define-module (chibi macroexpand)
|
|
(import-immutable (scheme))
|
|
(import (chibi ast))
|
|
(export macroexpand ast->sexp)
|
|
(include "macroexpand.scm"))
|