mylang_parser

Function parse

source
pub fn parse(tokens: impl Iterator<Item = Token>) -> Vec<ParseResult<Stmt>>