pretty_parse_render

Function pretty_parse_render 

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