Skip to main content

parse

Function parse 

Source
pub fn parse(tokens: Vec<Token>) -> Result<Vec<Stmt>, LuxError>
Expand description

Parse a full program into a list of statements.