Module traversal

Module traversal 

Source

Structsยง

WalkBFS
An iterator that traverses the syntax tree in breadth-first order.
WalkDFS
An iterator that traverses the syntax tree in pre-order DFS order.