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).

@author SöKa

Constructors

this
this(OrderedLR1Tables parserTables, Scanner scanner)
Undocumented in source.

Members

Functions

parse
void parse()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta