Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increased call stack size.HEADmain | Li Jin | 9 days | 1 | -10/+13 |
| | |||||
* | Fix. | Li Jin | 9 days | 1 | -13/+10 |
| | |||||
* | Added more reversed index support for slice. [skip CI] | Li Jin | 2025-06-04 | 2 | -11/+22 |
| | |||||
* | Added new syntax. | Li Jin | 2025-06-04 | 2 | -5/+5 |
| | | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching. | ||||
* | Added `try!` syntax. | Li Jin | 2025-05-28 | 5 | -58/+34 |
| | |||||
* | Added break with value syntax. | Li Jin | 2025-05-21 | 2 | -5/+1 |
| | |||||
* | Fixing issue #206.v0.27.4 | Li Jin | 2025-04-11 | 6 | -60/+101 |
| | |||||
* | Fixed issue #198. | Li Jin | 2025-03-23 | 2 | -20/+16 |
| | |||||
* | Fixed issue #194, #195.v0.27.1 | Li Jin | 2025-03-19 | 2 | -6/+3 |
| | |||||
* | Aligned Lua inserter macro behavior with common Yue macro.v0.27.0 | Li Jin | 2025-01-31 | 2 | -1/+17 |
| | |||||
* | Fixed a miss indent and removed an unnecessary do block.v0.25.5 | Li Jin | 2024-10-08 | 1 | -3/+1 |
| | |||||
* | Fixed a few issues.v0.25.2 | Li Jin | 2024-09-26 | 2 | -6/+12 |
| | | | | | | * Fixed a `with` block with return statement issue. * Fixed a switch-when indentation issue. * Added error reporting for `return` statement not appearing in last block line. | ||||
* | fix more cases for evaluation order of multi-value assignments.v0.25.1 | Li Jin | 2024-09-04 | 3 | -24/+23 |
| | |||||
* | fix correct evaluation order for multi-value assignments.v0.25.0 | Li Jin | 2024-09-03 | 3 | -20/+20 |
| | |||||
* | prevent more anonymous functions generating from `const`, `close` decl. | Li Jin | 2024-05-23 | 1 | -48/+48 |
| | |||||
* | fix more cases in try-catch syntax.v0.23.6 | Li Jin | 2024-05-17 | 1 | -18/+40 |
| | |||||
* | fix ambiguous issue in try-catch syntax.v0.23.4 | Li Jin | 2024-05-16 | 1 | -15/+24 |
| | |||||
* | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 7 | -167/+105 |
| | |||||
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 23 | -896/+766 |
| | |||||
* | fix anonymous function args order. | Li Jin | 2024-03-19 | 1 | -14/+14 |
| | |||||
* | try fixing issue #162. | Li Jin | 2024-03-19 | 5 | -264/+307 |
| | |||||
* | fix in-expression format issue.v0.21.7 | Li Jin | 2024-02-05 | 1 | -0/+52 |
| | |||||
* | fix chaining condition evaluation rules.v0.20.1 | Li Jin | 2023-10-23 | 1 | -2/+10 |
| | |||||
* | fixing issues from #152. | Li Jin | 2023-10-22 | 2 | -28/+20 |
| | |||||
* | fix inline variable renaming.v0.19.2 | Li Jin | 2023-08-30 | 1 | -5/+5 |
| | |||||
* | fix spec.v0.19.1 | Li Jin | 2023-08-17 | 1 | -19/+0 |
| | |||||
* | add unicode identifier support, fix more issue from #144 | Li Jin | 2023-08-17 | 41 | -0/+8695 |