parse_tree

Function parse_tree 

Source
pub fn parse_tree(
    ctx: &KatexContext,
    expr: &str,
    settings: &Settings,
) -> Result<Vec<ParseNode>, ParseError>
Expand description

Parses an expression using a Parser, then returns the parsed result.