pub fn parse_expr( input: &str) -> Result<Expr<'_>, ParseError<usize, Token<'_>, &'static str>>
Parses a single xlang expression.