Function leo_parser::parser::parse
source · pub fn parse(
handler: &Handler,
node_builder: &NodeBuilder,
source: &str,
start_pos: BytePos
) -> Result<Program>Expand description
Creates a new program from a given file path and source code text.