chibi-scheme/lib/chibi/repl.module
Alex Shinn 695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00

10 lines
221 B
Text

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