pub fn parse(ori: Origin) -> Result<Arc<[Expr]>>
Parse one or more expressions
followed by (optional) whitespace and then eof. At least one expression is required otherwise this function will fail.