add read-inside and read-inside-syntax

svn: r6029

original commit: 08a13a18cbe3d4931144780514e8673780c2a1de
This commit is contained in:
Matthew Flatt 2007-04-24 01:31:30 +00:00
parent 35de8bbb67
commit 1819acbb1b

View File

@ -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):