Expand description
Contains the MoveProcessor struct that parses a string of move commands to create move command objects and then displays or executes those command objects as requested.
Structs
- Represents the processor that translates the move list into a list of IMoveCommand objects then either displays them or executes them.