index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama
/
src
/
generator.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-07
Extend parser and generator to handle else blocks
Dirkjan Ochtman
1
-11
/
+20
2017-01-07
Add parsing and code generation for simple if blocks
Dirkjan Ochtman
1
-0
/
+13
2017-01-07
Move parser and generator code into askama crate
Dirkjan Ochtman
1
-0
/
+0
2017-01-06
Add parser and code generator support for Filter expressions
Dirkjan Ochtman
1
-0
/
+7
2017-01-06
Separate writing to buffer and node visitation in generator
Dirkjan Ochtman
1
-12
/
+15
2017-01-03
Rename askama_codegen to askama_derive
Dirkjan Ochtman
1
-0
/
+0
2017-01-03
Extend parser to allow different expression types
Dirkjan Ochtman
1
-3
/
+9
2016-12-26
Support templating for every type implementing Display
Dirkjan Ochtman
1
-3
/
+4
2016-12-24
Add some helper methods to Generator impl
Dirkjan Ochtman
1
-11
/
+40
2016-12-24
Make code generator impl more extensible
Dirkjan Ochtman
1
-16
/
+42
2016-12-24
Introduce code generator impl
Dirkjan Ochtman
1
-13
/
+29
2016-12-24
Return AST nodes from parser
Dirkjan Ochtman
1
-10
/
+10
2016-12-24
Move impl code generator into separate module
Dirkjan Ochtman
1
-0
/
+23
[prev]