Updated README

This commit is contained in:
yhirose 2021-04-07 13:38:26 -04:00
parent 780bbe5d6c
commit 3fb33f552a

View File

@ -413,7 +413,7 @@ Rule <- Atom (Operator Atom)* {
} }
``` ```
*precedence* instruction contains precedence info entries. Each entry starts with *associativity* which is 'L' (left) or 'R' (right), then operator tokens follow. The first entry has the highest order level. *precedence* instruction contains precedence info entries. Each entry starts with *associativity* which is 'L' (left) or 'R' (right), then operator *literal* tokens follow. The first entry has the highest order level.
AST generation AST generation
-------------- --------------