mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 04:36:38 +02:00
6 lines
126 B
Text
6 lines
126 B
Text
|
|
(define-module (chibi repl)
|
|
(export repl)
|
|
(import-immutable (scheme))
|
|
(import (chibi process))
|
|
(include "repl.scm"))
|