| Commit message (Expand) | Author | Age | Files | Lines |
* | fix default value issue when doing metatable destructuring.v0.15.13 | Li Jin | 2022-11-11 | 2 | -0/+115 |
* | add chain assignment. fix issue #115. | Li Jin | 2022-11-09 | 2 | -0/+37 |
* | added indentation error messages. | Li Jin | 2022-11-09 | 1 | -2/+2 |
* | fix issue #114. | Li Jin | 2022-11-09 | 3 | -1/+253 |
* | fix issue #112 and issue #113. | Li Jin | 2022-11-09 | 4 | -0/+19 |
* | fix issue #111. | Li Jin | 2022-10-21 | 2 | -0/+17 |
* | fix issue #81, refactor continue with gotos. | Li Jin | 2022-09-30 | 8 | -190/+537 |
* | fix readme. | Li Jin | 2022-09-13 | 2 | -1/+46 |
* | added a missing scope. | Li Jin | 2022-09-08 | 2 | -2/+23 |
* | redesigned metatable syntax. add support for destructuring a field with strin... | Li Jin | 2022-09-08 | 10 | -53/+190 |
* | fix a missing argument number check. | Li Jin | 2022-08-16 | 2 | -12/+36 |
* | fix not marking variables from `import from` statement to be const issue.v0.14.4 | Li Jin | 2022-07-29 | 2 | -21/+14 |
* | adding test cases. | Li Jin | 2022-07-27 | 4 | -217/+272 |
* | fix missing checks and issues related to destrucuring in if branches. | Li Jin | 2022-07-26 | 10 | -14/+159 |
* | make destructuring work on function multiple returned values, fix `a, b[] = 1... | Li Jin | 2022-07-26 | 6 | -6/+31 |
* | add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr... | Li Jin | 2022-07-24 | 16 | -33/+63 |
* | add spec.v0.13.6 | Li Jin | 2022-07-14 | 2 | -0/+38 |
* | fix else clause issue in switch statement with table matching. | Li Jin | 2022-07-14 | 2 | -3/+9 |
* | add missing generated codes. | Li Jin | 2022-07-14 | 1 | -0/+18 |
* | fix a case when doing optional destructuring for metatable. | Li Jin | 2022-07-14 | 1 | -0/+5 |
* | fix table matching issue and update doc. | Li Jin | 2022-07-14 | 2 | -19/+15 |
* | auto add search path for cmd tools. | Li Jin | 2022-07-13 | 5 | -11/+3 |
* | add table pattern matching syntax and fix issue #93, remove a confusing defau... | Li Jin | 2022-07-12 | 4 | -58/+416 |
* | cleanup. | Li Jin | 2022-07-07 | 1 | -3/+3 |
* | add spec. | Li Jin | 2022-07-07 | 3 | -1/+44 |
* | disable exporting macro from a normal module. | Li Jin | 2022-07-05 | 5 | -15/+18 |
* | fix issue #105. | Li Jin | 2022-06-12 | 2 | -0/+40 |
* | fix issue #104. | Li Jin | 2022-06-03 | 2 | -0/+3 |
* | fix spec. | Li Jin | 2022-05-24 | 2 | -7/+9 |
* | add favicon and tests.v0.10.23 | Li Jin | 2022-05-24 | 4 | -0/+2013 |
* | 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 | 2 | -2/+39 |
* | fix issue #97 by line decorator. | Li Jin | 2022-05-16 | 3 | -2/+49 |
* | fix issue #102. fix `continue` statement locating issue. | Li Jin | 2022-05-16 | 2 | -1/+30 |
* | add update syntax support for //. fix issue #96. | Li Jin | 2022-05-13 | 2 | -0/+2 |
* | add spread syntax support for table block. fix a gcc compiler issue. update doc. | Li Jin | 2022-04-25 | 4 | -0/+121 |
* | add support for the Fill Operator. fix issue #39. | Li Jin | 2022-04-24 | 2 | -25/+121 |
* | fix spreading syntax behavior. | Li Jin | 2022-04-24 | 2 | -0/+127 |
* | add placeholder support for list destructuring. fix part of issue #93. | Li Jin | 2022-04-20 | 2 | -0/+10 |
* | change the behavior dealing with class and common table when doing mixin. | Li Jin | 2022-04-07 | 1 | -3/+4 |
* | fix class initializing procedure again.v0.10.10 | Li Jin | 2022-04-07 | 1 | -16/+16 |
* | fix class initializing procedure. | Li Jin | 2022-04-07 | 1 | -1/+1 |
* | allow doing mixin with a class and a table. | Li Jin | 2022-04-06 | 2 | -3/+6 |
* | doing the mixing after the class object initialized. | Li Jin | 2022-04-06 | 1 | -13/+13 |
* | adding support for fixing issue #85. | Li Jin | 2022-04-06 | 5 | -44/+130 |
* | try fixing overriding issue mentioned in issue #84. | Li Jin | 2022-04-02 | 1 | -1/+1 |
* | fix some ambiguous syntax caused by arg table block. | Li Jin | 2022-04-01 | 3 | -4/+104 |
* | fix more cases that global values are not being cached. | Li Jin | 2022-03-14 | 4 | -4/+79 |
* | fix issue #82. | Li Jin | 2022-03-05 | 1 | -6/+10 |
* | add an extra idiom for Lua pcall / xpcall: print result if success, result = ... | Li Jin | 2022-02-21 | 2 | -18/+70 |