Function callisp::parser::parse_expr

source ·
pub fn parse_expr(input: &str) -> IResult<&str, Ast>
Expand description

Parse a lisp expression.