Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix issue #34. | Li Jin | 2021-01-11 | 2 | -2/+10 | |
| | ||||||
* | fix build issues. | Li Jin | 2021-01-10 | 1 | -1/+1 | |
| | ||||||
* | update Lua. | Li Jin | 2021-01-05 | 18 | -218/+270 | |
| | ||||||
* | update year. | Li Jin | 2021-01-05 | 7 | -9/+9 | |
| | ||||||
* | fix. | Li Jin | 2021-01-05 | 2 | -22/+22 | |
| | ||||||
* | fix issue #30 | Li Jin | 2020-11-03 | 3 | -3/+4 | |
| | ||||||
* | fix issue #29 | Li Jin | 2020-11-03 | 1 | -10/+9 | |
| | ||||||
* | update Lua, fix cmakelists.txt. | Li Jin | 2020-10-22 | 23 | -334/+342 | |
| | ||||||
* | extend macro feature to support compiling Moonscript to other Lua dialect ↵ | Li Jin | 2020-10-21 | 7 | -67/+215 | |
| | | | | | | | | like teal. add examples for how to write MoonPlus codes that compile to teal. fix C++ macro to build without MoonPlus macro feature or built-in Lua. add support for passing arguments from command line to compiler that can be accessed or altered by "require('moonp').options". | |||||
* | add a new macro type support to insert raw codes to output. | Li Jin | 2020-10-15 | 4 | -24/+18 | |
| | ||||||
* | add support to import all macros from a module with symbol '$' in import-as ↵ | Li Jin | 2020-10-15 | 4 | -57/+105 | |
| | | | | | | statement. fix import macro rename issue. | |||||
* | change file extension moonp. | Li Jin | 2020-10-08 | 6 | -16/+21 | |
| | ||||||
* | support inserting common expression item started with * symbol into a table ↵ | Li Jin | 2020-09-18 | 3 | -3/+3 | |
| | | | | block. | |||||
* | fix. | Li Jin | 2020-09-17 | 1 | -2/+0 | |
| | ||||||
* | add a flag to build moonp without Lua. | Li Jin | 2020-09-17 | 1 | -11/+33 | |
| | ||||||
* | add a compiler flag to disable macro feature and support linking without Lua. | Li Jin | 2020-09-17 | 1 | -6/+45 | |
| | ||||||
* | make simple table and table block appear in the end of function arguments ↵ | Li Jin | 2020-09-17 | 1 | -1/+32 | |
| | | | | merged. | |||||
* | revert binary operator rules, change implicit object start symbol. | Li Jin | 2020-09-11 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | | | | started with an unary expression. | |||||
* | remove support for escape new line symbol, binary operator expressions can ↵ | Li Jin | 2020-08-06 | 3 | -8/+6 | |
| | | | | now be written multiline without escape new line symbol. | |||||
* | 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 ↵ | Li Jin | 2020-07-17 | 1 | -4/+13 | |
| | | | | global variable 'tostring' . | |||||
* | fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" ↵ | Li Jin | 2020-07-06 | 3 | -5/+11 | |
| | | | | valid codes. | |||||
* | 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' ↵ | Li Jin | 2020-06-22 | 85 | -9539/+14051 | |
| | | | | for Lua 5.4. | |||||
* | change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵ | Li Jin | 2020-05-29 | 4 | -267/+280 | |
| | | | | | | | [3].|> [4].*, /, //, %, ... fix destructure with one table variable to operator-value expression. fix simple chain value with Lua keyword colon chain item. | |||||
* | 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 ↵ | Li Jin | 2020-04-24 | 3 | -7/+18 | |
| | | | | with table block. | |||||
* | 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 ↵ | Li Jin | 2020-04-15 | 1 | -4/+8 | |
| | | | | characters. | |||||
* | 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 ↵ | Li Jin | 2020-03-30 | 4 | -17/+53 | |
| | | | | check, fix assignment with backcall expr not well handled issue. | |||||
* | change input method for moonp -- option. | Li Jin | 2020-03-29 | 1 | -3/+3 | |
| |