aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/destructure.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change file extension moonp.Li Jin2020-10-081-117/+0
|
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵Li Jin2020-05-291-0/+3
| | | | | | | [3].|> [4].*, /, //, %, ... fix destructure with one table variable to operator-value expression. fix simple chain value with Lua keyword colon chain item.
* enable explist to be multi-line without backslash. confirmed there is no ↵Li Jin2020-02-031-0/+9
| | | | similar issue like Moonscript issue 202 or issue 391.
* fix Moonscript issue 375.Li Jin2020-01-251-56/+56
|
* fix Moonscript issue 156, update new 'import' functions.Li Jin2020-01-231-1/+6
|
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-181-1/+1
|
* update.Li Jin2020-01-101-0/+100