aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix issue of unary and binary operator "~".Li Jin2020-05-143-6/+8
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-024-7/+44
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-264-10/+39
* fix errors when explicitly declaring global or local variable initialized wit...Li Jin2020-04-243-7/+18
* allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin2020-04-215-17/+32
* fix stupid msvc not supporting string literal longer than 16380 single-byte c...Li Jin2020-04-151-4/+8
* make -p option work with other compile options for moonp.Li Jin2020-04-091-9/+18
* clean up.Li Jin2020-04-091-2/+2
* add Lua code minify function to moonp.Li Jin2020-04-082-10/+2145
* fix moonp repl editing issue.Li Jin2020-04-031-4/+7
* add useSpaceOverTab option for compiler, add variadic arguments declaration c...Li Jin2020-03-304-17/+53
* change input method for moonp -- option.Li Jin2020-03-291-3/+3
* fix an existential op issue and add case.Li Jin2020-03-282-6/+12
* fix issue #9.Li Jin2020-03-271-0/+1
* fix moonp repl issue.Li Jin2020-03-274-14/+69
* update REPL functions.Li Jin2020-03-272-11/+2438
* remove else branch support for appendix syntax.Li Jin2020-03-264-25/+12
* add REPL support for moonp.Li Jin2020-03-262-5/+98
* Add c++17 filesystem compatible lib.Li Jin2020-03-253-2/+5267
* add command line option "-e" to moonp to eval file or string.Li Jin2020-03-241-53/+156
* add goto statement support.Li Jin2020-03-244-12/+53
* add support for macro system expanding to Lua codes directly.Li Jin2020-03-233-41/+67
* clean up.Li Jin2020-03-212-74/+29
* fix line break issue in macro, disable macro declaration outside root scope.Li Jin2020-03-121-5/+9
* fix macro type mismatch issue.Li Jin2020-03-121-7/+23
* fix commit messed with gitignore.Li Jin2020-03-113-0/+927
* 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 state...Li Jin2020-03-055-77/+240
* 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 got...Li Jin2020-02-202-6/+6
* 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 simi...Li Jin2020-02-032-6/+4
* 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 th...Li Jin2020-01-3010-977/+1037