Using configure-runtime
This commit is contained in:
parent
92cb668c30
commit
4fe07902d9
|
@ -10,6 +10,9 @@
|
||||||
(dynamic-require 'datalog/tool/submit 'repl-submit?)]
|
(dynamic-require 'datalog/tool/submit 'repl-submit?)]
|
||||||
[(color-lexer)
|
[(color-lexer)
|
||||||
(dynamic-require 'datalog/tool/syntax-color 'get-syntax-token)]
|
(dynamic-require 'datalog/tool/syntax-color 'get-syntax-token)]
|
||||||
|
[(configure-runtime)
|
||||||
|
(λ ()
|
||||||
|
(current-read-interaction even-read))]
|
||||||
[else (default key defval)]))
|
[else (default key defval)]))
|
||||||
(require datalog/parse
|
(require datalog/parse
|
||||||
datalog/private/compiler)
|
datalog/private/compiler)
|
||||||
|
@ -29,7 +32,4 @@
|
||||||
(current-read-interaction odd-read)))
|
(current-read-interaction odd-read)))
|
||||||
(define (odd-read src ip)
|
(define (odd-read src ip)
|
||||||
(current-read-interaction even-read)
|
(current-read-interaction even-read)
|
||||||
eof)
|
eof))
|
||||||
|
|
||||||
(current-read-interaction
|
|
||||||
even-read))
|
|
Loading…
Reference in New Issue
Block a user