toward scriblle qq
This commit is contained in:
parent
8e37ccb1bc
commit
fbea19f35c
|
@ -118,7 +118,7 @@
|
||||||
(list
|
(list
|
||||||
(hspace 2)
|
(hspace 2)
|
||||||
(elem #:style result-color
|
(elem #:style result-color
|
||||||
(to-element/no-color v))))))))
|
(to-element/no-color v #:qq? (print-as-quasiquote)))))))))
|
||||||
val-list))))
|
val-list))))
|
||||||
(loop (cdr expr-paras)
|
(loop (cdr expr-paras)
|
||||||
(cdr val-list+outputs)
|
(cdr val-list+outputs)
|
||||||
|
@ -314,7 +314,7 @@
|
||||||
|
|
||||||
(define (show-val v)
|
(define (show-val v)
|
||||||
(elem #:style result-color
|
(elem #:style result-color
|
||||||
(to-element/no-color v)))
|
(to-element/no-color v #:qq? (print-as-quasiquote))))
|
||||||
|
|
||||||
(define (do-interaction-eval-show ev e)
|
(define (do-interaction-eval-show ev e)
|
||||||
(parameterize ([current-command-line-arguments #()])
|
(parameterize ([current-command-line-arguments #()])
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang scheme/base
|
#lang racket/base
|
||||||
|
|
||||||
(require "core.ss"
|
(require "core.ss"
|
||||||
"base-render.ss"
|
"base-render.ss"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user