pub fn pretty_parse_render(formula: &str) -> Result<String, ParserError>Expand description
Tokenizes and parses a formula, then pretty-prints it.
Returns a Result with the pretty-printed formula or a parser error.
pub fn pretty_parse_render(formula: &str) -> Result<String, ParserError>Tokenizes and parses a formula, then pretty-prints it.
Returns a Result with the pretty-printed formula or a parser error.