smfoote / tornado

HTML templates with asynchronous rendering, built with JavaScript.
http://smfoote.github.io/tornado/
Apache License 2.0
8 stars 3 forks source link

Provide an API for compiler pass authors to modify the AST #75

Open jimmyhchan opened 9 years ago

jimmyhchan commented 9 years ago

Make it easy to snip/add a leaf (during a visit ignore this child) Make it easy to prune/add a branch Make it easy to modify the identity of a node etc.