aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_parser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable explist to be multi-line without backslash. confirmed there is no ↵Li Jin2020-02-031-5/+4
| | | | similar issue like Moonscript issue 202 or issue 391.
* add MultiLineComment support in EscapeNewLine.Li Jin2020-02-021-2/+2
|
* make gcc happy.Li Jin2020-01-301-10/+10
|
* Separate MoonParser from MoonCompiler, make moonc compile multiple file in ↵Li Jin2020-01-301-462/+510
| | | | threads.
* Add multi-line comment support. Add escape new line symbol. Add back call ↵Li Jin2020-01-281-5/+14
| | | | syntax.
* fix Moonscript issue 375.Li Jin2020-01-251-2/+2
|
* fix Moonscript issue 156, update new 'import' functions.Li Jin2020-01-231-7/+14
|
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-181-7/+8
|
* remove codes to be compatible with old version.Li Jin2020-01-131-1/+1
|
* update.Li Jin2020-01-101-0/+526