[][src]Function fasteval::parser::parse

pub fn parse(expr_str: &str, slab: &mut ParseSlab) -> Result<ExpressionI, Error>

Use this function to parse an expression String. The Slab will be cleared first.