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