aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-02-15force forward declaration of variable for assigning local function.Li Jin1-37/+13
2020-02-14add placeholder support for backcall operator.Li Jin3-4/+38
2020-02-13update readme.Li Jin1-1/+5
2020-02-13fix rockspec.Li Jin1-1/+2
2020-02-13update readme and rockspec.Li Jin5-8/+106
2020-02-07releasing moonplus as a lib.Li Jin11-23/+896
2020-02-03add specs.Li Jin1-5/+11
2020-02-03fix some cases when using backcall with assignment.Li Jin7-149/+137
2020-02-03enable explist to be multi-line without backslash. confirmed there is no simi...Li Jin5-10/+21
2020-02-02update readme.Li Jin1-8/+10
2020-02-02add MultiLineComment support in EscapeNewLine.Li Jin2-2/+24
2020-01-31cleanup format.Li Jin5-1470/+1461
2020-01-30make gcc happy.Li Jin4-15/+24
2020-01-30fixLi Jin1-17/+15
2020-01-30Separate MoonParser from MoonCompiler, make moonc compile multiple file in th...Li Jin11-981/+1043
2020-01-28fix typo.Li Jin1-20/+20
2020-01-28Update README.mdLi Jin1-1/+1
2020-01-28fix nothing.Li Jin1-1/+1
2020-01-28Update README.mdLi Jin1-1/+1
2020-01-28Update README.mdLi Jin1-1/+1
2020-01-28fix some special cases for backcall.Li Jin2-64/+106
2020-01-28fix empty Body issue.Li Jin1-6/+6
2020-01-28fix again.Li Jin2-1/+3
2020-01-28fix.Li Jin2-5/+5
2020-01-28Add multi-line comment support. Add escape new line symbol. Add back call syn...Li Jin7-14/+274
2020-01-25update readme.Li Jin1-12/+12
2020-01-25fix Moonscript issue 375.Li Jin28-783/+867
2020-01-25fix more chain value case.Li Jin2-4/+5
2020-01-25fix chain value issue.Li Jin2-13/+31
2020-01-24fix issues.Li Jin5-44/+102
2020-01-23fix Moonscript issue 156, update new 'import' functions.Li Jin8-152/+290
2020-01-18fix readme.Li Jin1-2/+2