aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_ast.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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