Structs§
- Conflicts
- Core
Reduces Iterator - State
Actions Iterator - State
Table - 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. - State
Table Error - Any error from the Yacc parser returns an instance of this struct.
Enums§
- Action
- State
Table Error Kind - The various different possible Yacc parser errors.