Traits§
- Parse
Logical - Trait that parsers must implement to use logical expression parsing
Functions§
- parse_
logical_ and - Parse a logical AND expression AND has higher precedence than OR but lower than comparison operators
- parse_
logical_ or - Parse a logical OR expression OR has the lowest precedence of the logical operators
- parse_
not_ expression - Parse a NOT expression (unary logical operator) This is handled as part of primary expression parsing