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
/
expr.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Yield error on deep AST recursion
Dirkjan Ochtman
2024-01-18
1
-3
/
+9
*
Allow trailing comma in macro definition and call
Guillaume Gomez
2023-12-07
1
-1
/
+1
*
Allow to pass named arguments to macro calls
Guillaume Gomez
2023-11-28
1
-5
/
+74
*
Derive Clone for Expr and Target
Andrew Dona-Couch
2023-11-13
1
-1
/
+1
*
Create a type alias for all `IResult` to simplify code reading
Guillaume Gomez
2023-10-25
1
-29
/
+23
*
Create `ErrorContext` type
Guillaume Gomez
2023-10-25
1
-33
/
+41
*
Require Expr::parse() callers to supply Level
Dirkjan Ochtman
2023-09-28
1
-10
/
+6
*
Move Level into the crate root
Dirkjan Ochtman
2023-09-28
1
-16
/
+1
*
Limit expression nesting level to avoid stack overflows
Dirkjan Ochtman
2023-09-28
1
-33
/
+81
*
Use char_indices() to get byte indices for characters
Dirkjan Ochtman
2023-09-11
1
-1
/
+1
*
Rename some variables
Dirkjan Ochtman
2023-09-11
1
-7
/
+7
*
Optimize parsing boolean literals, too
René Kijewski
2023-08-03
1
-9
/
+5
*
Parse paths and identifiers only once
René Kijewski
2023-08-03
1
-10
/
+10
*
parser: don't truncates whitespaces after arrays
René Kijewski
2023-08-02
1
-1
/
+1
*
Fix parsing arrays
René Kijewski
2023-07-31
1
-5
/
+7
*
Fix parsing calls
René Kijewski
2023-07-31
1
-3
/
+5
*
parser: move Expr parser helpers into callers
Dirkjan Ochtman
2023-07-31
1
-53
/
+54
*
parser: move single expr parsers into Expr impl
Dirkjan Ochtman
2023-07-31
1
-63
/
+63
*
parser: move binary operator parsers into Expr impl
Dirkjan Ochtman
2023-07-31
1
-71
/
+71
*
parser: flatten top-level Expr interface
Dirkjan Ochtman
2023-07-31
1
-35
/
+27
*
parser: move suffix parsers into impl block
Dirkjan Ochtman
2023-07-31
1
-53
/
+61
*
parser: move nested_parenthesis() helper into node module
Dirkjan Ochtman
2023-07-31
1
-3
/
+49
*
Extract askama_parser crate
Dirkjan Ochtman
2023-07-31
1
-0
/
+285