pub fn get_reader<P>(filename: P) -> Result<BufReader<File>, ParserError>where P: AsRef<Path>,
Get a buffered reader for the file at the path filename.
filename