mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
DOCS: Fix some inaccuracies in the grammar.
This commit is contained in:
parent
dbadfa1c4c
commit
f219b320f2
@ -174,7 +174,7 @@ Operator expressions have a defined precedence order for evaluation:
|
||||
### Any Expression
|
||||
|
||||
```
|
||||
expr: operator_expression | non_operator_expression ;
|
||||
expr: binary_expr | non_operator_expr ;
|
||||
```
|
||||
|
||||
## Statements
|
||||
|
Loading…
x
Reference in New Issue
Block a user