I need to traverse the various versions of the syntax tree in my compiler and I’d like to do this in a generic way. I have implemented this previously but I’m unsatisfied with my solution. Is there a better way?| Ziggit