Open
Description
Summary
I'm porting an AST visitor from Python to RustPython and would love to mirror the code which is using ast.NodeVisitor
, but in Rust.
Detailed Explanation
A rough equivalence to being able to provide functions for certain nodes, while not worrying about other nodes or traversal.
Drawbacks, Rationale, and Alternatives
Rolling our own AST visitor.
Unresolved Questions
N/A