Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandList ¶
func (*CommandList) Add ¶
func (l *CommandList) Add(c *Command)
func (*CommandList) Clear ¶
func (l *CommandList) Clear()
func (*CommandList) Get ¶
func (l *CommandList) Get(n int) *Command
func (*CommandList) Len ¶
func (l *CommandList) Len() int
type Interpreter ¶
type Interpreter struct {
// contains filtered or unexported fields
}
func NewInterpreter ¶
func NewInterpreter(org string) *Interpreter
func (*Interpreter) PrintChar ¶
func (inter *Interpreter) PrintChar()
func (*Interpreter) PrintCode ¶
func (inter *Interpreter) PrintCode()
func (*Interpreter) Run ¶
func (inter *Interpreter) Run()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.