xgo/compiler/stdmods/stdmods.go

9 lines
173 B
Go
Raw Normal View History

2019-01-17 12:56:05 +03:00
package stdmods
import "github.com/d5/tengo/objects"
// Modules contain the standard modules.
var Modules = map[string]*objects.ModuleMap{
"math": {Value: mathModule},
}