summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* update readme and rockspec.Li Jin2020-02-135-8/+106
|
* releasing moonplus as a lib.Li Jin2020-02-0711-23/+896
|
* add specs.Li Jin2020-02-031-5/+11
|
* fix some cases when using backcall with assignment.Li Jin2020-02-037-149/+137
|
* enable explist to be multi-line without backslash. confirmed there is no ↵Li Jin2020-02-035-10/+21
| | | | similar issue like Moonscript issue 202 or issue 391.
* update readme.Li Jin2020-02-021-8/+10
|
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-022-2/+24
|
* cleanup format.Li Jin2020-01-315-1470/+1461
|
* make gcc happy.Li Jin2020-01-304-15/+24
|
* fixLi Jin2020-01-301-17/+15
|