aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/5.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed issue #174.Li Jin2024-10-191-0/+49
|
* Disallowed some semantically incorrect syntax to improve code consistency.Li Jin2024-09-291-83/+61
|
* prevent more anonymous functions generating from `const`, `close` decl.Li Jin2024-05-231-60/+55
|
* fix more cases in try-catch syntax.v0.23.6Li Jin2024-05-172-15/+36
|
* fix ambiguous issue in try-catch syntax.v0.23.4Li Jin2024-05-161-61/+80
|
* remove one more redundant 'do' block from destructuring.Li Jin2024-03-251-7/+5
|
* remove one more redundant 'do' block from try-catch.v0.23.2Li Jin2024-03-211-12/+3
|
* remove redundant 'do' blocks in code generation.Li Jin2024-03-212-23/+17
|
* fix Lua 5.1 close attribute compatible function.Li Jin2024-03-191-31/+41
|
* fix anonymous function args order.Li Jin2024-03-191-8/+8
|
* try fixing issue #162.Li Jin2024-03-191-80/+103
|
* fix a const list destructuring case.Li Jin2023-12-191-0/+10
|
* fixing issue #143 and #144.Li Jin2023-08-071-0/+238
|
* made a little optimization for try-catch syntax.Li Jin2023-07-281-0/+4
|
* fix test file path.v0.17.12Li Jin2023-07-281-0/+71
|
* refactor break loop keyword checking.Li Jin2023-01-291-0/+60
|
* fix cases from issue #120.Li Jin2023-01-291-0/+3
|
* fix issue #81, refactor continue with gotos.Li Jin2022-09-302-0/+450