aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-30updating doc.Li Jin2-2/+12
2022-09-30fix test.Li Jin1-1/+3
2022-09-30fix issue #81, refactor continue with gotos.Li Jin19-324/+811
2022-09-26fix ending white space parsing.Li Jin2-6/+6
2022-09-26reserve comment in AST followed by statement.Li Jin5-22/+63
2022-09-13fix readme.Li Jin3-3/+48
2022-09-08added a missing scope.Li Jin3-3/+29
2022-09-08fix doc.v0.15.1Li Jin1-11/+11
2022-09-08redesigned metatable syntax. add support for destructuring a field with strin...Li Jin15-297/+605
2022-08-26update to Lua 5.4.5.Li Jin16-147/+197
2022-08-20add back missing number syntax.Li Jin2-4/+9
2022-08-19fix format.Li Jin13-821/+737
2022-08-16update docs.Li Jin2-67/+63
2022-08-16update changlog.Li Jin1-1/+25
2022-08-16update doc.Li Jin1-1/+63
2022-08-16fix a missing argument number check.Li Jin3-15/+42
2022-07-29fix not marking variables from `import from` statement to be const issue.v0.14.4Li Jin3-23/+19
2022-07-28add missing operator checks for update assignment.Li Jin3-11/+11
2022-07-28check Lua target for some special operators.Li Jin1-1/+20
2022-07-27adding test cases.Li Jin4-217/+272
2022-07-26fix missing checks and issues related to destrucuring in if branches.Li Jin11-100/+273
2022-07-26fix issue #107.Li Jin1-0/+2
2022-07-26make destructuring work on function multiple returned values, fix `a, b[] = 1...Li Jin8-64/+172
2022-07-25cleanup.Li Jin1-4/+12
2022-07-25cleanup.Li Jin1-3/+3
2022-07-24add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr...Li Jin23-134/+321
2022-07-22add -g option for yue cmd tool.Li Jin3-2/+27
2022-07-15fix .gitattributesLi Jin1-0/+1
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