gamma.parsgen.lalr1.run.LR1Parser

Undocumented in source.

Members

Classes

LR1Parser
class LR1Parser

A *LR(1) parser. Expects "ordered" LR(1) tables to be passed and realizes automatic error correction according to J. Röhrich: "Methods for the Automatic Construction of Error Correcting Parsers", Acta Informatica 13, 115--139 (1980).

Meta