Skip to main content

parse_program

Function parse_program 

Source
pub fn parse_program(
    source: &str,
    file_path: PathBuf,
) -> (Program, Vec<ParserError>)
Expand description

Full pipeline helper: tokenize, parse CST, then lower into Program.