Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-15 | adding more test cases.moonplus | Li Jin | 2 | -15/+67 | |
2021-02-15 | fix some ambiguous syntax. | Li Jin | 5 | -62/+104 | |
2021-02-10 | fix local statement used with line decorator issue. | Li Jin | 3 | -27/+64 | |
2021-02-10 | fix issue #38 with a better solution. | Li Jin | 6 | -3/+55 | |
2021-02-10 | update backcall operator syntax, fix issue #31. | Li Jin | 5 | -15/+134 | |
2021-02-09 | partially fix another issue from issue #38. | Li Jin | 4 | -3/+21 | |
2021-02-08 | limit the use of text macro. | Li Jin | 1 | -5/+5 | |
2021-02-08 | simplify macro syntax. fix issue #38 again. | Li Jin | 9 | -171/+226 | |
2021-02-06 | fix #38 | Li Jin | 3 | -18/+47 | |
2021-01-28 | fix issue #37. | Li Jin | 3 | -6/+6 | |
2021-01-22 | update included Lua. | Li Jin | 16 | -169/+261 | |
2021-01-22 | fix issue #36 | Li Jin | 3 | -5/+9 | |
2021-01-11 | add all the compiler specific linker flags. | Li Jin | 3 | -4/+7 | |
2021-01-11 | export all symbols for moonp binary (#33) | codinget | 1 | -1/+1 | |
2021-01-11 | add missing flag for gcc. | Li Jin | 1 | -1/+1 | |
2021-01-11 | fix issue #34. | Li Jin | 2 | -2/+10 | |
2021-01-10 | fix build issues. | Li Jin | 3 | -9/+8 | |
2021-01-07 | use luarocks install instead of cmake install. | Li Jin | 2 | -1/+4 | |
2021-01-07 | add -fPIC flag. | Li Jin | 1 | -1/+1 | |
2021-01-06 | fix tup example. | Li Jin | 5 | -11/+9 | |
2021-01-06 | remove unnecessary find_package() in CMakeLists.txt | Li Jin | 1 | -1/+0 | |
2021-01-06 | fix CMakeLists.txt. | Li Jin | 1 | -1/+1 | |
2021-01-05 | update Lua. | Li Jin | 18 | -218/+270 | |
2021-01-05 | support hererocks. | Li Jin | 1 | -3/+3 | |
2021-01-05 | update year. | Li Jin | 7 | -9/+9 | |
2021-01-05 | Setting moonp as CMD. Now you can run: docker run -it ↵ | Cristian Haunsen | 2 | -3/+12 | |
moonplus/moonplus:0.4.19 (#28) * Added Dockerfile for Moonplus, Lua5.1 and luarocks 3 * Added example for tup. Tup is a file-based build system for Linux, OSX, and Windows. * Update dockerfile * Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19 | |||||
2021-01-05 | fix. | Li Jin | 2 | -22/+22 | |
2020-11-03 | fix issue #30 | Li Jin | 4 | -3/+20 | |
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 ↵ | Li Jin | 13 | -79/+328 | |
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". | |||||
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 ↵ | Li Jin | 6 | -59/+110 | |
statement. fix import macro rename issue. | |||||
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 ↵ | Li Jin | 4 | -3/+26 | |
block. | |||||
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 | |
Missing yes flag | |||||
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 ↵ | Li Jin | 3 | -4/+35 | |
merged. | |||||
2020-09-11 | revert binary operator rules, change implicit object start symbol. | Li Jin | 3 | -20/+21 | |