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