An LALR conflict. It arises when the parser can take different actions when encountering a `Terminal` or the end.
Record Field | Description |
|
The reason Farkle could not resolve the conflict.
|
Full Usage:
StateIndex
Field type: uint32
|
The index of the `LALRState` the conflict is taking place.
|
The symbol upon whose encounter, the conflict happens. `None` means the conflict happens when the parser reaches the end of input.
|
|
|
The type of the conflict.
|