aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/backcall.moon (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove support for escape new line symbol, binary operator expressions can no...Li Jin2020-08-061-4/+4
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-221-1/+5
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-291-1/+1
* 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 th...Li Jin2020-01-301-4/+6
* 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 syn...Li Jin2020-01-281-0/+46