aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/metatable.yue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix spec.v0.16.5Li Jin2023-05-171-8/+8
|
* redesigned metatable syntax. add support for destructuring a field with ↵Li Jin2022-09-081-34/+58
| | | | 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/+1
| | | | destructure. make import item const by default.
* fix spec.Li Jin2022-05-241-1/+1
|
* add new syntax for issue #41. fix a issue for destructure syntax with ↵Li Jin2021-03-081-0/+11
| | | | TableBlock. try fix luarocks installing problem again for issue #42.
* fix issue #41, add square brackets support for metatable syntax. fix using ↵Li Jin2021-03-051-0/+8
| | | | metatable with "with" syntax issue.
* add new metatable syntax for issue #41, fix reusing local variable issue, ↵Li Jin2021-03-031-0/+43
update built-in Lua.