aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-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