Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a few issues.v0.25.2 | Li Jin | 2024-09-26 | 1 | -5/+9 |
| | | | | | | * Fixed a `with` block with return statement issue. * Fixed a switch-when indentation issue. * Added error reporting for `return` statement not appearing in last block line. | ||||
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -9/+5 |
| | |||||
* | fix empty block ends with eof issue. | Li Jin | 2023-12-11 | 1 | -0/+16 |
| | |||||
* | fix issue #133. | Li Jin | 2023-05-17 | 1 | -5/+3 |
| | |||||
* | add spec. | Li Jin | 2023-01-18 | 1 | -0/+7 |
| | |||||
* | fix issue #112 and issue #113. | Li Jin | 2022-11-09 | 1 | -0/+6 |
| | |||||
* | make destructuring work on function multiple returned values, fix `a, b[] = ↵ | Li Jin | 2022-07-26 | 1 | -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 Jin | 2022-07-24 | 1 | -5/+5 |
| | | | | destructure. make import item const by default. | ||||
* | add update syntax support for //. fix issue #96. | Li Jin | 2022-05-13 | 1 | -0/+1 |
| | |||||
* | fixing issue #77. change table appending syntax to: tb[] = 1 | Li Jin | 2022-02-14 | 1 | -10/+24 |
| | |||||
* | add a missed local variable check. | Li Jin | 2022-02-11 | 1 | -5/+6 |
| | |||||
* | add Lua table appending idiom: tb #= 123 | Li Jin | 2022-02-11 | 1 | -0/+18 |
| | |||||
* | fix the way update assignment is implemented. | Li Jin | 2022-02-09 | 1 | -1/+11 |
| | |||||
* | fix test. | Li Jin | 2021-10-12 | 1 | -0/+360 |