From 1819acbb1b407de61a68ff2b387882001ff303eb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 24 Apr 2007 01:31:30 +0000 Subject: [PATCH] add read-inside and read-inside-syntax svn: r6029 original commit: 08a13a18cbe3d4931144780514e8673780c2a1de --- collects/scribble/doc.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/scribble/doc.txt b/collects/scribble/doc.txt index 37d0eadd..a6c1ffd2 100644 --- 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):