Function parse_file

Source
pub fn parse_file(
    interner: &ThreadedInterner,
    file: &File,
) -> (Program, Option<ParseError>)