Point make-meta-reader to the document of read
- Point read, read-syntax and make-meta-reader to the documentation explaining the arguments of read and read-syntax.
This commit is contained in:
parent
1a9dee59da
commit
e997bb96ea
|
@ -12,7 +12,8 @@ default reader is used, as parameterized by the
|
|||
@racket[current-readtable] parameter, as well as many other
|
||||
parameters.
|
||||
|
||||
See @secref["reader"] for information on the default reader.}
|
||||
See @secref["reader"] for information on the default reader and
|
||||
@secref["parse-reader"] for the protocol of @racket[read].}
|
||||
|
||||
@defproc[(read-syntax [source-name any/c (object-name in)]
|
||||
[in input-port? (current-input-port)])
|
||||
|
@ -24,7 +25,8 @@ source field of the syntax object; it can be an arbitrary value, but
|
|||
it should generally be a path for the source file.
|
||||
|
||||
See @secref["reader"] for information on the default reader in
|
||||
@racket[read-syntax] mode.}
|
||||
@racket[read-syntax] mode and @secref["parse-reader"] for
|
||||
the protocol of @racket[read-syntax].}
|
||||
|
||||
@defproc[(read/recursive [in input-port? (current-input-port)]
|
||||
[start (or/c char? #f) #f]
|
||||
|
|
|
@ -417,6 +417,8 @@ succeeds, then the loaded module's @racketidfont{read},
|
|||
@racketidfont{read-syntax}, or @racketidfont{get-info} export is
|
||||
passed to @racket[convert-read], @racket[convert-read-syntax], or
|
||||
@racket[convert-get-info], respectively.
|
||||
See @secref["parse-reader" #:doc ref-doc] for information on
|
||||
the protocol of @racketidfont{read} and @racketidfont{read-syntax}.
|
||||
|
||||
@margin-note{The @racketmodname[at-exp] language supplies
|
||||
@racket[convert-read] and @racket[convert-read-syntax] to add
|
||||
|
|
Loading…
Reference in New Issue
Block a user