The reason an LALR conflict failed to be resolved.
Union case | Description |
Full Usage:
CannotResolveReduceReduce
|
The operator scope cannot resolve Reduce-Reduce conflicts. |
Full Usage:
DifferentOperatorScope
|
The objects were specified in different operator scopes. |
Full Usage:
NoPrecedenceInfo
|
No prececence info were specified. |
Full Usage:
PartialPrecedenceInfo
|
Precedence info were specified in only one of the two objects. |
Full Usage:
PrecedenceOnlySpecified
|
The objects have the same precedence but no associativity. |
Full Usage:
SamePrecedence
|
The productions have the same precedence. This reason is specified only on Reduce-Reduce conflicts. |