pub fn parse_expr(
    input: &str
) -> Result<Expr<'_>, ParseError<usize, Token<'_>, &'static str>>
Expand description

Parses a single xlang expression.