Function parse

Source
pub fn parse<S: Into<String>>(expr: S) -> Result<AST, ParserError>
Expand description

used to construct an AST from a string.