| Commit message (Expand) | Author | Files | Lines |
2022-07-14 | update doc and changelog.v0.13.4 | Li Jin | 1 | -6/+10 |
2022-07-14 | fix table matching issue and update doc. | Li Jin | 4 | -49/+176 |
2022-07-13 | auto add search path for cmd tools. | Li Jin | 10 | -32/+44 |
2022-07-13 | report syntax error when mix destructures and other expressions in switch whe... | Li Jin | 2 | -2/+2 |
2022-07-12 | fix build. | Li Jin | 1 | -3/+3 |
2022-07-12 | add table pattern matching syntax and fix issue #93, remove a confusing defau... | Li Jin | 8 | -318/+790 |
2022-07-07 | cleanup. | Li Jin | 1 | -3/+3 |
2022-07-07 | add spec. | Li Jin | 3 | -1/+44 |
2022-07-05 | disable exporting macro from a normal module. | Li Jin | 9 | -24/+80 |
2022-06-26 | Update windows.yml | Li Jin | 1 | -1/+1 |
2022-06-12 | remove some invalid codes. | Li Jin | 1 | -7/+0 |
2022-06-12 | fix issue #105. | Li Jin | 6 | -19/+87 |
2022-06-03 | fix issue #104. | Li Jin | 4 | -6/+9 |
2022-06-02 | update Discord badge. | Li Jin | 1 | -1/+1 |
2022-05-25 | remove codes disabling attribute function with Lua 5.1. | Li Jin | 1 | -15/+1 |
2022-05-24 | fix spec. | Li Jin | 2 | -7/+9 |
2022-05-24 | mark variables with both attributes "const" and "close" to be constant in com... | Li Jin | 1 | -10/+4 |
2022-05-24 | add favicon and tests.v0.10.23 | Li Jin | 12 | -3/+2021 |
2022-05-16 | fixing #102 by adding extra condition assignment while continue skip the loop. | Li Jin | 2 | -14/+29 |
2022-05-16 | fix issue #101 by supporting metamethod syntax in class block. | Li Jin | 4 | -4/+65 |
2022-05-16 | fix issue #97 by line decorator. | Li Jin | 4 | -4/+111 |
2022-05-16 | fix issue #102. fix `continue` statement locating issue. | Li Jin | 3 | -7/+108 |
2022-05-15 | fix issue #100. | Li Jin | 1 | -2/+6 |
2022-05-13 | fix issue #97. | Li Jin | 1 | -0/+15 |
2022-05-13 | add update syntax support for //. fix issue #96. | Li Jin | 4 | -1/+4 |
2022-05-12 | fix changelog. | Li Jin | 1 | -4/+7 |
2022-05-12 | doc: add note for `#{}` syntax (#95) | Ekickx | 1 | -0/+2 |
2022-05-07 | changelog: update from 0.10.15 to 0.10.17 (#94) | apologetik | 1 | -0/+43 |
2022-05-06 | add to_ast function. | Li Jin | 4 | -138/+224 |
2022-04-29 | prevent text mode macro from inserting line numbers in generated codes. | Li Jin | 2 | -12/+15 |
2022-04-25 | fix typo. | Li Jin | 1 | -1/+1 |
2022-04-25 | update doc. | Li Jin | 1 | -41/+80 |
2022-04-25 | update Changelog. | Li Jin | 1 | -50/+156 |
2022-04-25 | add spread syntax support for table block. fix a gcc compiler issue. update doc. | Li Jin | 9 | -149/+407 |
2022-04-24 | add support for the Fill Operator. fix issue #39. | Li Jin | 3 | -183/+289 |
2022-04-24 | fix spreading syntax behavior. | Li Jin | 3 | -12/+160 |
2022-04-22 | adding table spreading syntax. | Li Jin | 4 | -15/+209 |
2022-04-20 | add placeholder support for list destructuring. fix part of issue #93. | Li Jin | 4 | -4/+15 |
2022-04-19 | update doc. | Li Jin | 3 | -317/+334 |
2022-04-17 | Update macos.ymlv0.10.11 | Li Jin | 1 | -0/+1 |
2022-04-17 | Update macos.yml | Li Jin | 1 | -0/+27 |
2022-04-17 | add extra compiler flag for building shared lib. | Li Jin | 1 | -1/+1 |
2022-04-12 | Add docs for += -= and []= (#90) | Allie | 1 | -15/+46 |
2022-04-07 | change the behavior dealing with class and common table when doing mixin. | Li Jin | 2 | -7/+11 |
2022-04-07 | fix class initializing procedure again.v0.10.10 | Li Jin | 2 | -27/+26 |
2022-04-07 | fix class initializing procedure. | Li Jin | 3 | -13/+13 |
2022-04-07 | add OpenGraph data (#87) | Allie | 2 | -0/+9 |
2022-04-06 | allow doing mixin with a class and a table. | Li Jin | 3 | -4/+7 |
2022-04-06 | doing the mixing after the class object initialized. | Li Jin | 2 | -23/+24 |
2022-04-06 | adding support for fixing issue #85. | Li Jin | 6 | -52/+138 |