| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update Lua. | Li Jin | 2020-09-11 | 9 | -94/+121 |
* | add implicit objects support while writing tables. | Li Jin | 2020-09-11 | 4 | -6/+20 |
* | reserve the same Moonscript coma separated expressions behaviors. | Li Jin | 2020-08-20 | 3 | -11/+13 |
* | change white space rule in assignment list. | Li Jin | 2020-08-07 | 2 | -2/+2 |
* | fix a case multiline binary operator expression conflicts with new statement ... | Li Jin | 2020-08-06 | 2 | -4/+4 |
* | remove support for escape new line symbol, binary operator expressions can no... | Li Jin | 2020-08-06 | 3 | -8/+6 |
* | 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 | 1 | -2/+2 |
* | fix issue for using return statement with export. | Li Jin | 2020-07-18 | 15 | -78/+154 |
* | fixed a missed case for multiline string as table key. reporting use of globa... | Li Jin | 2020-07-17 | 1 | -4/+13 |
* | fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val... | Li Jin | 2020-07-06 | 3 | -5/+11 |
* | fix issue when declaring multiple variables with attribute. | Li Jin | 2020-06-30 | 1 | -2/+5 |
* | fix. | Li Jin | 2020-06-22 | 1 | -3/+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 | 1 | -20/+40 |
* | add support for local variable declared with attribute 'close' and 'const' fo... | Li Jin | 2020-06-22 | 85 | -9539/+14051 |
* | change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>... | Li Jin | 2020-05-29 | 4 | -267/+280 |
* | make back call operator use highest priority for operator precedence. | Li Jin | 2020-05-26 | 1 | -62/+107 |
* | fix issue of unary and binary operator "~". | Li Jin | 2020-05-14 | 3 | -6/+8 |
* | fix Moonscript issue 416: ambiguous Lua output in some cases. | Li Jin | 2020-05-02 | 4 | -7/+44 |
* | add existential op support for with statement, add repeat until statement. | Li Jin | 2020-04-26 | 4 | -10/+39 |
* | fix errors when explicitly declaring global or local variable initialized wit... | Li Jin | 2020-04-24 | 3 | -7/+18 |
* | allow implicit return block macro, fix compiled Lua codes searching issue. | Li Jin | 2020-04-21 | 5 | -17/+32 |
* | fix stupid msvc not supporting string literal longer than 16380 single-byte c... | Li Jin | 2020-04-15 | 1 | -4/+8 |
* | make -p option work with other compile options for moonp. | Li Jin | 2020-04-09 | 1 | -9/+18 |
* | clean up. | Li Jin | 2020-04-09 | 1 | -2/+2 |
* | add Lua code minify function to moonp. | Li Jin | 2020-04-08 | 2 | -10/+2145 |
* | 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 | 4 | -17/+53 |
* | 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 | 2 | -6/+12 |
* | fix issue #9. | Li Jin | 2020-03-27 | 1 | -0/+1 |
* | fix moonp repl issue. | Li Jin | 2020-03-27 | 4 | -14/+69 |
* | update REPL functions. | Li Jin | 2020-03-27 | 2 | -11/+2438 |
* | remove else branch support for appendix syntax. | Li Jin | 2020-03-26 | 4 | -25/+12 |
* | add REPL support for moonp. | Li Jin | 2020-03-26 | 2 | -5/+98 |
* | Add c++17 filesystem compatible lib. | Li Jin | 2020-03-25 | 3 | -2/+5267 |
* | add command line option "-e" to moonp to eval file or string. | Li Jin | 2020-03-24 | 1 | -53/+156 |
* | add goto statement support. | Li Jin | 2020-03-24 | 4 | -12/+53 |
* | add support for macro system expanding to Lua codes directly. | Li Jin | 2020-03-23 | 3 | -41/+67 |
* | clean up. | Li Jin | 2020-03-21 | 2 | -74/+29 |
* | fix line break issue in macro, disable macro declaration outside root scope. | Li Jin | 2020-03-12 | 1 | -5/+9 |
* | fix macro type mismatch issue. | Li Jin | 2020-03-12 | 1 | -7/+23 |
* | fix commit messed with gitignore. | Li Jin | 2020-03-11 | 3 | -0/+927 |
* | add macro functions. | Li Jin | 2020-03-11 | 68 | -921/+24040 |
* | fix moonp release issue. | Li Jin | 2020-03-05 | 1 | -2/+2 |
* | move functions of old export statement to global statement, make export state... | Li Jin | 2020-03-05 | 5 | -77/+240 |
* | add fat arrow support for backcall statement. | Li Jin | 2020-02-26 | 5 | -5/+13 |