Skip to main content

parse_program_reference

Function parse_program_reference 

Source
pub fn parse_program_reference(input: &str) -> Result<Program>
Expand description

Pure-pest reference parser: the whole source through the grammar, no fast path. parse_program is specified to be observationally equal to this.