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.
pub fn parse_file_for_language(
language: LowerLanguage,
source: &str,
) -> Result<File, ParseError>Parses Draxl source into the bootstrap AST using the selected language backend.