Commit f20f85bf authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

add per-class traversal dispatch methods

The idea is to move to a less error prone visitor pattern. By requiring
visitation dispatch to be implemented on classes, we ensure a new AST node
cannot be introduced without handling its visitation support.
parent 78548a81
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment