aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/tables.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change file extension moonp.Li Jin2020-10-081-207/+0
|
* support inserting common expression item started with * symbol into a table ↵Li Jin2020-09-181-0/+23
| | | | block.
* make simple table and table block appear in the end of function arguments ↵Li Jin2020-09-171-1/+1
| | | | merged.
* revert binary operator rules, change implicit object start symbol.Li Jin2020-09-111-6/+7
|
* add implicit objects support while writing tables.Li Jin2020-09-111-0/+20
|
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" ↵Li Jin2020-07-061-0/+2
| | | | valid codes.
* fix Moonscript issue 375.Li Jin2020-01-251-69/+69
|
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-181-1/+1
|
* update.Li Jin2020-01-101-0/+161