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