From cba3deaf6b2c02f8c942512d854f4cf042defd2f Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 8 Aug 2023 07:32:29 -0700 Subject: Update to note about note in the readme --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 7e213dc..0c5db81 100644 --- a/README.org +++ b/README.org @@ -106,9 +106,9 @@ you're defining. ~START-RULE~ and ~RULES~ are *rule definition forms*, each of which looks like this: -~(NONTERMINAL :match PATTERN [:if PREDICATE] [:then ACTION])~ +~(NONTERMINAL :match PATTERN [:if PREDICATE] [:then ACTION] [:note STRING])~ -A nonterminal is a symbol whose name is surrounded by angle brackets: +A *nonterminal* is a symbol whose name is surrounded by angle brackets: e.g. ~~ or ~~. *** The start rule -- cgit v1.2.3