Documentation
¶
Overview ¶
Package yaegiwaves exports axon packages to the yaegi interpreter.
Package yaegiwaves exports waves packages to the yaegi interpreter and provides functions for connecting with Cogent Lab.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Symbols = map[string]map[string]reflect.Value{}
Functions ¶
This section is empty.
Types ¶
type Interpreter ¶
type Interpreter struct {
*interpreter.Interpreter
}
Interpreter implements yaegicore.Interpreter using the interpreter.Interpreter for Goal.
func NewInterpreter ¶
func NewInterpreter(options interp.Options) *Interpreter
NewInterpreter returns a new Interpreter initialized with the given options.
func (*Interpreter) ImportUsed ¶
func (in *Interpreter) ImportUsed()
Click to show internal directories.
Click to hide internal directories.