Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-01-12 | Use 'else if' instead of 'elif' to align more with Rust | Dirkjan Ochtman | 1 | -13/+7 |
2017-01-07 | Simplify parser by using type alias | Dirkjan Ochtman | 1 | -2/+2 |
2017-01-07 | Support elif blocks in parser and generator | Dirkjan Ochtman | 1 | -5/+15 |
2017-01-07 | Extend parser and generator to handle else blocks | Dirkjan Ochtman | 1 | -2/+20 |
2017-01-07 | Preserve more whitespace while parsing if-blocks | Dirkjan Ochtman | 1 | -2/+2 |
2017-01-07 | Add parsing and code generation for simple if blocks | Dirkjan Ochtman | 1 | -1/+16 |
2017-01-07 | Move parser and generator code into askama crate | Dirkjan Ochtman | 1 | -0/+0 |
2017-01-06 | Add parser and code generator support for Filter expressions | Dirkjan Ochtman | 1 | -4/+30 |
2017-01-03 | Rename askama_codegen to askama_derive | Dirkjan Ochtman | 1 | -0/+0 |
2017-01-03 | Extend parser to allow different expression types | Dirkjan Ochtman | 1 | -3/+9 |
2016-12-24 | Return AST nodes from parser | Dirkjan Ochtman | 1 | -8/+15 |
2016-12-24 | Move template parser into separate module | Dirkjan Ochtman | 1 | -0/+30 |