Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update ccpp.yml | Li Jin | 2020-03-25 | 1 | -5/+1 | |
| | ||||||
* | Add c++17 filesystem compatible lib. | Li Jin | 2020-03-25 | 4 | -8/+5271 | |
| | ||||||
* | replace g++ with clang-9 build on Linux | Li Jin | 2020-03-25 | 1 | -1/+1 | |
| | ||||||
* | Update ccpp.yml | Li Jin | 2020-03-25 | 1 | -1/+3 | |
| | ||||||
* | Update ccpp.yml | Li Jin | 2020-03-25 | 1 | -1/+1 | |
| | ||||||
* | Update makefile | Li Jin | 2020-03-25 | 1 | -1/+1 | |
| | ||||||
* | Update ccpp.yml | Li Jin | 2020-03-25 | 1 | -0/+2 | |
| | ||||||
* | revert. | Li Jin | 2020-03-25 | 1 | -5/+2 | |
| | ||||||
* | fix. | Li Jin | 2020-03-25 | 1 | -3/+3 | |
| | ||||||
* | fix CI build. | Li Jin | 2020-03-25 | 2 | -3/+13 | |
| | ||||||
* | add command line option "-e" to moonp to eval file or string. | Li Jin | 2020-03-24 | 2 | -54/+157 | |
| | ||||||
* | add goto statement support. | Li Jin | 2020-03-24 | 6 | -12/+96 | |
| | ||||||
* | add support for macro system expanding to Lua codes directly. | Li Jin | 2020-03-23 | 4 | -41/+100 | |
| | ||||||
* | update readme. | Li Jin | 2020-03-21 | 1 | -2/+7 | |
| | ||||||
* | clean up. | Li Jin | 2020-03-21 | 2 | -74/+29 | |
| | ||||||
* | fix line break issue in macro, disable macro declaration outside root scope. | Li Jin | 2020-03-12 | 2 | -6/+10 | |
| | ||||||
* | fix macro type mismatch issue. | Li Jin | 2020-03-12 | 3 | -10/+63 | |
| | ||||||
* | fix luarocks build. | Li Jin | 2020-03-11 | 1 | -2/+2 | |
| | ||||||
* | fix commit messed with gitignore. | Li Jin | 2020-03-11 | 4 | -0/+928 | |
| | ||||||
* | remove files added by mistake | Li Jin | 2020-03-11 | 1 | -0/+1 | |
| | ||||||
* | update. | Li Jin | 2020-03-11 | 2 | -2/+3 | |
| | ||||||
* | add macro functions. | Li Jin | 2020-03-11 | 74 | -932/+24441 | |
| | ||||||
* | Update README.md | Li Jin | 2020-03-05 | 1 | -0/+1 | |
| | ||||||
* | fix moonp release issue. | Li Jin | 2020-03-05 | 1 | -2/+2 | |
| | ||||||
* | update readme. | Li Jin | 2020-03-05 | 1 | -1/+63 | |
| | ||||||
* | move functions of old export statement to global statement, make export ↵ | Li Jin | 2020-03-05 | 15 | -144/+623 | |
| | | | | statement work with Lua module system. | |||||
* | add fat arrow support for backcall statement. | Li Jin | 2020-02-26 | 6 | -5/+26 | |
| | ||||||
* | add placeholder support for backcall statement. | Li Jin | 2020-02-23 | 2 | -4/+36 | |
| | ||||||
* | change some interfaces. | Li Jin | 2020-02-22 | 5 | -14/+31 | |
| | ||||||
* | fix comments issue. | Li Jin | 2020-02-20 | 2 | -18/+19 | |
| | ||||||
* | allow value lists in for statement and in local statement to be multiline ↵ | Li Jin | 2020-02-20 | 3 | -13/+38 | |
| | | | | got Moonscript issue 390 fixed. | |||||
* | allow value list in assignment to be multiline fixing Moonscript issue 390. | Li Jin | 2020-02-20 | 3 | -2/+30 | |
| | ||||||
* | did some clean up. | Li Jin | 2020-02-18 | 3 | -23/+22 | |
| | ||||||
* | remove the extra type id system. | Li Jin | 2020-02-18 | 7 | -73/+87 | |
| | ||||||
* | change method to generate unique type id. | Li Jin | 2020-02-17 | 2 | -23/+18 | |
| | ||||||
* | refactor some codes to be safer. | Li Jin | 2020-02-17 | 5 | -356/+358 | |
| | ||||||
* | force forward declaration of variable for assigning local function. | Li Jin | 2020-02-15 | 1 | -37/+13 | |
| | ||||||
* | add placeholder support for backcall operator. | Li Jin | 2020-02-14 | 3 | -4/+38 | |
| | ||||||
* | update readme. | Li Jin | 2020-02-13 | 1 | -1/+5 | |
| | ||||||
* | fix rockspec. | Li Jin | 2020-02-13 | 1 | -1/+2 | |
| | ||||||
* | update readme and rockspec. | Li Jin | 2020-02-13 | 5 | -8/+106 | |
| | ||||||
* | releasing moonplus as a lib. | Li Jin | 2020-02-07 | 11 | -23/+896 | |
| | ||||||
* | add specs. | Li Jin | 2020-02-03 | 1 | -5/+11 | |
| | ||||||
* | fix some cases when using backcall with assignment. | Li Jin | 2020-02-03 | 7 | -149/+137 | |
| | ||||||
* | enable explist to be multi-line without backslash. confirmed there is no ↵ | Li Jin | 2020-02-03 | 5 | -10/+21 | |
| | | | | similar issue like Moonscript issue 202 or issue 391. | |||||
* | update readme. | Li Jin | 2020-02-02 | 1 | -8/+10 | |
| | ||||||
* | add MultiLineComment support in EscapeNewLine. | Li Jin | 2020-02-02 | 2 | -2/+24 | |
| | ||||||
* | cleanup format. | Li Jin | 2020-01-31 | 5 | -1470/+1461 | |
| | ||||||
* | make gcc happy. | Li Jin | 2020-01-30 | 4 | -15/+24 | |
| | ||||||
* | fix | Li Jin | 2020-01-30 | 1 | -17/+15 | |
| |