updated flux logical operator precedence

pull/131/head
Scott Anderson 2019-04-02 10:38:32 -06:00
parent 9c6d37efd6
commit d587bbb1cf
1 changed files with 2 additions and 1 deletions

View File

@ -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.