From 3fb33f552a7e9445cafc35192b51668166a9903b Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 7 Apr 2021 13:38:26 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b540722..dde6018 100644 --- a/README.md +++ b/README.md @@ -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 --------------