| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -3/+20 |
* | fix issue #29 | Li Jin | 2020-11-03 | 2 | -10/+15 |
* | fix. | Li Jin | 2020-10-23 | 1 | -2/+1 |
* | Update CHANGELOG.md | Li Jin | 2020-10-23 | 1 | -2/+2 |
* | fix changelog. | Li Jin | 2020-10-23 | 1 | -2/+31 |
* | make teal-macro look better. | Li Jin | 2020-10-23 | 3 | -13/+6844 |
* | update Lua, fix cmakelists.txt. | Li Jin | 2020-10-22 | 24 | -335/+349 |
* | fix makefile. | Li Jin | 2020-10-22 | 1 | -4/+13 |
* | extend macro feature to support compiling Moonscript to other Lua dialect lik... | Li Jin | 2020-10-21 | 13 | -79/+328 |
* | add a new macro type support to insert raw codes to output. | Li Jin | 2020-10-15 | 4 | -24/+18 |
* | add spec. | Li Jin | 2020-10-15 | 1 | -1/+2 |
* | add support to import all macros from a module with symbol '$' in import-as s... | Li Jin | 2020-10-15 | 6 | -59/+110 |
* | fix typo. | Li Jin | 2020-10-09 | 1 | -2/+2 |
* | update readme. | Li Jin | 2020-10-09 | 2 | -15/+98 |
* | change file extension moonp. | Li Jin | 2020-10-08 | 41 | -27/+34 |
* | support inserting common expression item started with * symbol into a table b... | Li Jin | 2020-09-18 | 4 | -3/+26 |
* | 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 |
* | Update Dockerfile | Cristian Haunsen | 2020-09-17 | 1 | -2/+2 |
* | add test cases. | Li Jin | 2020-09-17 | 1 | -0/+14 |
* | make simple table and table block appear in the end of function arguments mer... | Li Jin | 2020-09-17 | 3 | -4/+35 |
* | revert binary operator rules, change implicit object start symbol. | Li Jin | 2020-09-11 | 3 | -20/+21 |
* | update Lua. | Li Jin | 2020-09-11 | 9 | -94/+121 |
* | add implicit objects support while writing tables. | Li Jin | 2020-09-11 | 5 | -6/+40 |
* | reserve the same Moonscript coma separated expressions behaviors. | Li Jin | 2020-08-20 | 5 | -43/+45 |
* | add make target to build .so file. | Li Jin | 2020-08-13 | 2 | -5/+33 |
* | Update dockerfile | Criztian Haunsen | 2020-08-10 | 1 | -0/+2 |
* | 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 |