Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 1 | -4/+2 |
| | |||||
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -42/+38 |
| | |||||
* | make destructuring work on function multiple returned values, fix `a, b[] = ↵ | Li Jin | 2022-07-26 | 1 | -1/+1 |
| | | | | 1` crashing issue, no longer support implicit declaring variable to be nil. | ||||
* | adding support for fixing issue #85. | Li Jin | 2022-04-06 | 1 | -3/+9 |
| | |||||
* | fix test. | Li Jin | 2021-10-12 | 1 | -0/+151 |