Versions in this module Expand all Collapse all v1 v1.1.1 May 31, 2023 Changes in this version + func NewFunctionCaller(funcs ...functions.FunctionEntry) *functionCaller + type FunctionCaller interface + CallFunction func(string, []interface{}) (interface{}, error) + type Interpreter interface + Execute func(parsing.ASTNode, interface{}) (interface{}, error) + func NewInterpreter(data interface{}, caller FunctionCaller, bindings binding.Bindings) Interpreter