aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵Li Jin2020-01-3011-981/+1043
| | | | threads.
* fix typo.Li Jin2020-01-281-20/+20
|
* Update README.mdLi Jin2020-01-281-1/+1
|
* fix nothing.Li Jin2020-01-281-1/+1
|
* Update README.mdLi Jin2020-01-281-1/+1
|
* Update README.mdLi Jin2020-01-281-1/+1
|
* fix some special cases for backcall.Li Jin2020-01-282-64/+106
|
* fix empty Body issue.Li Jin2020-01-281-6/+6
|
* fix again.Li Jin2020-01-282-1/+3
|
* fix.Li Jin2020-01-282-5/+5
|
* Add multi-line comment support. Add escape new line symbol. Add back call ↵Li Jin2020-01-287-14/+274
| | | | syntax.
* update readme.Li Jin2020-01-251-12/+12
|
* fix Moonscript issue 375.Li Jin2020-01-2528-783/+867
|
* fix more chain value case.Li Jin2020-01-252-4/+5
|
* fix chain value issue.Li Jin2020-01-252-13/+31
|
* fix issues.Li Jin2020-01-245-44/+102
|
* fix Moonscript issue 156, update new 'import' functions.Li Jin2020-01-238-152/+290
|
* fix readme.Li Jin2020-01-181-2/+2
|
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-1827-308/+523
|
* Merge branch 'master' into proLi Jin2020-01-141-1/+1
|\ | | | | | | | | * master: Update README.md
| * Merge branch 'master' of https://github.com/pigpigyyy/MoonPlusLi Jin2020-01-141-1/+1
| |\ | | | | | | | | | | | | * 'master' of https://github.com/pigpigyyy/MoonPlus: Update README.md
| | * Update README.mdLi Jin2020-01-131-1/+1
| | |
* | | remove codes to be compatible with old version.Li Jin2020-01-133-22/+9
|/ /
* / forbid exprlist appears in the left part of update statement.Li Jin2020-01-131-0/+1
|/
* fix Moonscript issue 384.Li Jin2020-01-132-11/+44
|
* Update README.mdLi Jin2020-01-121-2/+2
|
* Merge branch 'master' of https://github.com/pigpigyyy/MoonPlusLi Jin2020-01-121-0/+13
|\ | | | | | | | | | | | | * 'master' of https://github.com/pigpigyyy/MoonPlus: Update ccpp.yml Update ccpp.yml Create ccpp.yml
| * Merge pull request #1 from pigpigyyy/pigpigyyy-patch-1Li Jin2020-01-121-0/+13
| |\ | | | | | | Pigpigyyy patch 1
| | * Update ccpp.ymlLi Jin2020-01-121-1/+1
| | |
| | * Update ccpp.ymlLi Jin2020-01-121-1/+1
| | |
| | * Create ccpp.ymlLi Jin2020-01-121-0/+13
| |/
* / update badge.Li Jin2020-01-121-0/+1
|/
* update readme.Li Jin2020-01-121-0/+9
|
* update readme.Li Jin2020-01-121-2/+67
|
* remove unused project file.Li Jin2020-01-105-402/+4
|
* update.Li Jin2020-01-1044-258/+2975
|
* complete moon compiler in C++.Li Jin2019-10-2912-4073/+4276
|
* fixing compile issues.Li Jin2019-10-073-76/+461
|
* updatingLi Jin2019-10-065-327/+273
|
* add Local & BreakLoopLi Jin2019-10-043-253/+560
|