commented tracing code
This commit is contained in:
@@ -24,6 +24,7 @@ func newFuncCallTerm(tk *Token, args []*term) *term {
|
||||
func evalFuncCall(parentCtx ExprContext, self *term) (v any, err error) {
|
||||
ctx := cloneContext(parentCtx)
|
||||
name, _ := self.tk.Value.(string)
|
||||
// fmt.Printf("Call %s(), context: %p\n", name, ctx)
|
||||
params := make([]any, len(self.children))
|
||||
for i, tree := range self.children {
|
||||
var param any
|
||||
|
||||
Reference in New Issue
Block a user