Expand description
Expression AST types for arithmetic/logic expressions over entity tags.
Enums§
- BinOp
- Binary operators for arithmetic.
- CmpOp
- Comparison operators.
- Expr
Node - Expression AST node.
- LogicOp
- Logical operators.
- UnOp
- Unary operators.
Constants§
- MAX_
EXPR_ DEPTH - Maximum nesting depth allowed when parsing expressions.
- MAX_
EXPR_ SOURCE - Maximum source string length accepted by the parser.