hime
hime copied to clipboard
Preorder or postorder traversal for AST walking?
I want to know why are we descending into children first, shouldn't we visit the children after processing our current AST node first?