Structs§
- DEFAULT_
CONSTANTS - Field
- Instruction
- Metadata
- Metadata about a Redcode program that is stored in the comments.
- Program
- A parsed Redcode program, which can be loaded into a core for execution
- Warrior
- The main public struct used to represent a Redcode warrior
Enums§
Type Aliases§
- Instructions
- Label
Map - Offset
- Type alias for signed integer offset. Even though all offsets are modulo
CORESIZE, they may be larger beforeCORESIZEis known. - UOffset
- Type alias for unsigned integer offset. Even though all offsets are modulo
CORESIZE, they may be larger beforeCORESIZEis known.