all unittests pass, the special and dependency lookups have their own visitors now...
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 27 Apr 2008 19:28:03 +0000 (21:28 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 27 Apr 2008 19:28:03 +0000 (21:28 +0200)
commitc9705c245dcd3020575e9e948675be10b908720f
tree718679184c7bbf91a5be3a413388dfbf3ba4dec3
parent32a910f041ef31a62dcff468ab1d6f3d3f711266
all unittests pass, the special and dependency lookups have their own visitors now, with `self` one can get a reference to the current template and render blocks multiple times.

--HG--
branch : trunk
examples/bench.py
jinja2/compiler.py
jinja2/environment.py
jinja2/filters.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/parser.py
jinja2/runtime.py
tests/test_filters.py
tests/test_macros.py