aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-08 07:32:29 -0700
committercolin <colin@cicadas.surf>2023-08-08 07:32:29 -0700
commitcba3deaf6b2c02f8c942512d854f4cf042defd2f (patch)
treeb95e4f12ddd325ce09d211cee0125523649bd790
parentb16026f6a417236982a6d6410c99b205019817cf (diff)
Update to note about note in the readme
-rw-r--r--README.org4
1 files 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. ~<RULE1>~ or ~<FOOBAR>~.
*** The start rule