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