Module expression

Source
Expand description

§Function-like Expression Language

Structs§

Tree
A token of the form x(...) or x

Traits§

FromTree
A trait for extracting a structure from a Tree representation in token form

Functions§

binary
Attempts to parse an expression with exactly two children
parse_num
Parse a string as a u32, for timelocks or thresholds
terminal
Attempts to parse a terminal expression
unary
Attempts to parse an expression with exactly one child