Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix tup example. | Li Jin | 2021-02-17 | 4 | -1/+4 | |
| | ||||||
* | fix macro issue. | Li Jin | 2021-02-17 | 2 | -5/+9 | |
| | ||||||
* | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 63 | -493/+510 | |
| | ||||||
* | adding more test cases.moonplus | Li Jin | 2021-02-15 | 2 | -15/+67 | |
| | ||||||
* | fix some ambiguous syntax. | Li Jin | 2021-02-15 | 5 | -62/+104 | |
| | ||||||
* | fix local statement used with line decorator issue. | Li Jin | 2021-02-10 | 3 | -27/+64 | |
| | ||||||
* | fix issue #38 with a better solution. | Li Jin | 2021-02-10 | 6 | -3/+55 | |
| | ||||||
* | update backcall operator syntax, fix issue #31. | Li Jin | 2021-02-10 | 5 | -15/+134 | |
| | ||||||
* | 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 | |
|\ | | | | | | | | | * 'master' of https://github.com/pigpigyyy/MoonPlus: Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19 (#28) | |||||
| * | Setting moonp as CMD. Now you can run: docker run -it ↵ | Cristian Haunsen | 2021-01-05 | 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 | |||||
* | | 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 ↵ | Li Jin | 2020-10-21 | 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". | |||||
* | 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 ↵ | Li Jin | 2020-10-15 | 6 | -59/+110 | |
| | | | | | | statement. fix import macro rename issue. | |||||
* | 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 ↵ | Li Jin | 2020-09-18 | 4 | -3/+26 | |
| | | | | 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 | |
| |