Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.

(Some other minor things here and there.)

original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
tokens
Eli Barzilay 13 years ago
parent e34d10d7a9
commit 861d0d6110

@ -236,7 +236,7 @@ are a few examples, using @scheme[:] prefixed SRE syntax:
returned.
Each time the scheme code for a lexer is compiled (e.g. when a
@filepath{.ss} file containing a @scheme[lexer] form is loaded),
@filepath{.rkt} file containing a @scheme[lexer] form is loaded),
the lexer generator is run. To avoid this overhead place the
lexer into a module and compile the module to a @filepath{.zo}
bytecode file.}
@ -673,7 +673,7 @@ the right choice when using @scheme[lexer] in other situations.
@scheme[start] non-terminal,
Each time the scheme code for a @scheme[parser] is compiled
(e.g. when a @filepath{.ss} file containing a @scheme[parser] form
(e.g. when a @filepath{.rkt} file containing a @scheme[parser] form
is loaded), the parser generator is run. To avoid this overhead
place the parser into a module and compile the module to a
@filepath{.zo} bytecode file.}

Loading…
Cancel
Save