summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
Commit message (Collapse)AuthorAgeFilesLines
...
* better debugging information. compiler knows about name and filename now ↵Armin Ronacher2008-04-161-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 hackArmin Ronacher2008-04-161-5/+16
| | | | | --HG-- branch : trunk
* reimplemented {% trans %}Armin Ronacher2008-04-161-3/+2
| | | | | --HG-- branch : trunk
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-04-141-4/+6
|\ | | | | | | | | --HG-- branch : trunk
| * continued convertig filtersChristoph Hack2008-04-141-4/+6
| | | | | | | | | | --HG-- branch : trunk
* | added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-8/+11
|/ | | | | --HG-- branch : trunk
* added super()Armin Ronacher2008-04-131-0/+2
| | | | | --HG-- branch : trunk
* added globalsArmin Ronacher2008-04-131-18/+89
| | | | | --HG-- branch : trunk
* optimizer can optimize filtered for loops nowArmin Ronacher2008-04-131-18/+31
| | | | | --HG-- branch : trunk
* added loop filteringArmin Ronacher2008-04-131-7/+83
| | | | | --HG-- branch : trunk
* some more stuff for jinja2Armin Ronacher2008-04-131-4/+4
| | | | | --HG-- branch : trunk
* filter tag works nowArmin Ronacher2008-04-121-23/+77
| | | | | --HG-- branch : trunk
* added support for new call statementArmin Ronacher2008-04-121-41/+73
| | | | | --HG-- branch : trunk
* implemented includesArmin Ronacher2008-04-111-11/+65
| | | | | --HG-- branch : trunk
* basic inheritance works nowArmin Ronacher2008-04-111-6/+9
| | | | | --HG-- branch : trunk
* fixed a bug in the compilerArmin Ronacher2008-04-111-0/+1
| | | | | --HG-- branch : trunk
* filters are always used as locals now and we don't do any post-loop cleanupArmin Ronacher2008-04-111-26/+13
| | | | | --HG-- branch : trunk
* w000t. first templateArmin Ronacher2008-04-111-3/+3
| | | | | --HG-- branch : trunk
* work on tha runtimeArmin Ronacher2008-04-111-6/+7
| | | | | --HG-- branch : trunk
* fixed a small bugArmin Ronacher2008-04-111-4/+4
| | | | | --HG-- branch : trunk
* *now* we have no overhead :)Armin Ronacher2008-04-111-16/+30
| | | | | --HG-- branch : trunk
* optimized child template code generation. we now have zero overhead for the ↵Armin Ronacher2008-04-111-20/+93
| | | | | | | most common inheritance case --HG-- branch : trunk
* removed debug printArmin Ronacher2008-04-101-1/+0
| | | | | --HG-- branch : trunk
* assignments are traversed in the correct order nowArmin Ronacher2008-04-101-0/+5
| | | | | --HG-- branch : trunk
* fixed one bug with blocks, one to goArmin Ronacher2008-04-101-9/+38
| | | | | --HG-- branch : trunk
* nodes have access to environment nowArmin Ronacher2008-04-091-12/+11
| | | | | --HG-- branch : trunk
* simplified undefined behavior for better compile time processingArmin Ronacher2008-04-091-3/+25
| | | | | --HG-- branch : trunk
* tuple unpacking at compile time is handled properly nowArmin Ronacher2008-04-091-1/+3
| | | | | --HG-- branch : trunk
* removed unused importArmin Ronacher2008-04-081-1/+0
| | | | | --HG-- branch : trunk
* added optimizerChristoph Hack2008-04-081-13/+6
|\ | | | | | | | | --HG-- branch : trunk
| * updated macro stuffArmin Ronacher2008-04-081-1/+3
| | | | | | | | | | --HG-- branch : trunk
* | mergedChristoph Hack2008-04-081-15/+49
|\ \ | |/ | | | | | | --HG-- branch : trunk
| * work on the macro stuffArmin Ronacher2008-04-081-15/+49
| | | | | | | | | | --HG-- branch : trunk
* | optimize filters on constant valuesChristoph Hack2008-04-081-3/+12
| | | | | | | | | | --HG-- branch : trunk
* | only import filters to the local namespace if they are called more than onceChristoph Hack2008-04-081-6/+12
| | | | | | | | | | --HG-- branch : trunk
* | added environment, make filters available locallyChristoph Hack2008-04-081-4/+16
|/ | | | | --HG-- branch : trunk
* more compiler stuffArmin Ronacher2008-04-081-21/+181
| | | | | --HG-- branch : trunk
* added first working pieces of compilerArmin Ronacher2008-04-071-0/+380
--HG-- branch : trunk