mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Updated README
This commit is contained in:
parent
780bbe5d6c
commit
3fb33f552a
@ -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
|
||||
--------------
|
||||
|
Loading…
Reference in New Issue
Block a user