| Commit message (Expand) | Author | Files | Lines |
2020-08-10 | Added Dockerfile for Moonplus, Lua5.1 and luarocks 3 | Criztian Haunsen | 1 | -0/+16 |
2020-08-07 | change white space rule in assignment list. | Li Jin | 3 | -2/+11 |
2020-08-06 | fix a case multiline binary operator expression conflicts with new statement ... | Li Jin | 3 | -4/+27 |
2020-08-06 | remove support for escape new line symbol, binary operator expressions can no... | Li Jin | 6 | -52/+40 |
2020-08-06 | update Lua 5.4. | Li Jin | 9 | -171/+303 |
2020-08-06 | clean up. | Li Jin | 1 | -4/+5 |
2020-08-05 | fix case for extending class without name. | Li Jin | 2 | -2/+5 |
2020-07-18 | fix issue for using return statement with export. | Li Jin | 16 | -78/+185 |
2020-07-17 | fixed a missed case for multiline string as table key. reporting use of globa... | Li Jin | 2 | -10/+19 |
2020-07-06 | fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val... | Li Jin | 5 | -5/+15 |
2020-06-30 | fix issue when declaring multiple variables with attribute. | Li Jin | 2 | -4/+10 |
2020-06-22 | fix vs build. | Li Jin | 2 | -184/+188 |
2020-06-22 | fix. | Li Jin | 2 | -4/+2 |
2020-06-22 | fix. | Li Jin | 1 | -1/+1 |
2020-06-22 | again. | Li Jin | 1 | -3/+2 |
2020-06-22 | clean up. | Li Jin | 1 | -2/+2 |
2020-06-22 | clean up. | Li Jin | 2 | -22/+42 |
2020-06-22 | add support for local variable declared with attribute 'close' and 'const' fo... | Li Jin | 91 | -9555/+14193 |
2020-05-29 | change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>... | Li Jin | 7 | -268/+285 |
2020-05-26 | make back call operator use highest priority for operator precedence. | Li Jin | 3 | -63/+112 |
2020-05-14 | add more cases. | Li Jin | 1 | -0/+8 |
2020-05-14 | fix issue of unary and binary operator "~". | Li Jin | 4 | -6/+28 |
2020-05-02 | fix Moonscript issue 416: ambiguous Lua output in some cases. | Li Jin | 5 | -7/+70 |
2020-04-26 | Update CHANGELOG.md. | Li Jin | 1 | -2/+5 |
2020-04-26 | add existential op support for with statement, add repeat until statement. | Li Jin | 6 | -10/+52 |
2020-04-24 | fix errors when explicitly declaring global or local variable initialized wit... | Li Jin | 4 | -7/+36 |
2020-04-21 | update CHANGELOG.md | Li Jin | 1 | -1/+1 |
2020-04-21 | allow implicit return block macro, fix compiled Lua codes searching issue. | Li Jin | 7 | -19/+37 |
2020-04-15 | update readme. | Li Jin | 1 | -1/+3 |
2020-04-15 | add CI badges. | Li Jin | 1 | -1/+2 |
2020-04-15 | Update ccpp.yml | Li Jin | 1 | -1/+1 |
2020-04-15 | Update ccpp.yml | Li Jin | 1 | -1/+1 |
2020-04-15 | Update ccpp.yml | Li Jin | 1 | -7/+9 |
2020-04-15 | fix stupid msvc not supporting string literal longer than 16380 single-byte c... | Li Jin | 2 | -4/+22 |
2020-04-09 | make -p option work with other compile options for moonp. | Li Jin | 1 | -9/+18 |
2020-04-09 | Update README.md | Li Jin | 1 | -5/+5 |
2020-04-09 | clean up. | Li Jin | 2 | -3/+10 |
2020-04-08 | add Lua code minify function to moonp. | Li Jin | 4 | -13/+2152 |
2020-04-03 | fix moonp repl editing issue. | Li Jin | 1 | -4/+7 |
2020-03-30 | add useSpaceOverTab option for compiler, add variadic arguments declaration c... | Li Jin | 7 | -27/+64 |
2020-03-29 | update readme, add changelogs. | Li Jin | 3 | -340/+465 |
2020-03-29 | change input method for moonp -- option. | Li Jin | 1 | -3/+3 |
2020-03-28 | fix an existential op issue and add case. | Li Jin | 3 | -6/+14 |
2020-03-27 | add test cases. | Li Jin | 2 | -0/+7 |
2020-03-27 | fix issue #9. | Li Jin | 1 | -0/+1 |
2020-03-27 | fix moonp repl issue. | Li Jin | 5 | -14/+73 |
2020-03-27 | update REPL functions. | Li Jin | 4 | -14/+2445 |
2020-03-26 | remove else branch support for appendix syntax. | Li Jin | 5 | -26/+13 |
2020-03-26 | add REPL support for moonp. | Li Jin | 3 | -5/+102 |
2020-03-25 | fix luarocks build. | Li Jin | 1 | -1/+1 |