aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update readme, add changelogs.Li Jin2020-03-293-340/+465
|
* change input method for moonp -- option.Li Jin2020-03-291-3/+3
|
* fix an existential op issue and add case.Li Jin2020-03-283-6/+14
|
* add test cases.Li Jin2020-03-272-0/+7
|
* fix issue #9.Li Jin2020-03-271-0/+1
|
* fix moonp repl issue.Li Jin2020-03-275-14/+73
|
* update REPL functions.Li Jin2020-03-274-14/+2445
|
* remove else branch support for appendix syntax.Li Jin2020-03-265-26/+13
|
* add REPL support for moonp.Li Jin2020-03-263-5/+102
|
* fix luarocks build.Li Jin2020-03-251-1/+1
|
* Update ccpp.ymlLi Jin2020-03-251-5/+1
|
* Add c++17 filesystem compatible lib.Li Jin2020-03-254-8/+5271
|
* replace g++ with clang-9 build on LinuxLi Jin2020-03-251-1/+1
|
* Update ccpp.ymlLi Jin2020-03-251-1/+3
|
* Update ccpp.ymlLi Jin2020-03-251-1/+1
|
* Update makefileLi Jin2020-03-251-1/+1
|
* Update ccpp.ymlLi Jin2020-03-251-0/+2
|
* revert.Li Jin2020-03-251-5/+2
|
* fix.Li Jin2020-03-251-3/+3
|
* fix CI build.Li Jin2020-03-252-3/+13
|
* add command line option "-e" to moonp to eval file or string.Li Jin2020-03-242-54/+157
|
* add goto statement support.Li Jin2020-03-246-12/+96
|
* add support for macro system expanding to Lua codes directly.Li Jin2020-03-234-41/+100
|
* update readme.Li Jin2020-03-211-2/+7
|
* clean up.Li Jin2020-03-212-74/+29
|
* fix line break issue in macro, disable macro declaration outside root scope.Li Jin2020-03-122-6/+10
|
* fix macro type mismatch issue.Li Jin2020-03-123-10/+63
|
* fix luarocks build.Li Jin2020-03-111-2/+2
|
* fix commit messed with gitignore.Li Jin2020-03-114-0/+928
|
* remove files added by mistakeLi Jin2020-03-111-0/+1
|
* update.Li Jin2020-03-112-2/+3
|
* add macro functions.Li Jin2020-03-1174-932/+24441
|
* Update README.mdLi Jin2020-03-051-0/+1
|
* fix moonp release issue.Li Jin2020-03-051-2/+2
|
* update readme.Li Jin2020-03-051-1/+63
|
* move functions of old export statement to global statement, make export ↵Li Jin2020-03-0515-144/+623
| | | | statement work with Lua module system.
* add fat arrow support for backcall statement.Li Jin2020-02-266-5/+26
|
* add placeholder support for backcall statement.Li Jin2020-02-232-4/+36
|
* change some interfaces.Li Jin2020-02-225-14/+31
|
* fix comments issue.Li Jin2020-02-202-18/+19
|
* allow value lists in for statement and in local statement to be multiline ↵Li Jin2020-02-203-13/+38
| | | | got Moonscript issue 390 fixed.
* allow value list in assignment to be multiline fixing Moonscript issue 390.Li Jin2020-02-203-2/+30
|
* did some clean up.Li Jin2020-02-183-23/+22
|
* remove the extra type id system.Li Jin2020-02-187-73/+87
|
* change method to generate unique type id.Li Jin2020-02-172-23/+18
|
* refactor some codes to be safer.Li Jin2020-02-175-356/+358
|
* force forward declaration of variable for assigning local function.Li Jin2020-02-151-37/+13
|
* add placeholder support for backcall operator.Li Jin2020-02-143-4/+38
|
* update readme.Li Jin2020-02-131-1/+5
|
* fix rockspec.Li Jin2020-02-131-1/+2
|