[][src]Module lrtable::statetable

Structs

Conflicts
CoreReducesIterator
StateActionsIterator
StateTable

A representation of a StateTable for a grammar. actions and gotos are split into two separate hashmaps, rather than a single table, due to the different types of their values.

StateTableError

Any error from the Yacc parser returns an instance of this struct.

Enums

Action
StateTableErrorKind

The various different possible Yacc parser errors.