pub fn run_parser(
file: String,
version: &str,
link_libraries: Vec<PathBuf>,
) -> Result<(ProgramArchive, ReportCollection), (FileLibrary, ReportCollection)>pub fn run_parser(
file: String,
version: &str,
link_libraries: Vec<PathBuf>,
) -> Result<(ProgramArchive, ReportCollection), (FileLibrary, ReportCollection)>