mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
6 lines
143 B
Text
6 lines
143 B
Text
|
|
(define-module (chibi macroexpand)
|
|
(import-immutable (scheme))
|
|
(import (chibi ast))
|
|
(export macroexpand)
|
|
(include "macroexpand.scm"))
|