Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
type Interpreter struct {
interpreter.Interpreter
}
NumbersInterpreter is the interpreter for Numbers app
func NewInterpreter ¶
func NewInterpreter(options interp.Options) *Interpreter
func (*Interpreter) InitInterp ¶
func (in *Interpreter) InitInterp()
InitInterp initializes the interpreter with symbols
func (*Interpreter) Interactive ¶
func (in *Interpreter) Interactive() error
Interactive runs an interactive shell that allows the user to input. Does not return until the interactive session ends.
func (*Interpreter) RunScript ¶
func (in *Interpreter) RunScript(script string)
RunScript runs given script code on the interpreter
Click to show internal directories.
Click to hide internal directories.