aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/backcall.moon (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change file extension moonp.Li Jin2020-10-081-117/+0
|
* remove support for escape new line symbol, binary operator expressions can ↵Li Jin2020-08-061-4/+4
| | | | now be written multiline without escape new line symbol.
* add support for local variable declared with attribute 'close' and 'const' ↵Li Jin2020-06-221-1/+5
| | | | for Lua 5.4.
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵Li Jin2020-05-291-1/+1
| | | | | | | [3].|> [4].*, /, //, %, ... fix destructure with one table variable to operator-value expression. fix simple chain value with Lua keyword colon chain item.
* make back call operator use highest priority for operator precedence.Li Jin2020-05-261-0/+4
|
* add test cases.Li Jin2020-03-271-0/+3
|
* 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
|
* add placeholder support for backcall operator.Li Jin2020-02-141-1/+7
|
* add specs.Li Jin2020-02-031-5/+11
|
* fix some cases when using backcall with assignment.Li Jin2020-02-031-0/+10
|
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵Li Jin2020-01-301-4/+6
| | | | threads.
* 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 ↵Li Jin2020-01-281-0/+46
syntax.