Skip to main content

parse_new

Function parse_new 

Source
pub fn parse_new(source: &str) -> Result<Program, ParseError>
Expand description

Parse using the hand-written parser directly (returns parser-specific error).