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