[svn] some changes in jinja. added recursion support for {% for %}, pos -> lineno...
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 27 Feb 2007 18:40:14 +0000 (19:40 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 27 Feb 2007 18:40:14 +0000 (19:40 +0100)
commit5887538363d8fd02add1f99f1093cfe61275f7d1
treea82c8f101912a74ee50d5889703c88a80198b33e
parentfed86c1a36050290549b1b8177978324ae3bc8e4
[svn] some changes in jinja. added recursion support for {% for %}, pos -> lineno for better debugging once debugging works

--HG--
branch : trunk
jinja/datastructure.py
jinja/defaults.py
jinja/environment.py
jinja/exceptions.py
jinja/lexer.py
jinja/nodes.py
jinja/parser.py
jinja/tests.py [new file with mode: 0644]
jinja/translators/python.py