Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-30 | Allow using "with" keyword in "let" statements | 1 | -0/+14 | ||
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-05 | Implement destructoring of structs | 1 | -0/+107 | ||
This PR implements the destructoring of structs on the lhs of "let" and "for" statements. |