26272829303132
return new ExpList(func, args); } public Exp build(ExpList kids) { return new CALL(kids.head, kids.tail); }