Type Definition tis_100::parse::ProgramErrors [] [src]

type ProgramErrors = Vec<(usize, ParseProgramError)>;

All errors discovered while parsing a TIS-100 assembly program.