aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change file extension moonp.Li Jin2020-10-081-396/+0
|
* add test cases.Li Jin2020-09-171-0/+14
|
* make simple table and table block appear in the end of function arguments ↵Li Jin2020-09-171-2/+2
| | | | merged.
* revert binary operator rules, change implicit object start symbol.Li Jin2020-09-111-12/+12
|
* reserve the same Moonscript coma separated expressions behaviors.Li Jin2020-08-201-11/+11
|
* change white space rule in assignment list.Li Jin2020-08-071-0/+9
|
* fix a case multiline binary operator expression conflicts with new statement ↵Li Jin2020-08-061-0/+23
| | | | started with an unary expression.
* remove support for escape new line symbol, binary operator expressions can ↵Li Jin2020-08-061-19/+22
| | | | now be written multiline without escape new line symbol.
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" ↵Li Jin2020-07-061-0/+2
| | | | valid codes.
* add more cases.Li Jin2020-05-141-0/+8
|
* fix issue of unary and binary operator "~".Li Jin2020-05-141-0/+20
|
* add useSpaceOverTab option for compiler, add variadic arguments declaration ↵Li Jin2020-03-301-1/+1
| | | | check, fix assignment with backcall expr not well handled issue.
* remove else branch support for appendix syntax.Li Jin2020-03-261-1/+1
|
* releasing moonplus as a lib.Li Jin2020-02-071-0/+8
|
* enable explist to be multi-line without backslash. confirmed there is no ↵Li Jin2020-02-031-2/+7
| | | | similar issue like Moonscript issue 202 or issue 391.
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-021-0/+22
|
* Add multi-line comment support. Add escape new line symbol. Add back call ↵Li Jin2020-01-281-0/+10
| | | | syntax.
* fix Moonscript issue 375.Li Jin2020-01-251-39/+39
|
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-181-21/+21
|
* update.Li Jin2020-01-101-0/+272