diff options
author | colin <colin@cicadas.surf> | 2023-08-08 07:32:29 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-08 07:32:29 -0700 |
commit | cba3deaf6b2c02f8c942512d854f4cf042defd2f (patch) | |
tree | b95e4f12ddd325ce09d211cee0125523649bd790 | |
parent | b16026f6a417236982a6d6410c99b205019817cf (diff) |
Update to note about note in the readme
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. ~<RULE1>~ or ~<FOOBAR>~. *** The start rule |