bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1819acbb1b407de61a68ff2b387882001ff303eb
parent 35de8bbb671876c5745d7ebc5a939ab406c15e98
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Tue, 24 Apr 2007 01:31:30 +0000

add read-inside and read-inside-syntax

svn: r6029

original commit: 08a13a18cbe3d4931144780514e8673780c2a1de

Diffstat:
Mcollects/scribble/doc.txt | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/collects/scribble/doc.txt b/collects/scribble/doc.txt @@ -49,6 +49,11 @@ the at-readtable. You can do this in a single command line: mzscheme -Le reader.ss scribble "(use-at-readtable)" +In addition to `read' and `read-syntax', which are used by #reader, +the "reader.ss" library provides the procedures `read-inside' and +`read-inside-syntax'; these `-inner' variants parse as if inside a +"@{}", and they return a (syntactic) list. + *** Concrete Syntax The *concrete* syntax of @-commands is (informally, more details below):