Function go_parser::parse_file

source ·
pub fn parse_file<'a>(
    o: &'a mut AstObjects,
    fs: &'a mut FileSet,
    el: &'a ErrorList,
    name: &str,
    src: &'a str,
    trace: bool
) -> (Parser<'a>, Option<File>)