Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallowed some semantically incorrect syntax to improve code consistency. | Li Jin | 2024-09-29 | 1 | -83/+61 |
* | prevent more anonymous functions generating from `const`, `close` decl. | Li Jin | 2024-05-23 | 1 | -60/+55 |
* | fix more cases in try-catch syntax.v0.23.6 | Li Jin | 2024-05-17 | 1 | -1/+3 |
* | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 1 | -7/+5 |
* | remove one more redundant 'do' block from try-catch.v0.23.2 | Li Jin | 2024-03-21 | 1 | -12/+3 |
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -11/+7 |
* | fix Lua 5.1 close attribute compatible function. | Li Jin | 2024-03-19 | 1 | -31/+41 |
* | fix anonymous function args order. | Li Jin | 2024-03-19 | 1 | -8/+8 |
* | try fixing issue #162. | Li Jin | 2024-03-19 | 1 | -80/+103 |
* | fix a const list destructuring case. | Li Jin | 2023-12-19 | 1 | -0/+10 |
* | fixing issue #143 and #144. | Li Jin | 2023-08-07 | 1 | -0/+238 |