The decision a LALRConflictResolver took.
Union case | Description |
|
The resolver cannot choose an action. The reason is specified.
|
Full Usage:
ChooseNeither
|
The resolver chose neither option. The parser will fail with a syntax error. |
Full Usage:
ChooseOption1
|
The resolver chose the first option. In Shift-Reduce conflicts it means to shift. In Reduce-Reduce conflicts it means to reduce the first production. |
Full Usage:
ChooseOption2
|
The resolver chose the second option. In Shift-Reduce conflicts it means to reduce. In Reduce-Reduce conflicts it means to reduce the second production. |