diff options
Diffstat (limited to 'README.org')
-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. | |----------------------+--------------------------------------------------| |