Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-30 | Use "target()" to parse "when" block | 1 | -0/+26 | ||
`target()` as used in parsing "let" and "if let" implements parsing nested tuples and structs. But it does not implement parsing literals. The functions `match_variant()` and `with_parameters()` as used in parsing "when" blocks do not implement parsing nested structs, but it implements parsing literals. This PR combines `match_variant()` and `with_parameters()` into `target()`, so that all `{%when%}` support nested structs, too. | |||||
2021-07-05 | Add tuple destructoring tests | 1 | -0/+14 | ||
2020-12-25 | Added let shadow test | 1 | -0/+21 | ||
2020-01-12 | Write conditional blocks before popping variable stack (see #227) | 1 | -0/+15 | ||
2020-01-02 | Clean up clippy warnings | 1 | -0/+2 | ||
2019-03-18 | Remove debugging cruft | 1 | -5/+1 | ||
2019-02-20 | Allow referencing self as a variable (fixes #207) | 1 | -0/+14 | ||
2019-01-04 | Add support for tuple | 1 | -0/+16 | ||
2018-12-08 | Use 2018 edition idioms | 1 | -2/+0 | ||
2018-12-08 | Remove unused macro_use attributes | 1 | -1/+0 | ||
2018-06-21 | Fix formatting with cargo fmt | 1 | -2/+4 | ||
2017-09-07 | Make ext attribute mandatory for source-specified templates | 1 | -1/+1 | ||
2017-08-16 | Change one test case to use source attribute | 1 | -1/+1 | ||
2017-08-16 | Add test for variable declaration | 1 | -0/+14 | ||
2017-08-15 | Add test for let blocks | 1 | -0/+16 | ||