Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update readme, add changelogs. | Li Jin | 2020-03-29 | 3 | -340/+465 | |
| | ||||||
* | 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 | 3 | -6/+14 | |
| | ||||||
* | add test cases. | Li Jin | 2020-03-27 | 2 | -0/+7 | |
| | ||||||
* | fix issue #9. | Li Jin | 2020-03-27 | 1 | -0/+1 | |
| | ||||||
* | fix moonp repl issue. | Li Jin | 2020-03-27 | 5 | -14/+73 | |
| | ||||||
* | update REPL functions. | Li Jin | 2020-03-27 | 4 | -14/+2445 | |
| | ||||||
* | remove else branch support for appendix syntax. | Li Jin | 2020-03-26 | 5 | -26/+13 | |
| | ||||||
* | add REPL support for moonp. | Li Jin | 2020-03-26 | 3 | -5/+102 | |
| | ||||||
* | fix luarocks build. | Li Jin | 2020-03-25 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |