| Commit message (Expand) | Author | Age | Files | Lines |
| * | change white space rule in assignment list. | Li Jin | 2020-08-07 | 1 | -1/+1 |
| * | fix a case multiline binary operator expression conflicts with new statement ... | Li Jin | 2020-08-06 | 1 | -1/+1 |
| * | remove support for escape new line symbol, binary operator expressions can no... | Li Jin | 2020-08-06 | 1 | -1/+1 |
| * | 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 | 1 | -3/+7 |
| * | 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 | 1 | -2/+57 |
| * | change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>... | Li Jin | 2020-05-29 | 1 | -236/+228 |
| * | 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 | 1 | -1/+1 |
| * | fix Moonscript issue 416: ambiguous Lua output in some cases. | Li Jin | 2020-05-02 | 1 | -2/+33 |
| * | add existential op support for with statement, add repeat until statement. | Li Jin | 2020-04-26 | 1 | -3/+23 |
| * | fix errors when explicitly declaring global or local variable initialized wit... | Li Jin | 2020-04-24 | 1 | -3/+13 |
| * | allow implicit return block macro, fix compiled Lua codes searching issue. | Li Jin | 2020-04-21 | 1 | -11/+16 |
| * | add useSpaceOverTab option for compiler, add variadic arguments declaration c... | Li Jin | 2020-03-30 | 1 | -17/+36 |
| * | 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 | 1 | -4/+4 |
| * | remove else branch support for appendix syntax. | Li Jin | 2020-03-26 | 1 | -17/+5 |
| * | add goto statement support. | Li Jin | 2020-03-24 | 1 | -1/+11 |
| * | add support for macro system expanding to Lua codes directly. | Li Jin | 2020-03-23 | 1 | -30/+55 |
| * | clean up. | Li Jin | 2020-03-21 | 1 | -37/+22 |
| * | fix line break issue in macro, disable macro declaration outside root scope. | Li Jin | 2020-03-12 | 1 | -5/+9 |
| * | fix macro type mismatch issue. | Li Jin | 2020-03-12 | 1 | -7/+23 |
| * | add macro functions. | Li Jin | 2020-03-11 | 1 | -56/+605 |
| * | move functions of old export statement to global statement, make export state... | Li Jin | 2020-03-05 | 1 | -35/+157 |
| * | add fat arrow support for backcall statement. | Li Jin | 2020-02-26 | 1 | -2/+3 |
| * | add placeholder support for backcall statement. | Li Jin | 2020-02-23 | 1 | -4/+26 |
| * | change some interfaces. | Li Jin | 2020-02-22 | 1 | -5/+12 |
| * | allow value lists in for statement and in local statement to be multiline got... | Li Jin | 2020-02-20 | 1 | -1/+1 |
| * | did some clean up. | Li Jin | 2020-02-18 | 1 | -19/+18 |
| * | remove the extra type id system. | Li Jin | 2020-02-18 | 1 | -1/+4 |
| * | refactor some codes to be safer. | Li Jin | 2020-02-17 | 1 | -201/+207 |
| * | force forward declaration of variable for assigning local function. | Li Jin | 2020-02-15 | 1 | -37/+13 |
| * | add placeholder support for backcall operator. | Li Jin | 2020-02-14 | 1 | -3/+19 |
| * | releasing moonplus as a lib. | Li Jin | 2020-02-07 | 1 | -14/+19 |
| * | fix some cases when using backcall with assignment. | Li Jin | 2020-02-03 | 1 | -143/+117 |
| * | cleanup format. | Li Jin | 2020-01-31 | 1 | -1/+1 |
| * | make gcc happy. | Li Jin | 2020-01-30 | 1 | -1/+1 |
| * | fix | Li Jin | 2020-01-30 | 1 | -17/+15 |
| * | Separate MoonParser from MoonCompiler, make moonc compile multiple file in th... | Li Jin | 2020-01-30 | 1 | -243/+158 |
| * | fix typo. | Li Jin | 2020-01-28 | 1 | -20/+20 |
| * | fix some special cases for backcall. | Li Jin | 2020-01-28 | 1 | -64/+93 |
| * | fix empty Body issue. | Li Jin | 2020-01-28 | 1 | -6/+6 |
| * | fix again. | Li Jin | 2020-01-28 | 1 | -0/+2 |
| * | Add multi-line comment support. Add escape new line symbol. Add back call syn... | Li Jin | 2020-01-28 | 1 | -7/+131 |
| * | fix Moonscript issue 375. | Li Jin | 2020-01-25 | 1 | -0/+1 |