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.
Result
mimics thestd::result::Result
type, but each variant also carries zero or moreWarning
s with it.- A warning that occurred while parsing a warrior.