| Commit message (Expand) | Author | Age | Files | Lines |
| * | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 1 | -750/+0 |
| * | fix some ambiguous syntax. | Li Jin | 2021-02-15 | 1 | -9/+12 |
| * | fix local statement used with line decorator issue. | Li Jin | 2021-02-10 | 1 | -0/+2 |
| * | update backcall operator syntax, fix issue #31. | Li Jin | 2021-02-10 | 1 | -1/+7 |
| * | partially fix another issue from issue #38. | Li Jin | 2021-02-09 | 1 | -1/+1 |
| * | simplify macro syntax. fix issue #38 again. | Li Jin | 2021-02-08 | 1 | -5/+1 |
| * | update year. | Li Jin | 2021-01-05 | 1 | -1/+1 |
| * | fix issue #30 | Li Jin | 2020-11-03 | 1 | -1/+1 |
| * | extend macro feature to support compiling Moonscript to other Lua dialect lik... | Li Jin | 2020-10-21 | 1 | -1/+1 |
| * | add a new macro type support to insert raw codes to output. | Li Jin | 2020-10-15 | 1 | -9/+1 |
| * | add support to import all macros from a module with symbol '$' in import-as s... | Li Jin | 2020-10-15 | 1 | -9/+31 |
| * | support inserting common expression item started with * symbol into a table b... | Li Jin | 2020-09-18 | 1 | -1/+1 |
| * | add implicit objects support while writing tables. | Li Jin | 2020-09-11 | 1 | -1/+7 |
| * | fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val... | Li Jin | 2020-07-06 | 1 | -1/+2 |
| * | add support for local variable declared with attribute 'close' and 'const' fo... | Li Jin | 2020-06-22 | 1 | -1/+10 |
| * | change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>... | Li Jin | 2020-05-29 | 1 | -12/+21 |
| * | fix Moonscript issue 416: ambiguous Lua output in some cases. | Li Jin | 2020-05-02 | 1 | -3/+7 |
| * | add existential op support for with statement, add repeat until statement. | Li Jin | 2020-04-26 | 1 | -2/+10 |
| * | fix errors when explicitly declaring global or local variable initialized wit... | Li Jin | 2020-04-24 | 1 | -2/+3 |
| * | allow implicit return block macro, fix compiled Lua codes searching issue. | Li Jin | 2020-04-21 | 1 | -0/+1 |
| * | remove else branch support for appendix syntax. | Li Jin | 2020-03-26 | 1 | -5/+4 |
| * | add goto statement support. | Li Jin | 2020-03-24 | 1 | -1/+16 |
| * | add macro functions. | Li Jin | 2020-03-11 | 1 | -12/+50 |
| * | move functions of old export statement to global statement, make export state... | Li Jin | 2020-03-05 | 1 | -8/+18 |
| * | add fat arrow support for backcall statement. | Li Jin | 2020-02-26 | 1 | -1/+6 |
| * | did some clean up. | Li Jin | 2020-02-18 | 1 | -3/+3 |
| * | remove the extra type id system. | Li Jin | 2020-02-18 | 1 | -19/+5 |
| * | change method to generate unique type id. | Li Jin | 2020-02-17 | 1 | -7/+10 |
| * | refactor some codes to be safer. | Li Jin | 2020-02-17 | 1 | -108/+119 |
| * | Separate MoonParser from MoonCompiler, make moonc compile multiple file in th... | Li Jin | 2020-01-30 | 1 | -3/+2 |
| * | Add multi-line comment support. Add escape new line symbol. Add back call syn... | Li Jin | 2020-01-28 | 1 | -2/+14 |
| * | fix Moonscript issue 375. | Li Jin | 2020-01-25 | 1 | -1/+2 |
| * | fix Moonscript issue 156, update new 'import' functions. | Li Jin | 2020-01-23 | 1 | -2/+23 |
| * | fix Moonscript issue 122, add support for ? operator. | Li Jin | 2020-01-18 | 1 | -1/+4 |
| * | update. | Li Jin | 2020-01-10 | 1 | -0/+587 |