A defination for a LR parsing table.
IParsingTable
The ACTION part of the parsing table.
{ActionMap}
The GOTO part of the parsing table.
{GotoMap}
The augmented grammer whose parsing table is being constructed.
{CFG}
The starting LR item.
{LRClosure}
The list of all LR items.
{LRClosure[]}
Generated using TypeDoc
A defination for a LR parsing table.
IParsingTable