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

Parses some xlang source.