pub fn parse(formula: &str) -> Result<Expr, ParseError>Expand description
Parse a formula string into an expression tree.
The formula must start with =. Returns a ParseError if the input
is not a valid formula.
pub fn parse(formula: &str) -> Result<Expr, ParseError>Parse a formula string into an expression tree.
The formula must start with =. Returns a ParseError if the input
is not a valid formula.