We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39452d commit 1ee3b39Copy full SHA for 1ee3b39
1 file changed
compiler/testdata/debug_conflicts.tm
@@ -23,12 +23,12 @@ Unresolved conflicts:
23
debug_conflicts.tm:16:5: input: 'i' s
24
shift/reduce conflict (next: 'e')
25
s : 'i' s
26
- followed by: s: 'i' s 'e' • s
+ followed by: s: 'i' s 'e' _ s
27
28
Resolved by precedence:
29
debug_conflicts.tm:14:12: input: expr '+' expr
30
resolved as reduce conflict (next: '+')
31
expr : expr '+' expr
32
- followed by: expr: expr '+' • expr
+ followed by: expr: expr '+' _ expr
33
34
-debug_conflicts.tm:1:1: conflicts: 1 shift/reduce and 0 reduce/reduce
+debug_conflicts.tm:1:1: conflicts: 1 shift/reduce and 0 reduce/reduce
0 commit comments