aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/src/parser.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-07Simplify parser by using type aliasLibravatar Dirkjan Ochtman1-2/+2
2017-01-07Support elif blocks in parser and generatorLibravatar Dirkjan Ochtman1-5/+15
2017-01-07Extend parser and generator to handle else blocksLibravatar Dirkjan Ochtman1-2/+20
2017-01-07Preserve more whitespace while parsing if-blocksLibravatar Dirkjan Ochtman1-2/+2
2017-01-07Add parsing and code generation for simple if blocksLibravatar Dirkjan Ochtman1-1/+16
2017-01-07Move parser and generator code into askama crateLibravatar Dirkjan Ochtman1-0/+0
2017-01-06Add parser and code generator support for Filter expressionsLibravatar Dirkjan Ochtman1-4/+30
2017-01-03Rename askama_codegen to askama_deriveLibravatar Dirkjan Ochtman1-0/+0
2017-01-03Extend parser to allow different expression typesLibravatar Dirkjan Ochtman1-3/+9
2016-12-24Return AST nodes from parserLibravatar Dirkjan Ochtman1-8/+15
2016-12-24Move template parser into separate moduleLibravatar Dirkjan Ochtman1-0/+30