Versions in this module Expand all Collapse all v1 v1.1.0 May 3, 2024 Changes in this version + const PANIC + var GlobalConstants = map[string]*Variable + var GlobalDocs = []types.BuiltinDoc + var Globals = map[string]FuncType + var Natives = map[string]map[string]Value + func CreateGooseRoot(gooseRoot string) error + func EvalExpr(expr ast.Expr, scope *Scope) (ret Value, err error) + func New(file *ast.Module, fset *token.FileSet, trace bool, stdin io.Reader, ...) (i *interp, err error) + type CallFrame struct + Module *Module + Node ast.Node + type Exception struct + Cause *Exception + Message string + Stack []*CallFrame