| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated syntax.v0.29.9 | Li Jin | 2025-11-21 | 1 | -0/+20 |
| | | | | | | * Added error check for mixed use of tabs and spaces. * Supported SimpleTable destructuring for ForEach syntax. | ||||
| * | Added more reversed index support for slice. [skip CI] | Li Jin | 2025-06-04 | 1 | -6/+6 |
| | | |||||
| * | Added new syntax. | Li Jin | 2025-06-04 | 1 | -0/+90 |
| | | | | | | | | - Slice Expression. - Reversed Indexing,. - Range Destructuring. - Table Range Matching. | ||||
| * | fix more cases for evaluation order of multi-value assignments.v0.25.1 | Li Jin | 2024-09-04 | 1 | -2/+3 |
| | | |||||
| * | fix correct evaluation order for multi-value assignments.v0.25.0 | Li Jin | 2024-09-03 | 1 | -12/+37 |
| | | |||||
| * | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 1 | -119/+79 |
| | | |||||
| * | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -74/+62 |
| | | |||||
| * | fix a missing case for list destructuring. | Li Jin | 2023-10-27 | 1 | -0/+24 |
| | | |||||
| * | fixing Linux build. | Li Jin | 2023-03-23 | 1 | -22/+22 |
| | | |||||
| * | add metamethods checking. | Li Jin | 2022-12-28 | 1 | -34/+38 |
| | | |||||
| * | fix table pattern matching. confirm fixing issue #116. | Li Jin | 2022-11-21 | 1 | -11/+22 |
| | | |||||
| * | fix default value issue when doing metatable destructuring.v0.15.13 | Li Jin | 2022-11-11 | 1 | -0/+105 |
| | | |||||
| * | added a missing scope. | Li Jin | 2022-09-08 | 1 | -2/+17 |
| | | |||||
| * | redesigned metatable syntax. add support for destructuring a field with ↵ | Li Jin | 2022-09-08 | 1 | -0/+61 |
| | | | | | string and expression | ||||
| * | make destructuring work on function multiple returned values, fix `a, b[] = ↵ | Li Jin | 2022-07-26 | 1 | -0/+21 |
| | | | | | 1` crashing issue, no longer support implicit declaring variable to be nil. | ||||
| * | add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵ | Li Jin | 2022-07-24 | 1 | -2/+23 |
| | | | | | destructure. make import item const by default. | ||||
| * | add table pattern matching syntax and fix issue #93, remove a confusing ↵ | Li Jin | 2022-07-12 | 1 | -50/+71 |
| | | | | | default value syntax for destructuring. | ||||
| * | add placeholder support for list destructuring. fix part of issue #93. | Li Jin | 2022-04-20 | 1 | -0/+7 |
| | | |||||
| * | fix a global variable check case. | Li Jin | 2022-02-15 | 1 | -2/+5 |
| | | |||||
| * | fix test. | Li Jin | 2021-10-12 | 1 | -0/+357 |
