René Kijewski
0d8373e3b2
Linted
2024-06-28 23:06:21 +02:00
René Kijewski
cf4f514d7e
Move passing tests
2024-06-28 23:03:22 +02:00
Guillaume Gomez
6ee3765098
Add regression test for ..
pattern in structs
2024-06-28 05:25:21 +02:00
Guillaume Gomez
2d80cc3524
Rename everything to rinja
2024-06-17 15:58:52 +02:00
René Kijewski
9e7fe8f2f9
Allow using "with" keyword in "let" statements
...
Askama uses the syntax `{% when Variant with (parameters) %}` in
`{% match %}` blocks.
This change allows the optional use of the keyword "with" in "let" and
"if let" statements, too.
2021-07-30 11:45:56 +02:00
René Kijewski
7e227907fe
Implement destructoring of structs
...
This PR implements the destructoring of structs on the lhs of "let" and
"for" statements.
2021-07-05 14:17:49 +02:00