Skip to main content

parse_expr_str

Function parse_expr_str 

Source
pub fn parse_expr_str(input: &str) -> Result<Expr, ShapeError>
Expand description

Whole-string entry point: the entire input must be one expression.