Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redesigned metatable syntax. add support for destructuring a field with ↵ | Li Jin | 2022-09-08 | 1 | -6/+25 |
| | | | | string and expression | ||||
* | make destructuring work on function multiple returned values, fix `a, b[] = ↵ | Li Jin | 2022-07-26 | 1 | -2/+6 |
| | | | | 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 | -1/+4 |
| | | | | 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 | -0/+3 |
| | | | | default value syntax for destructuring. | ||||
* | add placeholder support for list destructuring. fix part of issue #93. | Li Jin | 2022-04-20 | 1 | -0/+3 |
| | |||||
* | fix a missed case for issue #64.v0.8.1 | Li Jin | 2021-08-19 | 1 | -0/+7 |
| | |||||
* | fix issue #64. | Li Jin | 2021-08-17 | 1 | -0/+29 |
| | |||||
* | fix spec. | Li Jin | 2021-04-28 | 1 | -2/+2 |
| | |||||
* | add new syntax for issue #41. fix a issue for destructure syntax with ↵ | Li Jin | 2021-03-08 | 1 | -1/+22 |
| | | | | TableBlock. try fix luarocks installing problem again for issue #42. | ||||
* | fix issue in destructure syntax. | Li Jin | 2021-02-20 | 1 | -0/+6 |
| | |||||
* | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 1 | -0/+117 |