Versions in this module Expand all Collapse all v0 v0.2.0 May 21, 2022 v0.1.0 Oct 29, 2021 Changes in this version + func Len(m *vm.VM, args []vm.Value, nRet int) ([]vm.Value, error) + func Range(m *vm.VM, args []vm.Value, nRet int) ([]vm.Value, error) + func Register(c Compiler) + type Compiler interface + AddNativeFn func(name string, fn vm.NativeFn)