Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | parser: simplify top-level parser match | 2023-07-31 | 1 | -29/+24 | ||
| | ||||||
* | parser: add top-level Ast type | 2023-07-31 | 2 | -115/+148 | ||
| | ||||||
* | parser: move nested_parenthesis() helper into node module | 2023-07-31 | 2 | -51/+49 | ||
| | ||||||
* | parser: move helper functions into State impl | 2023-07-31 | 2 | -93/+92 | ||
| | ||||||
* | parser: move trait impl closer to type definition | 2023-07-31 | 2 | -11/+11 | ||
| | ||||||
* | parser: move single-use functions into caller | 2023-07-31 | 1 | -13/+13 | ||
| | ||||||
* | Extract askama_parser crate | 2023-07-31 | 5 | -0/+2072 | ||