parse

Function parse 

Source
pub fn parse(ori: Origin) -> Result<Arc<[Expr]>>
Expand description

Parse one or more expressions

followed by (optional) whitespace and then eof. At least one expression is required otherwise this function will fail.