From 861d0d611048e90a73b93c41776a419f7f0f06c6 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 20 Jun 2011 04:00:14 -0400 Subject: [PATCH] Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. (Some other minor things here and there.) original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7 --- collects/parser-tools/parser-tools.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/parser-tools/parser-tools.scrbl b/collects/parser-tools/parser-tools.scrbl index 5f2a43a..ec875e5 100644 --- a/collects/parser-tools/parser-tools.scrbl +++ b/collects/parser-tools/parser-tools.scrbl @@ -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.}