| Commit message (Expand) | Author | Files | Lines |
2022-11-11 | refactor parser to be a little faster. | Li Jin | 7 | -192/+318 |
2022-11-09 | fix readme. | Li Jin | 2 | -2/+7 |
2022-11-09 | fix typo. | Li Jin | 1 | -1/+1 |
2022-11-09 | refactor and update readme and changelog. | Li Jin | 4 | -19/+148 |
2022-11-09 | add chain assignment. fix issue #115. | Li Jin | 6 | -5/+87 |
2022-11-09 | added indentation error messages. | Li Jin | 4 | -5/+11 |
2022-11-09 | fix issue #114. | Li Jin | 6 | -15/+280 |
2022-11-09 | fix issue #91. | Li Jin | 1 | -1/+5 |
2022-11-09 | start to add error AST reporting. | Li Jin | 5 | -30/+54 |
2022-11-09 | Update windows.yml | Li Jin | 1 | -2/+16 |
2022-11-09 | fix issue #112 and issue #113. | Li Jin | 74 | -20/+24224 |
2022-10-21 | fix issue #111. | Li Jin | 4 | -2/+19 |
2022-10-18 | move utf8 bom skipping to parser. | Li Jin | 3 | -2/+4 |
2022-10-18 | skip utf-8 bom. (#110) | zg0 | 1 | -0/+1 |
2022-09-30 | add compiler option and fix an issue with return statement in loop working wi...v0.15.4 | Li Jin | 2 | -18/+29 |
2022-09-30 | updating doc. | Li Jin | 2 | -2/+12 |
2022-09-30 | fix test. | Li Jin | 1 | -1/+3 |
2022-09-30 | fix issue #81, refactor continue with gotos. | Li Jin | 19 | -324/+811 |
2022-09-26 | fix ending white space parsing. | Li Jin | 2 | -6/+6 |
2022-09-26 | reserve comment in AST followed by statement. | Li Jin | 5 | -22/+63 |
2022-09-13 | fix readme. | Li Jin | 3 | -3/+48 |
2022-09-08 | added a missing scope. | Li Jin | 3 | -3/+29 |
2022-09-08 | fix doc.v0.15.1 | Li Jin | 1 | -11/+11 |
2022-09-08 | redesigned metatable syntax. add support for destructuring a field with strin... | Li Jin | 15 | -297/+605 |
2022-08-26 | update to Lua 5.4.5. | Li Jin | 16 | -147/+197 |
2022-08-20 | add back missing number syntax. | Li Jin | 2 | -4/+9 |
2022-08-19 | fix format. | Li Jin | 13 | -821/+737 |
2022-08-16 | update docs. | Li Jin | 2 | -67/+63 |
2022-08-16 | update changlog. | Li Jin | 1 | -1/+25 |
2022-08-16 | update doc. | Li Jin | 1 | -1/+63 |
2022-08-16 | fix a missing argument number check. | Li Jin | 3 | -15/+42 |
2022-07-29 | fix not marking variables from `import from` statement to be const issue.v0.14.4 | Li Jin | 3 | -23/+19 |
2022-07-28 | add missing operator checks for update assignment. | Li Jin | 3 | -11/+11 |
2022-07-28 | check Lua target for some special operators. | Li Jin | 1 | -1/+20 |
2022-07-27 | adding test cases. | Li Jin | 4 | -217/+272 |
2022-07-26 | fix missing checks and issues related to destrucuring in if branches. | Li Jin | 11 | -100/+273 |
2022-07-26 | fix issue #107. | Li Jin | 1 | -0/+2 |
2022-07-26 | make destructuring work on function multiple returned values, fix `a, b[] = 1... | Li Jin | 8 | -64/+172 |
2022-07-25 | cleanup. | Li Jin | 1 | -4/+12 |
2022-07-25 | cleanup. | Li Jin | 1 | -3/+3 |
2022-07-24 | add option --target=5.1 to generate Lua 5.1 compatible codes. add const destr... | Li Jin | 23 | -134/+321 |
2022-07-22 | add -g option for yue cmd tool. | Li Jin | 3 | -2/+27 |
2022-07-15 | fix .gitattributes | Li Jin | 1 | -0/+1 |
2022-07-14 | add spec.v0.13.6 | Li Jin | 2 | -0/+38 |
2022-07-14 | fix else clause issue in switch statement with table matching. | Li Jin | 3 | -7/+17 |
2022-07-14 | add missing generated codes. | Li Jin | 1 | -0/+18 |
2022-07-14 | fix a case when doing optional destructuring for metatable. | Li Jin | 2 | -2/+7 |
2022-07-14 | update doc and changelog.v0.13.4 | Li Jin | 2 | -6/+70 |
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 |