aboutsummaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-09clean up.Li Jin1-1/+8
2020-04-08add Lua code minify function to moonp.Li Jin4-13/+2152
2020-04-03fix moonp repl editing issue.Li Jin1-4/+7
2020-03-30add useSpaceOverTab option for compiler, add variadic arguments declaration c...Li Jin7-27/+64
2020-03-29update readme, add changelogs.Li Jin3-340/+465
2020-03-29change input method for moonp -- option.Li Jin1-3/+3
2020-03-28fix an existential op issue and add case.Li Jin3-6/+14
2020-03-27add test cases.Li Jin2-0/+7
2020-03-27fix issue #9.Li Jin1-0/+1
2020-03-27fix moonp repl issue.Li Jin5-14/+73
2020-03-27update REPL functions.Li Jin4-14/+2445
2020-03-26remove else branch support for appendix syntax.Li Jin5-26/+13
2020-03-26add REPL support for moonp.Li Jin3-5/+102
2020-03-25fix luarocks build.Li Jin1-1/+1
2020-03-25Update ccpp.ymlLi Jin1-5/+1
2020-03-25Add c++17 filesystem compatible lib.Li Jin4-8/+5271
2020-03-25replace g++ with clang-9 build on LinuxLi Jin1-1/+1
2020-03-25Update ccpp.ymlLi Jin1-1/+3
2020-03-25Update ccpp.ymlLi Jin1-1/+1
2020-03-25Update makefileLi Jin1-1/+1
2020-03-25Update ccpp.ymlLi Jin1-0/+2
2020-03-25revert.Li Jin1-5/+2
2020-03-25fix.Li Jin1-3/+3
2020-03-25fix CI build.Li Jin2-3/+13
2020-03-24add command line option "-e" to moonp to eval file or string.Li Jin2-54/+157
2020-03-24add goto statement support.Li Jin6-12/+96
2020-03-23add support for macro system expanding to Lua codes directly.Li Jin4-41/+100
2020-03-21update readme.Li Jin1-2/+7
2020-03-21clean up.Li Jin2-74/+29
2020-03-12fix line break issue in macro, disable macro declaration outside root scope.Li Jin2-6/+10
2020-03-12fix macro type mismatch issue.Li Jin3-10/+63
2020-03-11fix luarocks build.Li Jin1-2/+2
2020-03-11fix commit messed with gitignore.Li Jin4-0/+928
2020-03-11remove files added by mistakeLi Jin1-0/+1
2020-03-11update.Li Jin2-2/+3
2020-03-11add macro functions.Li Jin74-932/+24441
2020-03-05Update README.mdLi Jin1-0/+1
2020-03-05fix moonp release issue.Li Jin1-2/+2
2020-03-05update readme.Li Jin1-1/+63
2020-03-05move functions of old export statement to global statement, make export state...Li Jin15-144/+623
2020-02-26add fat arrow support for backcall statement.Li Jin6-5/+26
2020-02-23add placeholder support for backcall statement.Li Jin2-4/+36
2020-02-22change some interfaces.Li Jin5-14/+31
2020-02-20fix comments issue.Li Jin2-18/+19
2020-02-20allow value lists in for statement and in local statement to be multiline got...Li Jin3-13/+38
2020-02-20allow value list in assignment to be multiline fixing Moonscript issue 390.Li Jin3-2/+30
2020-02-18did some clean up.Li Jin3-23/+22
2020-02-18remove the extra type id system.Li Jin7-73/+87
2020-02-17change method to generate unique type id.Li Jin2-23/+18
2020-02-17refactor some codes to be safer.Li Jin5-356/+358