mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-22 07:09:18 +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"))
|