mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
9 lines
201 B
Text
9 lines
201 B
Text
|
|
(define-module (chibi repl)
|
|
(export repl)
|
|
(import-immutable (scheme))
|
|
(import (chibi ast)
|
|
(chibi process)
|
|
(chibi term edit-line)
|
|
(srfi 18))
|
|
(include "repl.scm"))
|