| Commit message (Expand) | Author | Files | Lines |
2020-03-11 | fix commit messed with gitignore. | Li Jin | 4 | -0/+928 |
2020-03-11 | remove files added by mistake | Li Jin | 1 | -0/+1 |
2020-03-11 | update. | Li Jin | 2 | -2/+3 |
2020-03-11 | add macro functions. | Li Jin | 74 | -932/+24441 |
2020-03-05 | Update README.md | Li Jin | 1 | -0/+1 |
2020-03-05 | fix moonp release issue. | Li Jin | 1 | -2/+2 |
2020-03-05 | update readme. | Li Jin | 1 | -1/+63 |
2020-03-05 | move functions of old export statement to global statement, make export state... | Li Jin | 15 | -144/+623 |
2020-02-26 | add fat arrow support for backcall statement. | Li Jin | 6 | -5/+26 |
2020-02-23 | add placeholder support for backcall statement. | Li Jin | 2 | -4/+36 |
2020-02-22 | change some interfaces. | Li Jin | 5 | -14/+31 |
2020-02-20 | fix comments issue. | Li Jin | 2 | -18/+19 |
2020-02-20 | allow value lists in for statement and in local statement to be multiline got... | Li Jin | 3 | -13/+38 |
2020-02-20 | allow value list in assignment to be multiline fixing Moonscript issue 390. | Li Jin | 3 | -2/+30 |
2020-02-18 | did some clean up. | Li Jin | 3 | -23/+22 |
2020-02-18 | remove the extra type id system. | Li Jin | 7 | -73/+87 |
2020-02-17 | change method to generate unique type id. | Li Jin | 2 | -23/+18 |
2020-02-17 | refactor some codes to be safer. | Li Jin | 5 | -356/+358 |
2020-02-15 | force forward declaration of variable for assigning local function. | Li Jin | 1 | -37/+13 |
2020-02-14 | add placeholder support for backcall operator. | Li Jin | 3 | -4/+38 |
2020-02-13 | update readme. | Li Jin | 1 | -1/+5 |
2020-02-13 | fix rockspec. | Li Jin | 1 | -1/+2 |
2020-02-13 | update readme and rockspec. | Li Jin | 5 | -8/+106 |
2020-02-07 | releasing moonplus as a lib. | Li Jin | 11 | -23/+896 |
2020-02-03 | add specs. | Li Jin | 1 | -5/+11 |
2020-02-03 | fix some cases when using backcall with assignment. | Li Jin | 7 | -149/+137 |
2020-02-03 | enable explist to be multi-line without backslash. confirmed there is no simi... | Li Jin | 5 | -10/+21 |
2020-02-02 | update readme. | Li Jin | 1 | -8/+10 |
2020-02-02 | add MultiLineComment support in EscapeNewLine. | Li Jin | 2 | -2/+24 |
2020-01-31 | cleanup format. | Li Jin | 5 | -1470/+1461 |
2020-01-30 | make gcc happy. | Li Jin | 4 | -15/+24 |
2020-01-30 | fix | Li Jin | 1 | -17/+15 |
2020-01-30 | Separate MoonParser from MoonCompiler, make moonc compile multiple file in th... | Li Jin | 11 | -981/+1043 |
2020-01-28 | fix typo. | Li Jin | 1 | -20/+20 |
2020-01-28 | Update README.md | Li Jin | 1 | -1/+1 |
2020-01-28 | fix nothing. | Li Jin | 1 | -1/+1 |
2020-01-28 | Update README.md | Li Jin | 1 | -1/+1 |
2020-01-28 | Update README.md | Li Jin | 1 | -1/+1 |
2020-01-28 | fix some special cases for backcall. | Li Jin | 2 | -64/+106 |
2020-01-28 | fix empty Body issue. | Li Jin | 1 | -6/+6 |
2020-01-28 | fix again. | Li Jin | 2 | -1/+3 |
2020-01-28 | fix. | Li Jin | 2 | -5/+5 |
2020-01-28 | Add multi-line comment support. Add escape new line symbol. Add back call syn... | Li Jin | 7 | -14/+274 |
2020-01-25 | update readme. | Li Jin | 1 | -12/+12 |
2020-01-25 | fix Moonscript issue 375. | Li Jin | 28 | -783/+867 |
2020-01-25 | fix more chain value case. | Li Jin | 2 | -4/+5 |
2020-01-25 | fix chain value issue. | Li Jin | 2 | -13/+31 |
2020-01-24 | fix issues. | Li Jin | 5 | -44/+102 |
2020-01-23 | fix Moonscript issue 156, update new 'import' functions. | Li Jin | 8 | -152/+290 |
2020-01-18 | fix readme. | Li Jin | 1 | -2/+2 |