aboutsummaryrefslogtreecommitdiffstats
path: root/askama_parser/src/node.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-31parser: define a struct for MatchLibravatar Dirkjan Ochtman1-3/+22
2023-07-31parser: define a struct for CondLibravatar Dirkjan Ochtman1-3/+19
2023-07-31parser: move node parsers into impl blockLibravatar Dirkjan Ochtman1-388/+404
2023-07-31parser: move Whitespace parser into methodLibravatar Dirkjan Ochtman1-144/+142
2023-07-31parser: move impl blocks closer to type definitionsLibravatar Dirkjan Ochtman1-12/+12
2023-07-31parser: move helper functions into State implLibravatar Dirkjan Ochtman1-32/+31
2023-07-31parser: move trait impl closer to type definitionLibravatar Dirkjan Ochtman1-0/+11
2023-07-31Extract askama_parser crateLibravatar Dirkjan Ochtman1-23/+23
2023-07-31derive: move whitespace conversion into config moduleLibravatar Dirkjan Ochtman1-11/+0
2023-06-12Allow macros to be defined and called without argumentsLibravatar mataha1-2/+5
2023-03-09Fix handling of trailing whitespace charactersLibravatar Guillaume Gomez1-0/+11
2023-02-21Revert "derive: Make Config `'static`"Libravatar René Kijewski1-2/+2
2023-01-30derive: refactor parserLibravatar René Kijewski1-0/+671