chibi-scheme/lib/chibi/repl.module
Alex Shinn d451a053ca changed type opcode generators to use type objects, not ids
also fixed support for float/double types
2010-09-17 01:47:21 +00: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"))