From f79486a6945d9f945e6335b85c853f4f03f83125 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Tue, 15 Jan 2013 15:24:57 -0700 Subject: [PATCH] Remove paragraph about multiple start symbols, since cfg-parser doesn't support it. original commit: 8d00037372c99891065a15a342291e79bdfb123e --- collects/parser-tools/parser-tools.scrbl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/collects/parser-tools/parser-tools.scrbl b/collects/parser-tools/parser-tools.scrbl index 5b6b364..d4c3be0 100644 --- a/collects/parser-tools/parser-tools.scrbl +++ b/collects/parser-tools/parser-tools.scrbl @@ -831,11 +831,6 @@ Its interface is a subset of @racketmodname[parser-tools/yacc]. use @tech{error production}s to continue parsing. If it cannot, it raises @racket[exn:fail:read]. - If multiple non-terminals are provided in @racket[start], the - @racket[parser] expression produces a list of parsing functions, - one for each non-terminal in the same order. Each parsing function - is like the result of a parser expression with only one - @racket[start] non-terminal, Each time the Racket code for a @racket[cfg-parser] is compiled (e.g. when a @filepath{.rkt} file containing a @racket[cfg-parser] form