aboutsummaryrefslogtreecommitdiff
path: root/docker (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-10Added Dockerfile for Moonplus, Lua5.1 and luarocks 3Criztian Haunsen1-0/+16
2020-08-07change white space rule in assignment list.Li Jin3-2/+11
2020-08-06fix a case multiline binary operator expression conflicts with new statement ...Li Jin3-4/+27
2020-08-06remove support for escape new line symbol, binary operator expressions can no...Li Jin6-52/+40
2020-08-06update Lua 5.4.Li Jin9-171/+303
2020-08-06clean up.Li Jin1-4/+5
2020-08-05fix case for extending class without name.Li Jin2-2/+5
2020-07-18fix issue for using return statement with export.Li Jin16-78/+185
2020-07-17fixed a missed case for multiline string as table key. reporting use of globa...Li Jin2-10/+19
2020-07-06fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin5-5/+15
2020-06-30fix issue when declaring multiple variables with attribute.Li Jin2-4/+10
2020-06-22fix vs build.Li Jin2-184/+188
2020-06-22fix.Li Jin2-4/+2
2020-06-22fix.Li Jin1-1/+1
2020-06-22again.Li Jin1-3/+2
2020-06-22clean up.Li Jin1-2/+2
2020-06-22clean up.Li Jin2-22/+42
2020-06-22add support for local variable declared with attribute 'close' and 'const' fo...Li Jin91-9555/+14193
2020-05-29change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin7-268/+285
2020-05-26make back call operator use highest priority for operator precedence.Li Jin3-63/+112
2020-05-14add more cases.Li Jin1-0/+8
2020-05-14fix issue of unary and binary operator "~".Li Jin4-6/+28
2020-05-02fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin5-7/+70
2020-04-26Update CHANGELOG.md.Li Jin1-2/+5
2020-04-26add existential op support for with statement, add repeat until statement.Li Jin6-10/+52
2020-04-24fix errors when explicitly declaring global or local variable initialized wit...Li Jin4-7/+36
2020-04-21update CHANGELOG.mdLi Jin1-1/+1
2020-04-21allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin7-19/+37
2020-04-15update readme.Li Jin1-1/+3
2020-04-15add CI badges.Li Jin1-1/+2
2020-04-15Update ccpp.ymlLi Jin1-1/+1
2020-04-15Update ccpp.ymlLi Jin1-1/+1
2020-04-15Update ccpp.ymlLi Jin1-7/+9
2020-04-15fix stupid msvc not supporting string literal longer than 16380 single-byte c...Li Jin2-4/+22
2020-04-09make -p option work with other compile options for moonp.Li Jin1-9/+18
2020-04-09Update README.mdLi Jin1-5/+5
2020-04-09clean up.Li Jin2-3/+10
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