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