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
(
unfollow
)
Commit message (
Expand
)
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
1
-388
/
+404
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: move helper functions into State impl
Dirkjan Ochtman
1
-32
/
+31
2023-07-31
parser: move trait impl closer to type definition
Dirkjan Ochtman
1
-0
/
+11
2023-07-31
Extract askama_parser crate
Dirkjan Ochtman
1
-23
/
+23
2023-07-31
derive: move whitespace conversion into config module
Dirkjan Ochtman
1
-11
/
+0
2023-06-12
Allow macros to be defined and called without arguments
mataha
1
-2
/
+5
2023-03-09
Fix handling of trailing whitespace characters
Guillaume Gomez
1
-0
/
+11
2023-02-21
Revert "derive: Make Config `'static`"
René Kijewski
1
-2
/
+2
2023-01-30
derive: refactor parser
René Kijewski
1
-0
/
+671