[][src]Function twiggy_parser::read_and_parse

pub fn read_and_parse<P: AsRef<Path>>(
    path: P,
    mode: ParseMode
) -> Result<Items, Error>

Parse the file at the given path into IR items.