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

Redo the visitor so that we can target children better #133

Closed jimmyhchan closed 8 years ago

jimmyhchan commented 8 years ago

This adds a buildStackItem pass to mimic what we were doing with Context and Instructions. That pass should be temporary and should be replaced with some better APIs that only add the context that is necessary (TBD).

For examples:

smfoote commented 8 years ago

Looks good to me. Do the tests pass? Has @prashn64 taken a look yet?

jimmyhchan commented 8 years ago

yes. tests's pass. @prashn64 has not looked at it?