Remove a lie

This commit is contained in:
John Doty 2025-02-16 08:20:19 -08:00
parent b2e7d15fb8
commit 0af5cfe2ee

View file

@ -55,8 +55,7 @@ concatenated with the `seq` function or the `+` operator. Alternatives
can be expressed with the `alt` function or the `|` operator. These
things can be freely nested, as desired.
There are no helpers (yet!) for consuming lists, so they need to be
constructed in the classic context-free grammar way:
You can make lists in the classic context-free grammar way:
```python
@rule