Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnknownExpression = errors.New("Unknown Expression") ErrUnknownOperandType = errors.New("Unknown Operand Type") )
Functions ¶
This section is empty.
Types ¶
type Machine ¶
type Machine struct {
DataStack *Stack
}
func NewMachine ¶
func NewMachine() *Machine
Click to show internal directories.
Click to hide internal directories.