Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 2017-01-03 | 1 | -101/+0 |
| | | | | This appears to be best practice for crates using macros 1.1. | ||||
* | Extend parser to allow different expression types | Dirkjan Ochtman | 2017-01-03 | 1 | -3/+9 |
| | |||||
* | Support templating for every type implementing Display | Dirkjan Ochtman | 2016-12-26 | 1 | -3/+4 |
| | |||||
* | Add some helper methods to Generator impl | Dirkjan Ochtman | 2016-12-24 | 1 | -11/+40 |
| | |||||
* | Make code generator impl more extensible | Dirkjan Ochtman | 2016-12-24 | 1 | -16/+42 |
| | |||||
* | Introduce code generator impl | Dirkjan Ochtman | 2016-12-24 | 1 | -13/+29 |
| | |||||
* | Return AST nodes from parser | Dirkjan Ochtman | 2016-12-24 | 1 | -10/+10 |
| | |||||
* | Move impl code generator into separate module | Dirkjan Ochtman | 2016-12-24 | 1 | -0/+23 |