Login
From:
Ziggit
(Uncensored)
subscribe
Generalized tree traversal - Help - Ziggit
https://ziggit.dev/t/generalized-tree-traversal/10494
links
backlinks
Roast topics
Find topics
Find it!
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?