From 0af5cfe2ee029d15f9d0848096820aaf8a28ece7 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 16 Feb 2025 08:20:19 -0800 Subject: [PATCH] Remove a lie --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c0a12eb..07fc9c9 100644 --- a/README.md +++ b/README.md @@ -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