From 64b4bd46f965d35c1d53b41d578126bf0048143b Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 15 Aug 2023 07:12:51 -0700 Subject: readme --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 1c41957..df4d9b9 100644 --- a/README.org +++ b/README.org @@ -164,11 +164,11 @@ and whose ~CDR~ varies depending on the value of the ~CAR~. | ~(:{} LANGUAGE)~ | Match a list of TOKENS using a grammar named | | | by LANGUAGE. I.e this lets you compose languages | | | defined with DEFLANGUAGE. This is also the only | - | | way to parse sublists in the TOKENS list. | + | | way to parse sublists in the TOKENS list. | |----------------------+--------------------------------------------------| | ~(:item)~ | Matches any token in TOKENS. | |----------------------+--------------------------------------------------| - | ~(:eof)~ | Explicitly matches the end of the TOKENS list. | + | ~(:eof)~ | Explicitly matches the end of the TOKENS list. | |----------------------+--------------------------------------------------| -- cgit v1.2.3