Function parse_program_with_file_id

Source
pub fn parse_program_with_file_id(
    file_id: FileId,
    input: &str,
) -> Result<Program, SyntaxError>
Expand description

Parse a source string into a frontend program AST with a concrete file id.