aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.h (follow)
Commit message (Collapse)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 ↵Li Jin2020-10-151-4/+9
| | | | | | statement. fix import macro rename issue.
* 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 ↵Li Jin2020-08-061-1/+0
| | | | now be written multiline without escape new line symbol.
* add support for local variable declared with attribute 'close' and 'const' ↵Li Jin2020-06-221-0/+1
| | | | for Lua 5.4.
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) ↵Li Jin2020-05-291-5/+8
| | | | | | | [3].|> [4].*, /, //, %, ... fix destructure with one table variable to operator-value expression. fix simple chain value with Lua keyword colon chain item.
* 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 ↵Li Jin2020-03-051-6/+13
| | | | statement work with Lua module system.
* 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 ↵Li Jin2020-02-031-1/+0
| | | | similar issue like Moonscript issue 202 or issue 391.
* make gcc happy.Li Jin2020-01-301-3/+12
|
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵Li Jin2020-01-301-12/+251
| | | | threads.
* update.Li Jin2020-01-101-0/+35