aboutsummaryrefslogtreecommitdiffstats
path: root/askama_codegen/src/generator.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend parser to allow different expression typesLibravatar Dirkjan Ochtman2017-01-031-3/+9
* Support templating for every type implementing DisplayLibravatar Dirkjan Ochtman2016-12-261-3/+4
* Add some helper methods to Generator implLibravatar Dirkjan Ochtman2016-12-241-11/+40
* Make code generator impl more extensibleLibravatar Dirkjan Ochtman2016-12-241-16/+42
* Introduce code generator implLibravatar Dirkjan Ochtman2016-12-241-13/+29
* Return AST nodes from parserLibravatar Dirkjan Ochtman2016-12-241-10/+10
* Move impl code generator into separate moduleLibravatar Dirkjan Ochtman2016-12-241-0/+23