{ This is a grammar in BNF notation, that specifies the syntax of the LR1GEN parser generator. } <> -> . -> '. ! '. . -> nonterminal '-> nonterminal . -> ! '. . -> nonterminal '-> . -> 'e-rule ! ! '| 'e-rule ! '| . -> terminal ! nonterminal ! terminal ! nonterminal . -> '# ! '# ! '# . -> terminal ! terminal . -> nonterminal ! nonterminal . -> '. '. ! '. '. $