Function leo_parser::parser::parse_input
source · pub fn parse_input(
handler: &Handler,
source: &str,
start_pos: BytePos
) -> Result<InputAst>
Expand description
Parses an input file at the given file path
and source
code text.