aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add macro functions.Li Jin2020-03-1168-921/+24040
|
* fix moonp release issue.Li Jin2020-03-051-2/+2
|
* move functions of old export statement to global statement, make export ↵Li Jin2020-03-055-77/+240
| | | | statement work with Lua module system.
* add fat arrow support for backcall statement.Li Jin2020-02-265-5/+13
|
* add placeholder support for backcall statement.Li Jin2020-02-231-4/+26
|
* change some interfaces.Li Jin2020-02-225-14/+31
|
* fix comments issue.Li Jin2020-02-201-4/+4
|
* allow value lists in for statement and in local statement to be multiline ↵Li Jin2020-02-202-6/+6
| | | | got Moonscript issue 390 fixed.
* allow value list in assignment to be multiline fixing Moonscript issue 390.Li Jin2020-02-201-1/+1
|
* did some clean up.Li Jin2020-02-183-23/+22
|
* remove the extra type id system.Li Jin2020-02-187-73/+87
|
* change method to generate unique type id.Li Jin2020-02-172-23/+18
|
* refactor some codes to be safer.Li Jin2020-02-174-356/+356
|
* force forward declaration of variable for assigning local function.Li Jin2020-02-151-37/+13
|
* add placeholder support for backcall operator.Li Jin2020-02-142-3/+31
|
* update readme and rockspec.Li Jin2020-02-133-4/+23
|
* releasing moonplus as a lib.Li Jin2020-02-074-21/+815
|
* fix some cases when using backcall with assignment.Li Jin2020-02-032-144/+117
|
* enable explist to be multi-line without backslash. confirmed there is no ↵Li Jin2020-02-032-6/+4
| | | | similar issue like Moonscript issue 202 or issue 391.
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-021-2/+2
|
* cleanup format.Li Jin2020-01-315-1470/+1461
|
* make gcc happy.Li Jin2020-01-303-14/+23
|
* fixLi Jin2020-01-301-17/+15
|
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵Li Jin2020-01-3010-977/+1037
| | | | threads.
* fix typo.Li Jin2020-01-281-20/+20
|
* fix some special cases for backcall.Li Jin2020-01-281-64/+93
|
* fix empty Body issue.Li Jin2020-01-281-6/+6
|
* fix again.Li Jin2020-01-281-0/+2
|
* fix.Li Jin2020-01-281-4/+4
|
* Add multi-line comment support. Add escape new line symbol. Add back call ↵Li Jin2020-01-284-14/+161
| | | | syntax.
* fix Moonscript issue 375.Li Jin2020-01-253-3/+5
|
* fix more chain value case.Li Jin2020-01-251-3/+4
|
* fix chain value issue.Li Jin2020-01-251-12/+29
|
* fix issues.Li Jin2020-01-241-39/+94
|
* fix Moonscript issue 156, update new 'import' functions.Li Jin2020-01-234-148/+250
|
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-186-170/+377
|
* remove codes to be compatible with old version.Li Jin2020-01-133-22/+9
|
* forbid exprlist appears in the left part of update statement.Li Jin2020-01-131-0/+1
|
* fix Moonscript issue 384.Li Jin2020-01-131-11/+42
|
* remove unused project file.Li Jin2020-01-101-1/+1
|
* update.Li Jin2020-01-1011-0/+7914