Skip to main content

parse

Function parse 

Source
pub fn parse(inp: &str) -> Expression<'_>
Expand description

Parse a string returning an asciimath expression

This uses an extended set of asciimath tokens that are accessible in crate::ASCIIMATH_TOKENS.