Farkle


LALRAction Type

An action to be taken by the LALR parser according to the given `Terminal`.

Union cases

Union case Description

Accept

Full Usage: Accept

When the parser encounters this action for a given symbol, the input text is accepted as correct and parsing ends.

Reduce Production

Full Usage: Reduce Production

Parameters:

This action indicates the parser to reduce a `Production`.

Production : Production

Shift StateIndex

Full Usage: Shift StateIndex

Parameters:
    StateIndex : uint32

This action indicates the parser to shift to the specified `LALRState`.

StateIndex : uint32