Skip to main content

parse

Function parse 

Source
pub fn parse(
    src: String,
    file_name: String,
    include_paths: Vec<PathBuf>,
    defines: Vec<Define>,
) -> ParserResult
Expand description

Parse the token stream into a concrete syntax tree