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