cenotelie / hime

Apache License 2.0
27 stars 4 forks source link

Preorder or postorder traversal for AST walking? #98

Open stevefan1999-personal opened 11 months ago

stevefan1999-personal commented 11 months ago

I want to know why are we descending into children first, shouldn't we visit the children after processing our current AST node first?