Using configure-runtime
This commit is contained in:
parent
92cb668c30
commit
4fe07902d9
|
@ -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))
|
Loading…
Reference in New Issue
Block a user