intcode-0.4.0.0: Advent of Code 2019 intcode interpreter
Implementation of the Intcode virtual machine as defined by Advent of Code https://adventofcode.com/2019. . This implementation provides an efficient, pure implementation of the interpreter and exposes multiple levels of abstraction to make it easy to use in a variety of situations.
- Intcode Intcode interpreter
- Intcode.Machine Intcode machine representation
- Intcode.Opcode Intcode opcodes
- Intcode.Parse Intcode source file parser
- Intcode.Step Intcode small-step semantics