| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up. | Li Jin | 2020-04-09 | 1 | -2/+2 |
* | add Lua code minify function to moonp. | Li Jin | 2020-04-08 | 2 | -10/+2145 |
* | fix moonp repl editing issue. | Li Jin | 2020-04-03 | 1 | -4/+7 |
* | add useSpaceOverTab option for compiler, add variadic arguments declaration c... | Li Jin | 2020-03-30 | 4 | -17/+53 |
* | change input method for moonp -- option. | Li Jin | 2020-03-29 | 1 | -3/+3 |
* | fix an existential op issue and add case. | Li Jin | 2020-03-28 | 2 | -6/+12 |
* | fix issue #9. | Li Jin | 2020-03-27 | 1 | -0/+1 |
* | fix moonp repl issue. | Li Jin | 2020-03-27 | 4 | -14/+69 |
* | update REPL functions. | Li Jin | 2020-03-27 | 2 | -11/+2438 |
* | 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 | 2 | -5/+98 |
* | Add c++17 filesystem compatible lib. | Li Jin | 2020-03-25 | 3 | -2/+5267 |
* | add command line option "-e" to moonp to eval file or string. | Li Jin | 2020-03-24 | 1 | -53/+156 |
* | add goto statement support. | Li Jin | 2020-03-24 | 4 | -12/+53 |
* | add support for macro system expanding to Lua codes directly. | Li Jin | 2020-03-23 | 3 | -41/+67 |
* | clean up. | Li Jin | 2020-03-21 | 2 | -74/+29 |
* | 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 |
* | fix commit messed with gitignore. | Li Jin | 2020-03-11 | 3 | -0/+927 |
* | add macro functions. | Li Jin | 2020-03-11 | 68 | -921/+24040 |
* | fix moonp release issue. | Li Jin | 2020-03-05 | 1 | -2/+2 |
* | move functions of old export statement to global statement, make export state... | Li Jin | 2020-03-05 | 5 | -77/+240 |
* | add fat arrow support for backcall statement. | Li Jin | 2020-02-26 | 5 | -5/+13 |
* | add placeholder support for backcall statement. | Li Jin | 2020-02-23 | 1 | -4/+26 |
* | change some interfaces. | Li Jin | 2020-02-22 | 5 | -14/+31 |
* | fix comments issue. | Li Jin | 2020-02-20 | 1 | -4/+4 |
* | allow value lists in for statement and in local statement to be multiline got... | Li Jin | 2020-02-20 | 2 | -6/+6 |
* | allow value list in assignment to be multiline fixing Moonscript issue 390. | Li Jin | 2020-02-20 | 1 | -1/+1 |
* | did some clean up. | Li Jin | 2020-02-18 | 3 | -23/+22 |
* | remove the extra type id system. | Li Jin | 2020-02-18 | 7 | -73/+87 |
* | change method to generate unique type id. | Li Jin | 2020-02-17 | 2 | -23/+18 |
* | refactor some codes to be safer. | Li Jin | 2020-02-17 | 4 | -356/+356 |
* | 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 | 2 | -3/+31 |
* | update readme and rockspec. | Li Jin | 2020-02-13 | 3 | -4/+23 |
* | releasing moonplus as a lib. | Li Jin | 2020-02-07 | 4 | -21/+815 |
* | fix some cases when using backcall with assignment. | Li Jin | 2020-02-03 | 2 | -144/+117 |
* | enable explist to be multi-line without backslash. confirmed there is no simi... | Li Jin | 2020-02-03 | 2 | -6/+4 |
* | add MultiLineComment support in EscapeNewLine. | Li Jin | 2020-02-02 | 1 | -2/+2 |
* | cleanup format. | Li Jin | 2020-01-31 | 5 | -1470/+1461 |
* | make gcc happy. | Li Jin | 2020-01-30 | 3 | -14/+23 |
* | 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 | 10 | -977/+1037 |
* | 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 |
* | fix. | Li Jin | 2020-01-28 | 1 | -4/+4 |
* | Add multi-line comment support. Add escape new line symbol. Add back call syn... | Li Jin | 2020-01-28 | 4 | -14/+161 |
* | fix Moonscript issue 375. | Li Jin | 2020-01-25 | 3 | -3/+5 |