Skip to content
Commit 222e2458 authored by Yuchen Wu's avatar Yuchen Wu
Browse files

Add walkDeps to context and module_ctx.

walkDeps performs a pre-order DFS (unlike visitDepsDepthFirst which is
a post-order DFS). The visit function takes in both a parent and child
node and returns a bool indicating if the child node should be
traversed.
parent e12c7809
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment