Avoid non-deterministic set iteration order when handling conflicts
This commit is contained in:
parent
56ce4e5d50
commit
5e04daf483
4 changed files with 23 additions and 8 deletions
|
|
@ -1,11 +1,11 @@
|
|||
Unresolved conflict for symbol sequence:
|
||||
|
||||
'[' identifier • identifier …
|
||||
'[' identifier • ']' …
|
||||
|
||||
Possible interpretations:
|
||||
|
||||
1: '[' (array_repeat1 identifier) • identifier …
|
||||
2: '[' (array_type_repeat1 identifier) • identifier …
|
||||
1: '[' (array_repeat1 identifier) • ']' …
|
||||
2: '[' (array_type_repeat1 identifier) • ']' …
|
||||
|
||||
Possible resolutions:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Unresolved conflict for symbol sequence:
|
||||
|
||||
_program_start '[' identifier • identifier …
|
||||
_program_start '[' identifier • ']' …
|
||||
|
||||
Possible interpretations:
|
||||
|
||||
1: _program_start '[' (array_repeat1 identifier) • identifier …
|
||||
2: _program_start '[' (array_type_repeat1 identifier) • identifier …
|
||||
1: _program_start '[' (array_repeat1 identifier) • ']' …
|
||||
2: _program_start '[' (array_type_repeat1 identifier) • ']' …
|
||||
|
||||
Possible resolutions:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue