| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | partially fix another issue from issue #38. | Li Jin | 2021-02-09 | 4 | -3/+21 |
* | limit the use of text macro. | Li Jin | 2021-02-08 | 1 | -5/+5 |
* | simplify macro syntax. fix issue #38 again. | Li Jin | 2021-02-08 | 9 | -171/+226 |
* | fix #38 | Li Jin | 2021-02-06 | 3 | -18/+47 |
* | fix issue #37. | Li Jin | 2021-01-28 | 3 | -6/+6 |
* | update included Lua. | Li Jin | 2021-01-22 | 16 | -169/+261 |
* | fix issue #36 | Li Jin | 2021-01-22 | 3 | -5/+9 |
* | add all the compiler specific linker flags. | Li Jin | 2021-01-11 | 3 | -4/+7 |
* | export all symbols for moonp binary (#33) | codinget | 2021-01-11 | 1 | -1/+1 |
* | add missing flag for gcc. | Li Jin | 2021-01-11 | 1 | -1/+1 |
* | fix issue #34. | Li Jin | 2021-01-11 | 2 | -2/+10 |
* | fix build issues. | Li Jin | 2021-01-10 | 3 | -9/+8 |
* | use luarocks install instead of cmake install. | Li Jin | 2021-01-07 | 2 | -1/+4 |
* | add -fPIC flag. | Li Jin | 2021-01-07 | 1 | -1/+1 |
* | fix tup example. | Li Jin | 2021-01-06 | 5 | -11/+9 |
* | remove unnecessary find_package() in CMakeLists.txt | Li Jin | 2021-01-06 | 1 | -1/+0 |
* | fix CMakeLists.txt. | Li Jin | 2021-01-06 | 1 | -1/+1 |
* | update Lua. | Li Jin | 2021-01-05 | 18 | -218/+270 |
* | support hererocks. | Li Jin | 2021-01-05 | 1 | -3/+3 |
* | Merge branch 'master' of https://github.com/pigpigyyy/MoonPlus | Li Jin | 2021-01-05 | 2 | -3/+12 |
|\ |
|
| * | Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.1... | Cristian Haunsen | 2021-01-05 | 2 | -3/+12 |
* | | 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 |