aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix some ambiguous syntax.Li Jin2021-02-151-3/+5
* fix issue #38 with a better solution.Li Jin2021-02-101-0/+5
* update backcall operator syntax, fix issue #31.Li Jin2021-02-101-0/+1
* simplify macro syntax. fix issue #38 again.Li Jin2021-02-081-1/+0
* fix #38Li Jin2021-02-061-6/+1
* update year.Li Jin2021-01-051-1/+1
* add a new macro type support to insert raw codes to output.Li Jin2020-10-151-2/+0
* add support to import all macros from a module with symbol '$' in import-as s...Li Jin2020-10-151-4/+9
* add implicit objects support while writing tables.Li Jin2020-09-111-0/+1
* reserve the same Moonscript coma separated expressions behaviors.Li Jin2020-08-201-0/+1
* remove support for escape new line symbol, binary operator expressions can no...Li Jin2020-08-061-1/+0
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-221-0/+1
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-291-5/+8
* fix issue of unary and binary operator "~".Li Jin2020-05-141-0/+1
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-021-1/+2
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-261-0/+1
* remove else branch support for appendix syntax.Li Jin2020-03-261-1/+1
* add goto statement support.Li Jin2020-03-241-0/+3
* add macro functions.Li Jin2020-03-111-1/+12
* move functions of old export statement to global statement, make export state...Li Jin2020-03-051-6/+13
* add fat arrow support for backcall statement.Li Jin2020-02-261-0/+1
* change some interfaces.Li Jin2020-02-221-3/+3
* remove the extra type id system.Li Jin2020-02-181-2/+3
* fix some cases when using backcall with assignment.Li Jin2020-02-031-1/+0
* enable explist to be multi-line without backslash. confirmed there is no simi...Li Jin2020-02-031-1/+0
* make gcc happy.Li Jin2020-01-301-3/+12
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in th...Li Jin2020-01-301-12/+251
* update.Li Jin2020-01-101-0/+35