peg.ebnf doc fixes to appease help.lint

db4
Chris Double 2009-10-19 18:26:19 +13:00
parent 06a70fd3c6
commit 10b8976379
1 changed files with 4 additions and 4 deletions

View File

@ -414,7 +414,7 @@ ARTICLE: "peg.ebnf.tokenizers" "Tokenizers"
ARTICLE: "peg.ebnf" "EBNF" ARTICLE: "peg.ebnf" "EBNF"
"This vocubalary provides a DSL that allows writing PEG parsers that look like " "This vocubalary provides a DSL that allows writing PEG parsers that look like "
"EBNF syntax. It provides three parsing words described below. These words all " "EBNF syntax. It provides three parsing words described below. These words all "
"accept the same EBNF syntax. The difference is in how they are used." "accept the same EBNF syntax. The difference is in how they are used. "
{ $subsection POSTPONE: <EBNF } { $subsection POSTPONE: <EBNF }
{ $subsection POSTPONE: [EBNF } { $subsection POSTPONE: [EBNF }
{ $subsection POSTPONE: EBNF: } { $subsection POSTPONE: EBNF: }
@ -425,7 +425,7 @@ ARTICLE: "peg.ebnf" "EBNF"
} }
"The last defined rule is the main rule for the EBNF. It is the first one run " "The last defined rule is the main rule for the EBNF. It is the first one run "
"and it is expected that the remaining rules are used by that rule. Rules may be " "and it is expected that the remaining rules are used by that rule. Rules may be "
"left recursive." "left recursive. "
"Each rule can contain the following: " "Each rule can contain the following: "
{ $subsection "peg.ebnf.strings" } { $subsection "peg.ebnf.strings" }
{ $subsection "peg.ebnf.any" } { $subsection "peg.ebnf.any" }