A LALR state. Together, many of them define the parsing logic of a `Grammar`.
Record Field | Description |
|
The available next `LALRAction`s of the state, depending on the next `Terminal` encountered.
|
|
The available `LALRAction` to be taken if input ends.
|
|
The available GOTO actions of the state. These actions are used when a production is reduced and the parser jumps to the state that represents the shifted nonterminal.
|
Full Usage:
Index
Field type: uint32
|
The index of the state.
|