| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fix wrong codes generation for in-expression.v0.17.8 | Li Jin | 2023-07-20 | 1 | -13/+61 |
* | fix a missing case for in expression.v0.17.6 | Li Jin | 2023-07-13 | 1 | -1/+1 |
* | fix issue https://github.com/leafo/moonscript/issues/448v0.17.5 | Li Jin | 2023-07-02 | 1 | -0/+1 |
* | support list table checking to in-expression for issue #140 | Li Jin | 2023-06-30 | 1 | -0/+85 |
* | fix assignment to in-expression with discrete values issue from #140v0.17.3 | Li Jin | 2023-06-29 | 1 | -0/+5 |
* | fix issue #139. | Li Jin | 2023-06-29 | 1 | -17/+17 |
* | fix more ambiguous Lua codes generation cases. | Li Jin | 2023-06-25 | 6 | -18/+33 |
* | add new syntax of in-expression. | Li Jin | 2023-06-07 | 1 | -0/+36 |
* | fix spec.v0.16.5 | Li Jin | 2023-05-17 | 2 | -9/+28 |
* | fix issue #133. | Li Jin | 2023-05-17 | 6 | -27/+35 |
* | fixing Linux build. | Li Jin | 2023-03-23 | 2 | -54/+54 |
* | refactor break loop keyword checking. | Li Jin | 2023-01-29 | 2 | -0/+101 |
* | fix cases from issue #120. | Li Jin | 2023-01-29 | 2 | -0/+6 |
* | add spec. | Li Jin | 2023-01-18 | 1 | -0/+7 |
* | add metamethods checking. | Li Jin | 2022-12-28 | 3 | -54/+63 |
* | update Lua. | Li Jin | 2022-12-02 | 1 | -0/+1 |
* | add more num lit specs. | Li Jin | 2022-12-02 | 1 | -0/+3 |
* | fix optimization case from issue #115. | Li Jin | 2022-11-22 | 1 | -14/+13 |
* | fix table pattern matching. confirm fixing issue #116. | Li Jin | 2022-11-21 | 2 | -27/+54 |
* | fix default value issue when doing metatable destructuring.v0.15.13 | Li Jin | 2022-11-11 | 1 | -0/+105 |
* | add chain assignment. fix issue #115. | Li Jin | 2022-11-09 | 1 | -0/+26 |
* | fix issue #114. | Li Jin | 2022-11-09 | 2 | -1/+240 |
* | fix issue #112 and issue #113. | Li Jin | 2022-11-09 | 2 | -0/+10 |
* | fix issue #111. | Li Jin | 2022-10-21 | 1 | -0/+10 |
* | fix issue #81, refactor continue with gotos. | Li Jin | 2022-09-30 | 5 | -181/+528 |
* | fix readme. | Li Jin | 2022-09-13 | 1 | -1/+31 |
* | added a missing scope. | Li Jin | 2022-09-08 | 1 | -2/+17 |
* | redesigned metatable syntax. add support for destructuring a field with strin... | Li Jin | 2022-09-08 | 2 | -0/+94 |
* | fix a missing argument number check. | Li Jin | 2022-08-16 | 1 | -0/+16 |
* | fix not marking variables from `import from` statement to be const issue.v0.14.4 | Li Jin | 2022-07-29 | 1 | -14/+12 |
* | adding test cases. | Li Jin | 2022-07-27 | 1 | -0/+36 |
* | fix missing checks and issues related to destrucuring in if branches. | Li Jin | 2022-07-26 | 5 | -7/+101 |
* | make destructuring work on function multiple returned values, fix `a, b[] = 1... | Li Jin | 2022-07-26 | 3 | -2/+23 |
* | add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr... | Li Jin | 2022-07-24 | 8 | -17/+44 |
* | add spec.v0.13.6 | Li Jin | 2022-07-14 | 1 | -0/+28 |
* | fix else clause issue in switch statement with table matching. | Li Jin | 2022-07-14 | 1 | -2/+8 |
* | add missing generated codes. | Li Jin | 2022-07-14 | 1 | -0/+18 |
* | fix table matching issue and update doc. | Li Jin | 2022-07-14 | 1 | -16/+12 |
* | auto add search path for cmd tools. | Li Jin | 2022-07-13 | 1 | -1/+1 |
* | add table pattern matching syntax and fix issue #93, remove a confusing defau... | Li Jin | 2022-07-12 | 2 | -57/+328 |
* | add spec. | Li Jin | 2022-07-07 | 1 | -1/+20 |
* | disable exporting macro from a normal module. | Li Jin | 2022-07-05 | 3 | -6/+0 |
* | fix issue #105. | Li Jin | 2022-06-12 | 1 | -0/+26 |
* | fix issue #104. | Li Jin | 2022-06-03 | 1 | -0/+1 |
* | fix spec. | Li Jin | 2022-05-24 | 1 | -6/+8 |
* | add favicon and tests.v0.10.23 | Li Jin | 2022-05-24 | 2 | -0/+1707 |
* | fixing #102 by adding extra condition assignment while continue skip the loop. | Li Jin | 2022-05-16 | 1 | -0/+2 |
* | fix issue #101 by supporting metamethod syntax in class block. | Li Jin | 2022-05-16 | 1 | -0/+30 |