aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_ast.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add implicit objects support while writing tables.Li Jin2020-09-111-1/+7
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin2020-07-061-1/+2
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-221-1/+10
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-291-12/+21
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-021-3/+7
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-261-2/+10
* fix errors when explicitly declaring global or local variable initialized wit...Li Jin2020-04-241-2/+3
* allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin2020-04-211-0/+1
* remove else branch support for appendix syntax.Li Jin2020-03-261-5/+4
* add goto statement support.Li Jin2020-03-241-1/+16
* add macro functions.Li Jin2020-03-111-12/+50
* move functions of old export statement to global statement, make export state...Li Jin2020-03-051-8/+18
* add fat arrow support for backcall statement.Li Jin2020-02-261-1/+6
* did some clean up.Li Jin2020-02-181-3/+3
* remove the extra type id system.Li Jin2020-02-181-19/+5
* change method to generate unique type id.Li Jin2020-02-171-7/+10
* refactor some codes to be safer.Li Jin2020-02-171-108/+119
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in th...Li Jin2020-01-301-3/+2
* Add multi-line comment support. Add escape new line symbol. Add back call syn...Li Jin2020-01-281-2/+14
* fix Moonscript issue 375.Li Jin2020-01-251-1/+2
* fix Moonscript issue 156, update new 'import' functions.Li Jin2020-01-231-2/+23
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-181-1/+4
* update.Li Jin2020-01-101-0/+587