Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |