Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parser: move node parsers into impl block | Dirkjan Ochtman | 2023-07-31 | 1 | -22/+2 |
* | parser: simplify top-level parser match | Dirkjan Ochtman | 2023-07-31 | 1 | -29/+24 |
* | parser: add top-level Ast type | Dirkjan Ochtman | 2023-07-31 | 1 | -33/+40 |
* | parser: move nested_parenthesis() helper into node module | Dirkjan Ochtman | 2023-07-31 | 1 | -48/+0 |
* | parser: move helper functions into State impl | Dirkjan Ochtman | 2023-07-31 | 1 | -61/+61 |
* | parser: move trait impl closer to type definition | Dirkjan Ochtman | 2023-07-31 | 1 | -11/+0 |
* | parser: move single-use functions into caller | Dirkjan Ochtman | 2023-07-31 | 1 | -13/+13 |
* | Extract askama_parser crate | Dirkjan Ochtman | 2023-07-31 | 1 | -0/+384 |