mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
10 lines
214 B
Text
10 lines
214 B
Text
|
|
(module (chibi repl)
|
|
(export repl)
|
|
(import-immutable (scheme))
|
|
(import (chibi ast)
|
|
(chibi process)
|
|
(chibi term edit-line)
|
|
(srfi 18)
|
|
(srfi 38))
|
|
(include "repl.scm"))
|