pub type ProgramErrors = Vec<(usize, ParseProgramError)>;Expand description
All errors discovered while parsing a TIS-100 assembly program.
Aliased Typeยง
pub struct ProgramErrors { /* private fields */ }pub type ProgramErrors = Vec<(usize, ParseProgramError)>;All errors discovered while parsing a TIS-100 assembly program.
pub struct ProgramErrors { /* private fields */ }