Skip to main content

parse_file_for_language

Function parse_file_for_language 

Source
pub fn parse_file_for_language(
    language: LowerLanguage,
    source: &str,
) -> Result<File, ParseError>
Expand description

Parses Draxl source into the bootstrap AST using the selected language backend.