Prints examples of the nodes that aren't visited
This visitor-driver is only useful for development, when it's helpful to develop a visitor incrementally, and get feedback on what you still have to do.
There are no implemented interfaces.
default(node, *args)
dispatch(node, *args)
preorder(tree, visitor, *args)
Do preorder walk of tree using visitor
There are no known subclasses.