Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better debugging information. compiler knows about name and filename now ↵ | Armin Ronacher | 2008-04-16 | 1 | -12/+21 | |
| | | | | | | | (the first one is the load name, the second the estimated filename on the file system if such a name exists) --HG-- branch : trunk | |||||
* | added new python only debug hack | Armin Ronacher | 2008-04-16 | 1 | -5/+16 | |
| | | | | | --HG-- branch : trunk | |||||
* | reimplemented {% trans %} | Armin Ronacher | 2008-04-16 | 1 | -3/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | Automated merge with ssh://team@pocoo.org/jinja2-main | Armin Ronacher | 2008-04-14 | 1 | -4/+6 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | continued convertig filters | Christoph Hack | 2008-04-14 | 1 | -4/+6 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | added sandbox and exchageable undefined objects | Armin Ronacher | 2008-04-14 | 1 | -8/+11 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | added super() | Armin Ronacher | 2008-04-13 | 1 | -0/+2 | |
| | | | | | --HG-- branch : trunk | |||||
* | added globals | Armin Ronacher | 2008-04-13 | 1 | -18/+89 | |
| | | | | | --HG-- branch : trunk | |||||
* | optimizer can optimize filtered for loops now | Armin Ronacher | 2008-04-13 | 1 | -18/+31 | |
| | | | | | --HG-- branch : trunk | |||||
* | added loop filtering | Armin Ronacher | 2008-04-13 | 1 | -7/+83 | |
| | | | | | --HG-- branch : trunk | |||||
* | some more stuff for jinja2 | Armin Ronacher | 2008-04-13 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | filter tag works now | Armin Ronacher | 2008-04-12 | 1 | -23/+77 | |
| | | | | | --HG-- branch : trunk | |||||
* | added support for new call statement | Armin Ronacher | 2008-04-12 | 1 | -41/+73 | |
| | | | | | --HG-- branch : trunk | |||||
* | implemented includes | Armin Ronacher | 2008-04-11 | 1 | -11/+65 | |
| | | | | | --HG-- branch : trunk | |||||
* | basic inheritance works now | Armin Ronacher | 2008-04-11 | 1 | -6/+9 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a bug in the compiler | Armin Ronacher | 2008-04-11 | 1 | -0/+1 | |
| | | | | | --HG-- branch : trunk | |||||
* | filters are always used as locals now and we don't do any post-loop cleanup | Armin Ronacher | 2008-04-11 | 1 | -26/+13 | |
| | | | | | --HG-- branch : trunk | |||||
* | w000t. first template | Armin Ronacher | 2008-04-11 | 1 | -3/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | work on tha runtime | Armin Ronacher | 2008-04-11 | 1 | -6/+7 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed a small bug | Armin Ronacher | 2008-04-11 | 1 | -4/+4 | |
| | | | | | --HG-- branch : trunk | |||||
* | *now* we have no overhead :) | Armin Ronacher | 2008-04-11 | 1 | -16/+30 | |
| | | | | | --HG-- branch : trunk | |||||
* | optimized child template code generation. we now have zero overhead for the ↵ | Armin Ronacher | 2008-04-11 | 1 | -20/+93 | |
| | | | | | | | most common inheritance case --HG-- branch : trunk | |||||
* | removed debug print | Armin Ronacher | 2008-04-10 | 1 | -1/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | assignments are traversed in the correct order now | Armin Ronacher | 2008-04-10 | 1 | -0/+5 | |
| | | | | | --HG-- branch : trunk | |||||
* | fixed one bug with blocks, one to go | Armin Ronacher | 2008-04-10 | 1 | -9/+38 | |
| | | | | | --HG-- branch : trunk | |||||
* | nodes have access to environment now | Armin Ronacher | 2008-04-09 | 1 | -12/+11 | |
| | | | | | --HG-- branch : trunk | |||||
* | simplified undefined behavior for better compile time processing | Armin Ronacher | 2008-04-09 | 1 | -3/+25 | |
| | | | | | --HG-- branch : trunk | |||||
* | tuple unpacking at compile time is handled properly now | Armin Ronacher | 2008-04-09 | 1 | -1/+3 | |
| | | | | | --HG-- branch : trunk | |||||
* | removed unused import | Armin Ronacher | 2008-04-08 | 1 | -1/+0 | |
| | | | | | --HG-- branch : trunk | |||||
* | added optimizer | Christoph Hack | 2008-04-08 | 1 | -13/+6 | |
|\ | | | | | | | | | --HG-- branch : trunk | |||||
| * | updated macro stuff | Armin Ronacher | 2008-04-08 | 1 | -1/+3 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | merged | Christoph Hack | 2008-04-08 | 1 | -15/+49 | |
|\ \ | |/ | | | | | | | --HG-- branch : trunk | |||||
| * | work on the macro stuff | Armin Ronacher | 2008-04-08 | 1 | -15/+49 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | optimize filters on constant values | Christoph Hack | 2008-04-08 | 1 | -3/+12 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | only import filters to the local namespace if they are called more than once | Christoph Hack | 2008-04-08 | 1 | -6/+12 | |
| | | | | | | | | | | --HG-- branch : trunk | |||||
* | | added environment, make filters available locally | Christoph Hack | 2008-04-08 | 1 | -4/+16 | |
|/ | | | | | --HG-- branch : trunk | |||||
* | more compiler stuff | Armin Ronacher | 2008-04-08 | 1 | -21/+181 | |
| | | | | | --HG-- branch : trunk | |||||
* | added first working pieces of compiler | Armin Ronacher | 2008-04-07 | 1 | -0/+380 | |
--HG-- branch : trunk |