updated flux logical operator precedence
parent
9c6d37efd6
commit
d587bbb1cf
|
@ -169,7 +169,8 @@ Operators with a lower number have higher precedence.
|
|||
| | `>` `>=` | |
|
||||
| |`=~` `!~` | |
|
||||
| 5 | `not` | Unary logical expression |
|
||||
| 6 |`and` `or`| Logical AND and OR |
|
||||
| 6 | `and` | Logical AND |
|
||||
| 7 | `or` | Logical OR |
|
||||
|
||||
The operator precedence is encoded directly into the grammar as the following.
|
||||
|
||||
|
|
Loading…
Reference in New Issue