summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added Dockerfile for Moonplus, Lua5.1 and luarocks 3Criztian Haunsen2020-08-101-0/+16
* change white space rule in assignment list.Li Jin2020-08-073-2/+11
* fix a case multiline binary operator expression conflicts with new statement ...Li Jin2020-08-063-4/+27
* remove support for escape new line symbol, binary operator expressions can no...Li Jin2020-08-066-52/+40
* update Lua 5.4.Li Jin2020-08-069-171/+303
* clean up.Li Jin2020-08-061-4/+5
* fix case for extending class without name.Li Jin2020-08-052-2/+5
* fix issue for using return statement with export.Li Jin2020-07-1816-78/+185
* fixed a missed case for multiline string as table key. reporting use of globa...Li Jin2020-07-172-10/+19
* fix compile error for "t = { [ [[abc]] ] : 42 }", make "t = {[[abc]]:42}" val...Li Jin2020-07-065-5/+15
* fix issue when declaring multiple variables with attribute.Li Jin2020-06-302-4/+10
* fix vs build.Li Jin2020-06-222-184/+188
* fix.Li Jin2020-06-222-4/+2
* fix.Li Jin2020-06-221-1/+1
* again.Li Jin2020-06-221-3/+2
* clean up.Li Jin2020-06-221-2/+2
* clean up.Li Jin2020-06-222-22/+42
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-2291-9555/+14193
* change operator precedence to [1].^ [2].unary operators (not, #, -, ~) [3].|>...Li Jin2020-05-297-268/+285
* make back call operator use highest priority for operator precedence.Li Jin2020-05-263-63/+112
* add more cases.Li Jin2020-05-141-0/+8
* fix issue of unary and binary operator "~".Li Jin2020-05-144-6/+28
* fix Moonscript issue 416: ambiguous Lua output in some cases.Li Jin2020-05-025-7/+70
* Update CHANGELOG.md.Li Jin2020-04-261-2/+5
* add existential op support for with statement, add repeat until statement.Li Jin2020-04-266-10/+52
* fix errors when explicitly declaring global or local variable initialized wit...Li Jin2020-04-244-7/+36
* update CHANGELOG.mdLi Jin2020-04-211-1/+1
* allow implicit return block macro, fix compiled Lua codes searching issue.Li Jin2020-04-217-19/+37
* update readme.Li Jin2020-04-151-1/+3
* add CI badges.Li Jin2020-04-151-1/+2
* Update ccpp.ymlLi Jin2020-04-151-1/+1
* Update ccpp.ymlLi Jin2020-04-151-1/+1
* Update ccpp.ymlLi Jin2020-04-151-7/+9
* fix stupid msvc not supporting string literal longer than 16380 single-byte c...Li Jin2020-04-152-4/+22
* make -p option work with other compile options for moonp.Li Jin2020-04-091-9/+18
* Update README.mdLi Jin2020-04-091-5/+5
* clean up.Li Jin2020-04-092-3/+10
* add Lua code minify function to moonp.Li Jin2020-04-084-13/+2152
* fix moonp repl editing issue.Li Jin2020-04-031-4/+7
* add useSpaceOverTab option for compiler, add variadic arguments declaration c...Li Jin2020-03-307-27/+64
* update readme, add changelogs.Li Jin2020-03-293-340/+465
* change input method for moonp -- option.Li Jin2020-03-291-3/+3
* fix an existential op issue and add case.Li Jin2020-03-283-6/+14
* add test cases.Li Jin2020-03-272-0/+7
* fix issue #9.Li Jin2020-03-271-0/+1
* fix moonp repl issue.Li Jin2020-03-275-14/+73
* update REPL functions.Li Jin2020-03-274-14/+2445
* remove else branch support for appendix syntax.Li Jin2020-03-265-26/+13
* add REPL support for moonp.Li Jin2020-03-263-5/+102
* fix luarocks build.Li Jin2020-03-251-1/+1