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