Predicator.Machine (Predicator v0.9.3) View Source
A Machine Struct is comprised of the instructions set, the current stack, the instruction pointer and the context struct.
iex>%Predicator.Machine{} %Predicator.Machine{instructions: [], stack: [], instruction_pointer: 0, context: nil, opts: []}