toward scriblle qq

This commit is contained in:
Matthew Flatt 2010-04-22 10:08:03 -06:00
parent 8e37ccb1bc
commit fbea19f35c
2 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@
(list
(hspace 2)
(elem #:style result-color
(to-element/no-color v))))))))
(to-element/no-color v #:qq? (print-as-quasiquote)))))))))
val-list))))
(loop (cdr expr-paras)
(cdr val-list+outputs)
@ -314,7 +314,7 @@
(define (show-val v)
(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)
(parameterize ([current-command-line-arguments #()])

View File

@ -1,4 +1,4 @@
#lang scheme/base
#lang racket/base
(require "core.ss"
"base-render.ss"