An action to be taken by the LALR parser according to the given `Terminal`.
Union case | Description |
Full Usage:
Accept
|
When the parser encounters this action for a given symbol, the input text is accepted as correct and parsing ends. |
|
This action indicates the parser to reduce a `Production`.
|
Full Usage:
Shift StateIndex
Parameters:
uint32
|
This action indicates the parser to shift to the specified `LALRState`.
|