Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update CHANGELOG.md. | Li Jin | 2020-04-26 | 1 | -2/+5 | |
| | ||||||
* | add existential op support for with statement, add repeat until statement. | Li Jin | 2020-04-26 | 6 | -10/+52 | |
| | ||||||
* | fix errors when explicitly declaring global or local variable initialized ↵ | Li Jin | 2020-04-24 | 4 | -7/+36 | |
| | | | | with table block. | |||||
* | update CHANGELOG.md | Li Jin | 2020-04-21 | 1 | -1/+1 | |
| | ||||||
* | allow implicit return block macro, fix compiled Lua codes searching issue. | Li Jin | 2020-04-21 | 7 | -19/+37 | |
| | ||||||
* | update readme. | Li Jin | 2020-04-15 | 1 | -1/+3 | |
| | ||||||
* | add CI badges. | Li Jin | 2020-04-15 | 1 | -1/+2 | |
| | ||||||
* | Update ccpp.yml | Li Jin | 2020-04-15 | 1 | -1/+1 | |
| | ||||||
* | Update ccpp.yml | Li Jin | 2020-04-15 | 1 | -1/+1 | |
| | ||||||
* | Update ccpp.yml | Li Jin | 2020-04-15 | 1 | -7/+9 | |
| | ||||||
* | fix stupid msvc not supporting string literal longer than 16380 single-byte ↵ | Li Jin | 2020-04-15 | 2 | -4/+22 | |
| | | | | characters. | |||||
* | make -p option work with other compile options for moonp. | Li Jin | 2020-04-09 | 1 | -9/+18 | |
| | ||||||
* | Update README.md | Li Jin | 2020-04-09 | 1 | -5/+5 | |
| | ||||||
* | clean up. | Li Jin | 2020-04-09 | 2 | -3/+10 | |
| | ||||||
* | add Lua code minify function to moonp. | Li Jin | 2020-04-08 | 4 | -13/+2152 | |
| | ||||||
* | fix moonp repl editing issue. | Li Jin | 2020-04-03 | 1 | -4/+7 | |
| | ||||||
* | add useSpaceOverTab option for compiler, add variadic arguments declaration ↵ | Li Jin | 2020-03-30 | 7 | -27/+64 | |
| | | | | check, fix assignment with backcall expr not well handled issue. | |||||
* | 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 | |
| |