summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove unnecessary find_package() in CMakeLists.txtLi Jin2021-01-061-1/+0
* fix CMakeLists.txt.Li Jin2021-01-061-1/+1
* update Lua.Li Jin2021-01-0518-218/+270
* support hererocks.Li Jin2021-01-051-3/+3
* Merge branch 'master' of https://github.com/pigpigyyy/MoonPlusLi Jin2021-01-052-3/+12
|\
| * Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.1...Cristian Haunsen2021-01-052-3/+12
* | update year.Li Jin2021-01-057-9/+9
|/
* fix.Li Jin2021-01-052-22/+22
* fix issue #30Li Jin2020-11-034-3/+20
* fix issue #29Li Jin2020-11-032-10/+15
* fix.Li Jin2020-10-231-2/+1
* Update CHANGELOG.mdLi Jin2020-10-231-2/+2
* fix changelog.Li Jin2020-10-231-2/+31
* make teal-macro look better.Li Jin2020-10-233-13/+6844
* update Lua, fix cmakelists.txt.Li Jin2020-10-2224-335/+349
* fix makefile.Li Jin2020-10-221-4/+13
* extend macro feature to support compiling Moonscript to other Lua dialect lik...Li Jin2020-10-2113-79/+328
* add a new macro type support to insert raw codes to output.Li Jin2020-10-154-24/+18
* add spec.Li Jin2020-10-151-1/+2
* add support to import all macros from a module with symbol '$' in import-as s...Li Jin2020-10-156-59/+110
* fix typo.Li Jin2020-10-091-2/+2
* update readme.Li Jin2020-10-092-15/+98
* change file extension moonp.Li Jin2020-10-0841-27/+34
* support inserting common expression item started with * symbol into a table b...Li Jin2020-09-184-3/+26
* fix.Li Jin2020-09-171-2/+0
* add a flag to build moonp without Lua.Li Jin2020-09-171-11/+33
* add a compiler flag to disable macro feature and support linking without Lua.Li Jin2020-09-171-6/+45
* Update DockerfileCristian Haunsen2020-09-171-2/+2
* add test cases.Li Jin2020-09-171-0/+14
* make simple table and table block appear in the end of function arguments mer...Li Jin2020-09-173-4/+35
* revert binary operator rules, change implicit object start symbol.Li Jin2020-09-113-20/+21
* update Lua.Li Jin2020-09-119-94/+121
* add implicit objects support while writing tables.Li Jin2020-09-115-6/+40
* reserve the same Moonscript coma separated expressions behaviors.Li Jin2020-08-205-43/+45
* add make target to build .so file.Li Jin2020-08-132-5/+33
* Update dockerfileCriztian Haunsen2020-08-101-0/+2
* Added example for tup. Tup is a file-based build system for Linux, OSX, and W...Criztian Haunsen2020-08-106-0/+13
* 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