Function twiggy_parser::read_and_parse[][src]

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

Parse the file at the given path into IR items.