Documentation ¶ Index ¶ type Console func New(i *interpreter.Interpreter) *Console func (c *Console) Run(port int) error type Debugger func (d *Debugger) Message(msg string) func (d *Debugger) Run(node ast.Node) interpreter.DebugState Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Console ¶ type Console struct { // contains filtered or unexported fields } func New ¶ func New(i *interpreter.Interpreter) *Console func (*Console) Run ¶ func (c *Console) Run(port int) error type Debugger ¶ type Debugger struct { // contains filtered or unexported fields } func (*Debugger) Message ¶ func (d *Debugger) Message(msg string) func (*Debugger) Run ¶ func (d *Debugger) Run(node ast.Node) interpreter.DebugState Source Files ¶ View all Source files console.go debugger.go repl.go Directories ¶ Show internal Expand all Path Synopsis codeview colors helpview messageview shellview Click to show internal directories. Click to hide internal directories.