Skip to main content

Module ast

Module ast 

Source
Expand description

Expression AST types for arithmetic/logic expressions over entity tags.

Enums§

BinOp
Binary operators for arithmetic.
CmpOp
Comparison operators.
ExprNode
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.