You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add an enum to have the AST Visitor adopt a certain behavior.
For example, currently the AST Visitor Visit the most specific node and that it, we may want that the Visitor call the base Visitor (which is very practical in the code Formatter), this should be optional since it come at a performance cost.
The text was updated successfully, but these errors were encountered:
We should add an enum to have the AST Visitor adopt a certain behavior.
For example, currently the AST Visitor Visit the most specific node and that it, we may want that the Visitor call the base Visitor (which is very practical in the code Formatter), this should be optional since it come at a performance cost.
The text was updated successfully, but these errors were encountered: