hyper-literate/collects/scribblings/scribble/docreader.scrbl
Matthew Flatt d893680ac2 new documentation source moved to the trunk collects
svn: r6249

original commit: 858c8024efa41ebfdb5f05383c70be5412448570
2007-05-24 02:20:28 +00:00

14 lines
501 B
Racket

#reader"../docreader.ss"
@require["../manual.ss"]
@require["../bnf.ss"]
@require["utils.ss"]
@title[#:tag "docreader"]{Document Reader}
The @file{docreader.ss} module is suitable for use with
@schemefont{#reader} at the beginning of a file. It reads the entire
file with @scheme[read-inside-syntax] from Scribble's
@file{reader.ss}, and then wraps the result with @scheme[(module #,
@nonterm{name} (lib "doclang.ss" "scribble") ...)], where
@nonterm{name} is derived from the enclosing file's name.