Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 1 | -131/+115 |
| | |||||
* | remove unnecessary multiline declaration for list table assignment. | Li Jin | 2023-10-23 | 1 | -117/+127 |
| | |||||
* | fixing issues from #152. | Li Jin | 2023-10-22 | 1 | -0/+83 |
| | |||||
* | add option --target=5.1 to generate Lua 5.1 compatible codes. add const ↵ | Li Jin | 2022-07-24 | 1 | -4/+4 |
| | | | | destructure. make import item const by default. | ||||
* | add spread syntax support for table block. fix a gcc compiler issue. update doc. | Li Jin | 2022-04-25 | 1 | -0/+61 |
| | |||||
* | add support for the Fill Operator. fix issue #39. | Li Jin | 2022-04-24 | 1 | -25/+102 |
| | |||||
* | fix spreading syntax behavior. | Li Jin | 2022-04-24 | 1 | -0/+102 |
| | |||||
* | fix test. | Li Jin | 2021-10-12 | 1 | -0/+351 |