This is my solution to Advent of Code 2017, Day 8. Problem description The task is to model a machine which has an unspecified number of registers which are accessed by name and contain integer values. The machine executes instructions which can modify the register values if a comparison succeeds. Each instruction consists of severalRead more