mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
5 lines
124 B
Text
5 lines
124 B
Text
|
|
(module (chibi scribble)
|
|
(export scribble-parse scribble-read)
|
|
(import-immutable (scheme))
|
|
(include "scribble.scm"))
|