mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
7 lines
159 B
Text
7 lines
159 B
Text
|
|
(define-module (chibi repl)
|
|
(export repl)
|
|
(import-immutable (scheme))
|
|
(import (chibi process)
|
|
(chibi term edit-line))
|
|
(include "repl.scm"))
|