Versions in this module Expand all Collapse all v0 v0.1.0 Jul 24, 2024 v0.0.3 Jul 16, 2024 Changes in this version + type Interpreter struct + func NewInterpreter(options interp.Options) *Interpreter + func (in *Interpreter) InitInterp() + func (in *Interpreter) Interactive() error + func (in *Interpreter) RunScript(script string)