Fix list formatting in a fixture grammar readme
This commit is contained in:
parent
352e678c12
commit
53f72f0eca
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ foo bar { baz }
|
|||
```
|
||||
|
||||
The possible actions are:
|
||||
|
||||
1. `reduce(expression, 1)` - `bar` is an expression being passed to the `foo` function.
|
||||
2. `shift` - `bar` is a function being called with the block `{ baz }`
|
||||
|
||||
The grammars `precedence_on_single_child_negative` and `precedence_on_single_child_positive` show possible resolutions to this conflict.
|
||||
The grammars `precedence_on_single_child_negative` and `precedence_on_single_child_positive` show possible resolutions to this conflict.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue