Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop reusing variables, rename project. | Li Jin | 2021-02-17 | 1 | -570/+0 |
| | |||||
* | fix issue #34. | Li Jin | 2021-01-11 | 1 | -1/+8 |
| | |||||
* | update year. | Li Jin | 2021-01-05 | 1 | -3/+3 |
| | |||||
* | extend macro feature to support compiling Moonscript to other Lua dialect ↵ | Li Jin | 2020-10-21 | 1 | -11/+26 |
| | | | | | | | | 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". | ||||
* | change file extension moonp. | Li Jin | 2020-10-08 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | make -p option work with other compile options for moonp. | Li Jin | 2020-04-09 | 1 | -9/+18 |
| | |||||
* | clean up. | Li Jin | 2020-04-09 | 1 | -2/+2 |
| | |||||
* | add Lua code minify function to moonp. | Li Jin | 2020-04-08 | 1 | -10/+66 |
| | |||||
* | add useSpaceOverTab option for compiler, add variadic arguments declaration ↵ | Li Jin | 2020-03-30 | 1 | -0/+10 |
| | | | | check, fix assignment with backcall expr not well handled issue. | ||||
* | change input method for moonp -- option. | Li Jin | 2020-03-29 | 1 | -3/+3 |
| | |||||
* | fix an existential op issue and add case. | Li Jin | 2020-03-28 | 1 | -2/+8 |
| | |||||
* | fix moonp repl issue. | Li Jin | 2020-03-27 | 1 | -5/+59 |
| | |||||
* | update REPL functions. | Li Jin | 2020-03-27 | 1 | -11/+22 |
| | |||||
* | add REPL support for moonp. | Li Jin | 2020-03-26 | 1 | -4/+97 |
| | |||||
* | Add c++17 filesystem compatible lib. | Li Jin | 2020-03-25 | 1 | -2/+1 |
| | |||||
* | add command line option "-e" to moonp to eval file or string. | Li Jin | 2020-03-24 | 1 | -53/+156 |
| | |||||
* | add macro functions. | Li Jin | 2020-03-11 | 1 | -140/+40 |
| | |||||
* | fix moonp release issue. | Li Jin | 2020-03-05 | 1 | -2/+2 |
| | |||||
* | move functions of old export statement to global statement, make export ↵ | Li Jin | 2020-03-05 | 1 | -3/+3 |
| | | | | statement work with Lua module system. | ||||
* | add fat arrow support for backcall statement. | Li Jin | 2020-02-26 | 1 | -1/+1 |
| | |||||
* | change some interfaces. | Li Jin | 2020-02-22 | 1 | -2/+2 |
| | |||||
* | remove the extra type id system. | Li Jin | 2020-02-18 | 1 | -7/+7 |
| | |||||
* | refactor some codes to be safer. | Li Jin | 2020-02-17 | 1 | -36/+30 |
| | |||||
* | update readme and rockspec. | Li Jin | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | releasing moonplus as a lib. | Li Jin | 2020-02-07 | 1 | -0/+293 |