| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
