chibi-scheme/lib/chibi/repl.module
Alex Shinn 32d5e78d9e adding new repl commands for manipulating modules.
also repl doesn't use vt100 editing for dumb terminals.
2011-05-22 13:59:36 -07:00

12 lines
255 B
Text

(module (chibi repl)
(export repl)
(import-immutable (scheme))
(import (chibi ast)
(chibi io)
(chibi process)
(chibi term edit-line)
(srfi 18)
(srfi 38)
(srfi 98))
(include "repl.scm"))