Expand description
This module is used for parsing a Redcode program. It operates in multiple phases, which are found in the phase module. Each phase passes its result to the next phase.
Enums§
- An error that occurred while parsing a warrior.
Resultmimics thestd::result::Resulttype, but each variant also carries zero or moreWarnings with it.- A warning that occurred while parsing a warrior.