Replies: 1 comment 3 replies
-
How is this different from our current Visitor? I don't understand what you are proposing. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the visitor trait provides a flat way to traverse the AST, but sometimes an expanded tree is easier for handling context. The API for this format is like this:
Beta Was this translation helpful? Give feedback.
All reactions