aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Li Jin2020-03-055-67/+127
| | | | statement work with Lua module system.
* 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 ↵Li Jin2020-02-201-7/+32
| | | | got Moonscript issue 390 fixed.
* 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 ↵Li Jin2020-02-033-4/+17
| | | | similar issue like Moonscript issue 202 or issue 391.
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-021-0/+22
|
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵Li Jin2020-01-301-4/+6
| | | | threads.
* 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 ↵Li Jin2020-01-282-0/+56
| | | | syntax.
* 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