Remove a lie
This commit is contained in:
parent
b2e7d15fb8
commit
0af5cfe2ee
1 changed files with 1 additions and 2 deletions
|
|
@ -55,8 +55,7 @@ concatenated with the `seq` function or the `+` operator. Alternatives
|
||||||
can be expressed with the `alt` function or the `|` operator. These
|
can be expressed with the `alt` function or the `|` operator. These
|
||||||
things can be freely nested, as desired.
|
things can be freely nested, as desired.
|
||||||
|
|
||||||
There are no helpers (yet!) for consuming lists, so they need to be
|
You can make lists in the classic context-free grammar way:
|
||||||
constructed in the classic context-free grammar way:
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@rule
|
@rule
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue