Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-31 | parser: define a struct for Match | Dirkjan Ochtman | 1 | -3/+22 | |
2023-07-31 | parser: define a struct for Cond | Dirkjan Ochtman | 1 | -3/+19 | |
2023-07-31 | parser: move node parsers into impl block | Dirkjan Ochtman | 2 | -410/+406 | |
2023-07-31 | parser: move Whitespace parser into method | Dirkjan Ochtman | 1 | -144/+142 | |
2023-07-31 | parser: move impl blocks closer to type definitions | Dirkjan Ochtman | 1 | -12/+12 | |
2023-07-31 | parser: simplify top-level parser match | Dirkjan Ochtman | 1 | -29/+24 | |
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 | 4 | -0/+2055 | |