aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mako/ast.py
Commit message (Expand)AuthorAgeFilesLines
* move lib/mako to makoMike Bayer2010-02-051-125/+0
* - update copyright for 2010Mike Bayer2010-02-051-1/+1
* happy new yearrel_0_2_5Mike Bayer2009-09-071-1/+1
* merge branches/_ast r340:HEAD, minus r344, to trunk. adds support for parsingPhilip Jenvey2008-04-111-232/+12
* copyright !Mike Bayer2008-01-191-1/+1
* - comments can be placed at the end of control lines,Mike Bayer2007-07-231-1/+3
* - control lines, i.e. % lines, support backslashes to continue longMike Bayer2007-05-021-1/+1
* - Lexer/Compile exceptions propigate throughout lexer/parsetree/astMike Bayer2007-04-211-18/+18
* - added "n" filter, disables *all* filters normally applied to an expressionMike Bayer2007-03-271-0/+2
* - AST parsing, properly detects imports of the form "import foo.bar"Mike Bayer2007-03-141-1/+1
* - AST expression generation - added in just about everythingMike Bayer2007-03-141-0/+59
* further fix to previous ast enhancement; dont log identifiers as "declared" o...Mike Bayer2007-03-061-26/+35
* - fix to variable scoping for identifiers only referenced within functionsMike Bayer2007-03-061-2/+14
* some expression generator things missing, fixes [ticket:18]Mike Bayer2007-01-241-4/+23
* copyright updateMike Bayer2007-01-051-1/+1
* further try/except AST fixes, cleanup of filter unit tests, made __locals pro...Mike Bayer2006-12-311-7/+0
* - AST parsing fixes: fixed TryExcept identifier parsingMike Bayer2006-12-311-0/+2
* took out the whole "auto-propigation of **kwargs" thing,Mike Bayer2006-12-161-3/+6
* big overhaul to variable scoping in code generationMike Bayer2006-12-091-0/+6
* cleanup etcMike Bayer2006-11-271-1/+1
* doc system, working on namespace scoping/declarations, ast parsing, etcMike Bayer2006-11-261-15/+22
* filters mostly complete for now...Mike Bayer2006-11-251-1/+25
* starting to add filter functionalityMike Bayer2006-11-241-0/+7
* copyright etcMike Bayer2006-11-211-0/+6
* various cleanup, more scoping tweaks, ast tweaksMike Bayer2006-11-201-4/+21
* got something runningMike Bayer2006-11-181-2/+9
* devMike Bayer2006-11-181-18/+3
* codegen dev...Mike Bayer2006-11-181-8/+98
* adding TemplateNode as lead parsetree valueMike Bayer2006-11-181-1/+0
* working out some expression parsing/return stuff, which will allow usMike Bayer2006-11-141-2/+75
* ast identifier location + unittestMike Bayer2006-11-121-0/+22
* initial setupMike Bayer2006-11-121-0/+1