pub fn parse_string(input: impl AsRef<str>) -> Result<Expr, Vec<Error>>
Parses a Tan expression encoded as a text string, returns first expression.