index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
askama_derive
/
src
/
parser.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-02-18
Add parser for identifiers
Dirkjan Ochtman
1
-12
/
+26
2017-02-18
Add support for filters with multiple arguments
Dirkjan Ochtman
1
-6
/
+34
2017-02-18
Add support for attributes
Dirkjan Ochtman
1
-1
/
+11
2017-02-17
Add support for integer literals
Dirkjan Ochtman
1
-0
/
+6
2017-02-17
Use better parsing strategy for filter expressions
Dirkjan Ochtman
1
-26
/
+22
2017-02-17
Import alphanumeric from nom to simplify macro handling
Dirkjan Ochtman
1
-5
/
+5
2017-02-17
Derive Debug for parser AST enums
Dirkjan Ochtman
1
-1
/
+4
2017-02-17
Add support for most binary operators
Dirkjan Ochtman
1
-1
/
+8
2017-02-17
Use macro to prevent repetitive parser definitions
Dirkjan Ochtman
1
-22
/
+17
2017-02-13
Implement support for mul, div, mod operators
Dirkjan Ochtman
1
-3
/
+13
2017-02-13
Establish expression parser hierarchy
Dirkjan Ochtman
1
-13
/
+14
2017-02-13
Generically represent binary operators in parse tree
Dirkjan Ochtman
1
-3
/
+3
2017-02-08
Use is_none() for simple Option tests
Dirkjan Ochtman
1
-2
/
+2
2017-02-08
Implement generator support for whitespace handling markers
Dirkjan Ochtman
1
-1
/
+1
2017-02-08
Convert everything to &str in the parser code
Dirkjan Ochtman
1
-22
/
+32
2017-02-08
Add support for whitespace handling markers to parser
Dirkjan Ochtman
1
-14
/
+39
2017-02-08
Improve readability of parser macro invocations
Dirkjan Ochtman
1
-15
/
+26
2017-02-08
Add unit tests for whitespace splitter
Dirkjan Ochtman
1
-0
/
+23
2017-02-08
Split leading and trailing whitespace out of literals
Dirkjan Ochtman
1
-4
/
+24
2017-02-08
Assorted cleanups as suggested by clippy
Dirkjan Ochtman
1
-2
/
+2
2017-02-08
Simplify types for Nodes and Conds, pass slice where possible
Dirkjan Ochtman
1
-5
/
+4
2017-02-08
Fold identical branches in parser (as suggested by clippy)
Dirkjan Ochtman
1
-3
/
+1
2017-02-05
Add parser support for block and extend blocks
Dirkjan Ochtman
1
-1
/
+24
2017-02-05
Allow zero nodes in top-level parser
Dirkjan Ochtman
1
-1
/
+1
2017-02-05
Add support for string literals
Dirkjan Ochtman
1
-1
/
+9
2017-02-04
Generalize support for comparison operators
Dirkjan Ochtman
1
-5
/
+10
2017-02-04
Simplify parsing of if-blocks
Dirkjan Ochtman
1
-2
/
+1
2017-02-04
Fix incorrect indentation
Dirkjan Ochtman
1
-3
/
+3
2017-02-04
Add support for == operator
Dirkjan Ochtman
1
-4
/
+13
2017-02-04
Add basic support for loops
Dirkjan Ochtman
1
-1
/
+22
2017-01-12
Use 'else if' instead of 'elif' to align more with Rust
Dirkjan Ochtman
1
-13
/
+7
2017-01-07
Simplify parser by using type alias
Dirkjan Ochtman
1
-2
/
+2
2017-01-07
Support elif blocks in parser and generator
Dirkjan Ochtman
1
-5
/
+15
2017-01-07
Extend parser and generator to handle else blocks
Dirkjan Ochtman
1
-2
/
+20
2017-01-07
Preserve more whitespace while parsing if-blocks
Dirkjan Ochtman
1
-2
/
+2
2017-01-07
Add parsing and code generation for simple if blocks
Dirkjan Ochtman
1
-1
/
+16
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
-4
/
+30
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-24
Return AST nodes from parser
Dirkjan Ochtman
1
-8
/
+15
2016-12-24
Move template parser into separate module
Dirkjan Ochtman
1
-0
/
+30
[prev]