pub fn parse<'tokens>(
tokens: &'tokens [SpannedToken<Token<'tokens>>],
) -> Result<SourceFile, Vec<ParseError>>Expand description
Build an abstract syntax tree from a list of tokens
pub fn parse<'tokens>(
tokens: &'tokens [SpannedToken<Token<'tokens>>],
) -> Result<SourceFile, Vec<ParseError>>Build an abstract syntax tree from a list of tokens