Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 strin... | Li Jin | 2022-09-08 | 1 | -0/+61 |
* | make destructuring work on function multiple returned values, fix `a, b[] = 1... | Li Jin | 2022-07-26 | 1 | -0/+21 |
* | add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr... | Li Jin | 2022-07-24 | 1 | -2/+23 |
* | add table pattern matching syntax and fix issue #93, remove a confusing defau... | Li Jin | 2022-07-12 | 1 | -50/+71 |
* | 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 |