Versions in this module Expand all Collapse all v0 v0.3.0 Aug 8, 2018 v0.2.0 Aug 6, 2018 Changes in this version + func Eval(vm VM, exp Exp) (interface{}, error) + type AnkoVM struct + func (a *AnkoVM) Define(name string, method interface{}) error + func (a *AnkoVM) Execute(exp Exp) (interface{}, error) + type Exp string + type VM interface + Define func(name string, method interface{}) error + Execute func(exp Exp) (interface{}, error) + func NewAnkoVM() (VM, error)