predicator v0.2.0 Predicator.Machine
A Machine Struct is comprised of the instructions set, the current stack, the instruction pointer and the context struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Predicator.Machine{context_struct: struct | map, instructions: [] | [...], ip: non_neg_integer, stack: [] | [...]}