summaryrefslogtreecommitdiff
path: root/spec/inputs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix issue for using return statement with export.Li Jin2020-07-181-0/+31
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin2020-07-062-0/+4
* fix issue when declaring multiple variables with attribute.Li Jin2020-06-301-2/+5
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-223-7/+95
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-293-1/+5
* make back call operator use highest priority for operator precedence.Li Jin2020-05-261-0/+4
* add more cases.Li Jin2020-05-141-0/+8
* fix issue of unary and binary operator "~".Li Jin2020-05-141-0/+20
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-021-0/+26
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-262-0/+13
* fix errors when explicitly declaring global or local variable initialized wit...Li Jin2020-04-241-0/+18
* allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin2020-04-211-1/+3
* add useSpaceOverTab option for compiler, add variadic arguments declaration c...Li Jin2020-03-303-10/+11
* 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