aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix an existential op issue and add case.Li Jin2020-03-281-0/+2
* add test cases.Li Jin2020-03-272-0/+7
* remove else branch support for appendix syntax.Li Jin2020-03-261-1/+1
* add goto statement support.Li Jin2020-03-241-0/+41
* add support for macro system expanding to Lua codes directly.Li Jin2020-03-231-0/+33
* fix line break issue in macro, disable macro declaration outside root scope.Li Jin2020-03-121-1/+1
* fix macro type mismatch issue.Li Jin2020-03-121-2/+38
* update.Li Jin2020-03-112-2/+3
* add macro functions.Li Jin2020-03-112-0/+98
* move functions of old export statement to global statement, make export state...Li Jin2020-03-055-67/+127
* add fat arrow support for backcall statement.Li Jin2020-02-261-0/+13
* add placeholder support for backcall statement.Li Jin2020-02-231-0/+10
* fix comments issue.Li Jin2020-02-201-14/+15
* allow value lists in for statement and in local statement to be multiline got...Li Jin2020-02-201-7/+32
* allow value list in assignment to be multiline fixing Moonscript issue 390.Li Jin2020-02-202-1/+29
* add placeholder support for backcall operator.Li Jin2020-02-141-1/+7
* releasing moonplus as a lib.Li Jin2020-02-072-1/+13
* add specs.Li Jin2020-02-031-5/+11
* fix some cases when using backcall with assignment.Li Jin2020-02-032-0/+14
* enable explist to be multi-line without backslash. confirmed there is no simi...Li Jin2020-02-033-4/+17
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-021-0/+22
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in th...Li Jin2020-01-301-4/+6
* fix nothing.Li Jin2020-01-281-1/+1
* fix some special cases for backcall.Li Jin2020-01-281-0/+13
* Add multi-line comment support. Add escape new line symbol. Add back call syn...Li Jin2020-01-282-0/+56
* fix Moonscript issue 375.Li Jin2020-01-2524-775/+801
* fix more chain value case.Li Jin2020-01-251-1/+1
* fix chain value issue.Li Jin2020-01-251-1/+2
* fix issues.Li Jin2020-01-244-5/+8
* fix Moonscript issue 156, update new 'import' functions.Li Jin2020-01-234-4/+40
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-1820-137/+145
* fix Moonscript issue 384.Li Jin2020-01-131-0/+2
* update.Li Jin2020-01-1026-0/+2227