Module build

Source

Structsยง

ExprBuilder ๐Ÿ”’
Build an expression from protobuf with possibly some wrappers attached to each node.
FuncCallBuilder ๐Ÿ”’
Build a function call expression from protobuf with build_func.
Parser ๐Ÿ”’

Enumsยง

Token ๐Ÿ”’

Traitsยง

Build ๐Ÿ”’
Manually build the expression Self from protobuf.
BuildBoxed ๐Ÿ”’
Manually build a boxed expression from protobuf.
ExpectExt ๐Ÿ”’

Functionsยง

build_batch_expr_from_prost
Build a strict or non-strict expression according to expr context.
build_from_pretty
Build an expression from a string.
build_from_prost
Build an expression from protobuf.
build_func
Build an expression in FuncCall variant.
build_func_non_strict
Build an expression in FuncCall variant in non-strict mode.
build_non_strict_from_prost
Build an expression from protobuf in non-strict mode.
get_children_and_return_type ๐Ÿ”’
lexer ๐Ÿ”’