pub fn parse(tokens: &[Spanned]) -> Result<Expr, Vec<ParseError>>Expand description
Parse a token stream into an Expr.
The input should come from crate::tokenize.
ยงErrors
Returns parse errors with source spans on failure.
pub fn parse(tokens: &[Spanned]) -> Result<Expr, Vec<ParseError>>Parse a token stream into an Expr.
The input should come from crate::tokenize.
Returns parse errors with source spans on failure.