pub fn parse( input: &str, ) -> Result<Vec<Expr<'_>>, ParseError<usize, Token<'_>, &'static str>>
Parses some xlang source.