index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_parser
/
src
/
node.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
parser: remove panicking `From<&str> for Whitespace`
René Kijewski
2023-08-01
1
-12
/
+5
*
parser: rename block to nodes
Dirkjan Ochtman
2023-07-31
1
-12
/
+13
*
parser: reorder items in node module
Dirkjan Ochtman
2023-07-31
1
-50
/
+50
*
parser: flatten top-level Expr interface
Dirkjan Ochtman
2023-07-31
1
-1
/
+1
*
parser: move cond parsers into type impls
Dirkjan Ochtman
2023-07-31
1
-39
/
+43
*
parser: move parser helpers into callers
Dirkjan Ochtman
2023-07-31
1
-35
/
+35
*
parser: move when parsers into impl block
Dirkjan Ochtman
2023-07-31
1
-47
/
+50
*
parser: define a struct for Match
Dirkjan Ochtman
2023-07-31
1
-3
/
+22
*
parser: define a struct for Cond
Dirkjan Ochtman
2023-07-31
1
-3
/
+19
*
parser: move node parsers into impl block
Dirkjan Ochtman
2023-07-31
1
-388
/
+404
*
parser: move Whitespace parser into method
Dirkjan Ochtman
2023-07-31
1
-144
/
+142
*
parser: move impl blocks closer to type definitions
Dirkjan Ochtman
2023-07-31
1
-12
/
+12
*
parser: move helper functions into State impl
Dirkjan Ochtman
2023-07-31
1
-32
/
+31
*
parser: move trait impl closer to type definition
Dirkjan Ochtman
2023-07-31
1
-0
/
+11
*
Extract askama_parser crate
Dirkjan Ochtman
2023-07-31
1
-0
/
+674