Versions in this module Expand all Collapse all v0 v0.2.1 Mar 19, 2019 Changes in this version + type Interpreter struct + Input string + Memory [memorySize]int64 + MemoryPosition int + Output strings.Builder + Program []byte + ProgramPosition int + func (ipr *Interpreter) Clock() bool + func (ipr *Interpreter) Init() + func (ipr *Interpreter) LoadProgram(data []byte)