| Commit message (Expand) | Author | Age | Files | Lines |
* | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 12 | -10941/+0 |
* | fix some ambiguous syntax. | Li Jin | 2021-02-15 | 4 | -59/+101 |
* | fix local statement used with line decorator issue. | Li Jin | 2021-02-10 | 2 | -27/+62 |
* | fix issue #38 with a better solution. | Li Jin | 2021-02-10 | 3 | -3/+26 |
* | update backcall operator syntax, fix issue #31. | Li Jin | 2021-02-10 | 4 | -12/+109 |
* | partially fix another issue from issue #38. | Li Jin | 2021-02-09 | 3 | -3/+5 |
* | limit the use of text macro. | Li Jin | 2021-02-08 | 1 | -5/+5 |
* | simplify macro syntax. fix issue #38 again. | Li Jin | 2021-02-08 | 4 | -128/+127 |
* | fix #38 | Li Jin | 2021-02-06 | 2 | -9/+14 |
* | fix issue #37. | Li Jin | 2021-01-28 | 2 | -2/+2 |
* | fix issue #36 | Li Jin | 2021-01-22 | 1 | -4/+7 |
* | fix issue #34. | Li Jin | 2021-01-11 | 1 | -1/+2 |
* | update year. | Li Jin | 2021-01-05 | 6 | -6/+6 |
* | fix. | Li Jin | 2021-01-05 | 2 | -22/+22 |
* | fix issue #30 | Li Jin | 2020-11-03 | 3 | -3/+4 |
* | fix issue #29 | Li Jin | 2020-11-03 | 1 | -10/+9 |
* | extend macro feature to support compiling Moonscript to other Lua dialect lik... | Li Jin | 2020-10-21 | 6 | -56/+189 |
* | add a new macro type support to insert raw codes to output. | Li Jin | 2020-10-15 | 4 | -24/+18 |
* | add support to import all macros from a module with symbol '$' in import-as s... | Li Jin | 2020-10-15 | 4 | -57/+105 |
* | change file extension moonp. | Li Jin | 2020-10-08 | 5 | -12/+17 |
* | support inserting common expression item started with * symbol into a table b... | Li Jin | 2020-09-18 | 3 | -3/+3 |
* | add a compiler flag to disable macro feature and support linking without Lua. | Li Jin | 2020-09-17 | 1 | -6/+45 |
* | make simple table and table block appear in the end of function arguments mer... | Li Jin | 2020-09-17 | 1 | -1/+32 |
* | revert binary operator rules, change implicit object start symbol. | Li Jin | 2020-09-11 | 1 | -2/+2 |
* | add implicit objects support while writing tables. | Li Jin | 2020-09-11 | 4 | -6/+20 |
* | reserve the same Moonscript coma separated expressions behaviors. | Li Jin | 2020-08-20 | 3 | -11/+13 |
* | change white space rule in assignment list. | Li Jin | 2020-08-07 | 2 | -2/+2 |
* | fix a case multiline binary operator expression conflicts with new statement ... | Li Jin | 2020-08-06 | 2 | -4/+4 |
* | remove support for escape new line symbol, binary operator expressions can no... | Li Jin | 2020-08-06 | 3 | -8/+6 |
* | clean up. | Li Jin | 2020-08-06 | 1 | -4/+5 |
* | fix case for extending class without name. | Li Jin | 2020-08-05 | 1 | -2/+2 |
* | fix issue for using return statement with export. | Li Jin | 2020-07-18 | 1 | -1/+29 |
* | fixed a missed case for multiline string as table key. reporting use of globa... | Li Jin | 2020-07-17 | 1 | -4/+13 |
* | fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val... | Li Jin | 2020-07-06 | 3 | -5/+11 |
* | fix issue when declaring multiple variables with attribute. | Li Jin | 2020-06-30 | 1 | -2/+5 |
* | add support for local variable declared with attribute 'close' and 'const' fo... | Li Jin | 2020-06-22 | 5 | -6/+80 |
* | change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>... | Li Jin | 2020-05-29 | 4 | -267/+280 |
* | make back call operator use highest priority for operator precedence. | Li Jin | 2020-05-26 | 1 | -62/+107 |
* | fix issue of unary and binary operator "~". | Li Jin | 2020-05-14 | 3 | -6/+8 |
* | fix Moonscript issue 416: ambiguous Lua output in some cases. | Li Jin | 2020-05-02 | 4 | -7/+44 |
* | add existential op support for with statement, add repeat until statement. | Li Jin | 2020-04-26 | 4 | -10/+39 |
* | fix errors when explicitly declaring global or local variable initialized wit... | Li Jin | 2020-04-24 | 3 | -7/+18 |
* | allow implicit return block macro, fix compiled Lua codes searching issue. | Li Jin | 2020-04-21 | 5 | -17/+32 |
* | add useSpaceOverTab option for compiler, add variadic arguments declaration c... | Li Jin | 2020-03-30 | 3 | -17/+43 |
* | fix an existential op issue and add case. | Li Jin | 2020-03-28 | 1 | -4/+4 |
* | fix issue #9. | Li Jin | 2020-03-27 | 1 | -0/+1 |
* | fix moonp repl issue. | Li Jin | 2020-03-27 | 2 | -5/+5 |
* | remove else branch support for appendix syntax. | Li Jin | 2020-03-26 | 4 | -25/+12 |
* | add REPL support for moonp. | Li Jin | 2020-03-26 | 1 | -1/+1 |
* | add goto statement support. | Li Jin | 2020-03-24 | 4 | -12/+53 |