diff options
author | colin <colin@cicadas.surf> | 2023-08-15 07:12:51 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-15 07:12:51 -0700 |
commit | 64b4bd46f965d35c1d53b41d578126bf0048143b (patch) | |
tree | a2d2da283750ee34a82c8e4eb152588d27d93510 | |
parent | 1469bee220b4906538dba074eef09c658a8e0cb6 (diff) |
readme
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. | |----------------------+--------------------------------------------------| |