Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parser: remove re-exports `parser::{node,expr}::*` | 2023-08-01 | 1 | -2/+2 | |
| | |||||
* | parser: add type for `Node::Extends` | 2023-08-01 | 1 | -7/+14 | |
| | |||||
* | parser: add type for `Node::Include` | 2023-08-01 | 1 | -12/+26 | |
| | |||||
* | parser: rename `Node::Cond` into `If` and add type | 2023-08-01 | 1 | -33/+47 | |
| | |||||
* | parser: add type for `Node::Let` | 2023-08-01 | 1 | -25/+33 | |
| | |||||
* | parser: add type for `Node::Raw` | 2023-08-01 | 1 | -28/+37 | |
| | |||||
* | parser: add type for `Node::Lit` | 2023-08-01 | 1 | -30/+47 | |
| | |||||
* | parser: add type for `Node::BlockDef` | 2023-08-01 | 1 | -29/+44 | |
| | |||||
* | parser: add type for `Node::Match` | 2023-08-01 | 1 | -35/+53 | |
| | |||||
* | parser: add type for `Node::Call` | 2023-08-01 | 1 | -19/+37 | |
| | |||||
* | parser: add type for `Node::Import` | 2023-08-01 | 1 | -16/+32 | |
| | |||||
* | parser: let `Macro` know its name | 2023-08-01 | 1 | -52/+53 | |
| | |||||
* | parser: remove panicking `From<&str> for Whitespace` | 2023-08-01 | 1 | -12/+5 | |
| | |||||
* | parser: rename block to nodes | 2023-07-31 | 1 | -12/+13 | |
| | |||||
* | parser: reorder items in node module | 2023-07-31 | 1 | -50/+50 | |
| | |||||
* | parser: flatten top-level Expr interface | 2023-07-31 | 1 | -1/+1 | |
| | |||||
* | parser: move cond parsers into type impls | 2023-07-31 | 1 | -39/+43 | |
| | |||||
* | parser: move parser helpers into callers | 2023-07-31 | 1 | -35/+35 | |
| | |||||
* | parser: move when parsers into impl block | 2023-07-31 | 1 | -47/+50 | |
| | |||||
* | parser: define a struct for Match | 2023-07-31 | 1 | -3/+22 | |
| | |||||
* | parser: define a struct for Cond | 2023-07-31 | 1 | -3/+19 | |
| | |||||
* | parser: move node parsers into impl block | 2023-07-31 | 1 | -388/+404 | |
| | |||||
* | parser: move Whitespace parser into method | 2023-07-31 | 1 | -144/+142 | |
| | |||||
* | parser: move impl blocks closer to type definitions | 2023-07-31 | 1 | -12/+12 | |
| | |||||
* | parser: move helper functions into State impl | 2023-07-31 | 1 | -32/+31 | |
| | |||||
* | parser: move trait impl closer to type definition | 2023-07-31 | 1 | -0/+11 | |
| | |||||
* | Extract askama_parser crate | 2023-07-31 | 1 | -0/+674 | |