aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/syntax.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix issue #133.Li Jin2023-05-171-5/+3
|
* add spec.Li Jin2023-01-181-0/+7
|
* fix issue #112 and issue #113.Li Jin2022-11-091-0/+6
|
* make destructuring work on function multiple returned values, fix `a, b[] = ↵Li Jin2022-07-261-1/+1
| | | | 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 Jin2022-07-241-5/+5
| | | | destructure. make import item const by default.
* add update syntax support for //. fix issue #96.Li Jin2022-05-131-0/+1
|
* fixing issue #77. change table appending syntax to: tb[] = 1Li Jin2022-02-141-10/+24
|
* add a missed local variable check.Li Jin2022-02-111-5/+6
|
* add Lua table appending idiom: tb #= 123Li Jin2022-02-111-0/+18
|
* fix the way update assignment is implemented.Li Jin2022-02-091-1/+11
|
* fix test.Li Jin2021-10-121-0/+360