by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)


Name

grammarContent — Content of a grammar

Synopsis

grammarContent ::= 
start
 |
define
 |"div" "{" 
grammarContent* "}"
 |"include" 
literal [
inherit] ["{" 
includeContent* "}"]

Class

pattern

May be included in

div, grammar

XML syntax equivalent

None

Description

The grammarContent production defines the content of a grammar.


This text is released under the Free Software Foundation GFDL.