| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a few issues.v0.25.2 | Li Jin | 2024-09-26 | 4 | -12/+24 |
* | fix more cases for evaluation order of multi-value assignments.v0.25.1 | Li Jin | 2024-09-04 | 6 | -54/+100 |
* | fix correct evaluation order for multi-value assignments.v0.25.0 | Li Jin | 2024-09-03 | 6 | -40/+65 |
* | add builtin macro $is_ast(). | Li Jin | 2024-08-09 | 1 | -1/+1 |
* | add yue.is_ast(). | Li Jin | 2024-08-09 | 1 | -1/+5 |
* | add macros generating macros feature.v0.23.9 | Li Jin | 2024-08-05 | 3 | -1/+14 |
* | fix spread exp list in up-value function issue.v0.23.8 | Li Jin | 2024-05-31 | 1 | -2/+2 |
* | prevent more anonymous functions generating from `const`, `close` decl. | Li Jin | 2024-05-23 | 4 | -190/+185 |
* | fix more cases in try-catch syntax.v0.23.6 | Li Jin | 2024-05-17 | 7 | -121/+237 |
* | fix ambiguous issue in try-catch syntax.v0.23.4 | Li Jin | 2024-05-16 | 3 | -125/+172 |
* | fix code gen check. | Li Jin | 2024-04-23 | 2 | -2/+2 |
* | remove one more redundant 'do' block from destructuring. | Li Jin | 2024-03-25 | 19 | -489/+303 |
* | remove one more redundant 'do' block from try-catch.v0.23.2 | Li Jin | 2024-03-21 | 2 | -22/+9 |
* | remove redundant 'do' blocks in code generation. | Li Jin | 2024-03-21 | 53 | -4408/+3814 |
* | more test cases.v0.23.0 | Li Jin | 2024-03-19 | 2 | -1/+43 |
* | fix nil coalescing anonymous function moving issue. add test cases. | Li Jin | 2024-03-19 | 1 | -0/+502 |
* | fix Lua 5.1 close attribute compatible function. | Li Jin | 2024-03-19 | 1 | -31/+41 |
* | fix anonymous function args order. | Li Jin | 2024-03-19 | 3 | -34/+34 |
* | try fixing issue #162. | Li Jin | 2024-03-19 | 9 | -576/+676 |
* | add default return declaration for function literal.v0.22.2 | Li Jin | 2024-03-04 | 1 | -0/+70 |
* | fix an empty check case.v0.21.8 | Li Jin | 2024-02-05 | 1 | -0/+6 |
* | fix in-expression format issue.v0.21.7 | Li Jin | 2024-02-05 | 2 | -4/+52 |
* | fix more invalid in-expression use cases. | Li Jin | 2024-02-05 | 1 | -0/+49 |
* | fix a const list destructuring case. | Li Jin | 2023-12-19 | 2 | -0/+20 |
* | fix invalid formation.v0.21.3 | Li Jin | 2023-12-14 | 1 | -14/+1 |
* | add yue.format() function. fix yue ast to code function issues. | Li Jin | 2023-12-13 | 1 | -0/+133 |
* | fix empty block ends with eof issue. | Li Jin | 2023-12-11 | 1 | -0/+16 |
* | make function call args a consistent behavior with table list.v0.20.7 | Li Jin | 2023-11-19 | 1 | -0/+12 |
* | fix a missing case for condition chaining.v0.20.5 | Li Jin | 2023-11-09 | 1 | -0/+11 |
* | fix table matching syntax in switch statement with list table.v0.20.4 | Li Jin | 2023-11-02 | 1 | -0/+35 |
* | add luarocks upload. [skip CI] | Li Jin | 2023-11-01 | 1 | -0/+28 |
* | add doc codes check. | Li Jin | 2023-10-31 | 3 | -0/+8357 |
* | fix a missing case for list destructuring. | Li Jin | 2023-10-27 | 1 | -0/+24 |
* | remove unnecessary multiline declaration for list table assignment. | Li Jin | 2023-10-23 | 1 | -117/+127 |
* | fix chaining condition evaluation rules.v0.20.1 | Li Jin | 2023-10-23 | 2 | -4/+163 |
* | add missing codes. | Li Jin | 2023-10-22 | 1 | -0/+16 |
* | fixing issues from #152. | Li Jin | 2023-10-22 | 6 | -57/+187 |
* | fixing issue #153.v0.19.6 | Li Jin | 2023-10-17 | 1 | -0/+16 |
* | fixing issue #150.v0.19.5 | Li Jin | 2023-10-06 | 1 | -0/+2 |
* | added `from import` for issue #149. | Li Jin | 2023-09-25 | 1 | -0/+33 |
* | fixing issue #149. | Li Jin | 2023-09-22 | 1 | -0/+23 |
* | fix inline variable renaming.v0.19.2 | Li Jin | 2023-08-30 | 2 | -10/+10 |
* | fix spec.v0.19.1 | Li Jin | 2023-08-17 | 2 | -38/+0 |
* | add unicode identifier support, fix more issue from #144 | Li Jin | 2023-08-17 | 42 | -11/+8708 |
* | add more tests. | Li Jin | 2023-08-09 | 1 | -0/+32 |
* | make vararg assignment work with line decorator. | Li Jin | 2023-08-08 | 1 | -0/+45 |
* | fixing issue #143 and #144. | Li Jin | 2023-08-07 | 2 | -11/+272 |
* | made a little optimization for try-catch syntax. | Li Jin | 2023-07-28 | 2 | -8/+12 |
* | fix test file path.v0.17.12 | Li Jin | 2023-07-28 | 1 | -0/+71 |
* | fix xpcall usages in different Lua version. | Li Jin | 2023-07-28 | 3 | -0/+0 |