Skip to main content

parse

Function parse 

Source
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.