Using configure-runtime

original commit: 4fe07902d98e1953574b37e1fea5c3890ce1b6e9
This commit is contained in:
Jay McCarthy 2010-06-26 18:04:21 -06:00
parent 31bb2c96d5
commit a89d757639

View File

@ -10,6 +10,9 @@
(dynamic-require 'datalog/tool/submit 'repl-submit?)]
[(color-lexer)
(dynamic-require 'datalog/tool/syntax-color 'get-syntax-token)]
[(configure-runtime)
(λ ()
(current-read-interaction even-read))]
[else (default key defval)]))
(require datalog/parse
datalog/private/compiler)
@ -29,7 +32,4 @@
(current-read-interaction odd-read)))
(define (odd-read src ip)
(current-read-interaction even-read)
eof)
(current-read-interaction
even-read))
eof))