Module lrtable::statetable
source · Structs§
- A representation of a
StateTable
for a grammar.actions
andgotos
are split into two separate hashmaps, rather than a single table, due to the different types of their values. - Any error from the Yacc parser returns an instance of this struct.
Enums§
- The various different possible Yacc parser errors.