Function read_and_parse

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

Parse the file at the given path into IR items.