aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/metatable.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix more cases for evaluation order of multi-value assignments.v0.25.1Li Jin2024-09-041-2/+3
|
* fix correct evaluation order for multi-value assignments.v0.25.0Li Jin2024-09-031-6/+7
|
* remove one more redundant 'do' block from destructuring.Li Jin2024-03-251-16/+8
|
* remove redundant 'do' blocks in code generation.Li Jin2024-03-211-12/+10
|
* fix spec.v0.16.5Li Jin2023-05-171-8/+27
|
* add metamethods checking.Li Jin2022-12-281-14/+15
|
* redesigned metatable syntax. add support for destructuring a field with ↵Li Jin2022-09-081-0/+33
| | | | string and expression
* fix missing checks and issues related to destrucuring in if branches.Li Jin2022-07-261-1/+1
|
* add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵Li Jin2022-07-241-1/+0
| | | | destructure. make import item const by default.
* fix spec.Li Jin2022-05-241-6/+8
|
* fix test.Li Jin2021-10-121-0/+113