aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.moon (follow)
Commit message (Expand)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 mer...Li Jin2020-09-171-2/+2
* 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
* remove support for escape new line symbol, binary operator expressions can no...Li Jin2020-08-061-19/+22
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin2020-07-061-0/+2
* 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 c...Li Jin2020-03-301-1/+1
* 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 simi...Li Jin2020-02-031-2/+7
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-021-0/+22
* Add multi-line comment support. Add escape new line symbol. Add back call syn...Li Jin2020-01-281-0/+10
* 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