| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated spec and docs. | Li Jin | 2025-01-29 | 2 | -0/+27 |
* | Updated spec codes. | Li Jin | 2025-01-08 | 2 | -12/+12 |
* | Fixed MoonScript issue # 459.v0.26.1 | Li Jin | 2024-12-19 | 2 | -0/+75 |
* | Fixed issue #175 and #177. | Li Jin | 2024-10-31 | 2 | -1/+29 |
* | Fixed issue #174. | Li Jin | 2024-10-19 | 5 | -0/+135 |
* | Fixed a miss indent and removed an unnecessary do block.v0.25.5 | Li Jin | 2024-10-08 | 3 | -6/+14 |
* | Disallowed some semantically incorrect syntax to improve code consistency. | Li Jin | 2024-09-29 | 2 | -89/+68 |
* | Fixed a few issues.v0.25.2 | Li Jin | 2024-09-26 | 6 | -16/+28 |
* | fix more cases for evaluation order of multi-value assignments.v0.25.1 | Li Jin | 2024-09-04 | 7 | -54/+120 |
* | fix correct evaluation order for multi-value assignments.v0.25.0 | Li Jin | 2024-09-03 | 7 | -40/+73 |
* | add builtin macro $is_ast(). | Li Jin | 2024-08-09 | 2 | -4/+3 |
* | add yue.is_ast(). | Li Jin | 2024-08-09 | 2 | -1/+13 |
* | add macros generating macros feature.v0.23.9 | Li Jin | 2024-08-05 | 5 | -1/+65 |
* | 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 | 9 | -121/+246 |
* | fix ambiguous issue in try-catch syntax.v0.23.4 | Li Jin | 2024-05-16 | 4 | -168/+215 |
* | 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 | 4 | -1/+62 |
* | fix nil coalescing anonymous function moving issue. add test cases. | Li Jin | 2024-03-19 | 2 | -0/+709 |
* | 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 | 11 | -578/+682 |
* | add default return declaration for function literal.v0.22.2 | Li Jin | 2024-03-04 | 2 | -0/+105 |
* | fix an empty check case.v0.21.8 | Li Jin | 2024-02-05 | 2 | -1/+9 |
* | fix in-expression format issue.v0.21.7 | Li Jin | 2024-02-05 | 4 | -5/+91 |
* | fix more invalid in-expression use cases. | Li Jin | 2024-02-05 | 2 | -0/+88 |
* | fix a const list destructuring case. | Li Jin | 2023-12-19 | 3 | -0/+23 |
* | 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 | 2 | -0/+259 |
* | fix empty block ends with eof issue. | Li Jin | 2023-12-11 | 2 | -0/+34 |
* | changed the if-assignment syntax to prevent some errors.v0.21.0 | Li Jin | 2023-12-07 | 16 | -57/+57 |
* | make function call args a consistent behavior with table list.v0.20.7 | Li Jin | 2023-11-19 | 2 | -0/+35 |
* | fix a missing case for condition chaining.v0.20.5 | Li Jin | 2023-11-09 | 2 | -0/+13 |
* | fix table matching syntax in switch statement with list table.v0.20.4 | Li Jin | 2023-11-02 | 2 | -0/+41 |
* | add luarocks upload. [skip CI] | Li Jin | 2023-11-01 | 2 | -0/+83 |
* | add doc codes check. | Li Jin | 2023-10-31 | 4 | -0/+8381 |
* | fix a missing case for list destructuring. | Li Jin | 2023-10-27 | 2 | -0/+32 |
* | remove unnecessary multiline declaration for list table assignment. | Li Jin | 2023-10-23 | 2 | -122/+132 |
* | fix chaining condition evaluation rules.v0.20.1 | Li Jin | 2023-10-23 | 3 | -4/+185 |
* | add missing codes. | Li Jin | 2023-10-22 | 1 | -0/+16 |
* | fixing issues from #152. | Li Jin | 2023-10-22 | 12 | -99/+257 |
* | fixing issue #153.v0.19.6 | Li Jin | 2023-10-17 | 2 | -0/+52 |
* | fixing issue #150.v0.19.5 | Li Jin | 2023-10-06 | 2 | -0/+8 |
* | added `from import` for issue #149. | Li Jin | 2023-09-25 | 2 | -0/+62 |
* | fixing issue #149. | Li Jin | 2023-09-22 | 2 | -0/+27 |
* | fix inline variable renaming.v0.19.2 | Li Jin | 2023-08-30 | 2 | -10/+10 |