aboutsummaryrefslogtreecommitdiff
path: root/spec (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-03fix issue #30Li Jin1-0/+16
2020-11-03fix issue #29Li Jin2-10/+15
2020-10-23fix.Li Jin1-2/+1
2020-10-23Update CHANGELOG.mdLi Jin1-2/+2
2020-10-23fix changelog.Li Jin1-2/+31
2020-10-23make teal-macro look better.Li Jin3-13/+6844
2020-10-22update Lua, fix cmakelists.txt.Li Jin24-335/+349
2020-10-22fix makefile.Li Jin1-4/+13
2020-10-21extend macro feature to support compiling Moonscript to other Lua dialect lik...Li Jin13-79/+328
2020-10-15add a new macro type support to insert raw codes to output.Li Jin4-24/+18
2020-10-15add spec.Li Jin1-1/+2
2020-10-15add support to import all macros from a module with symbol '$' in import-as s...Li Jin6-59/+110
2020-10-09fix typo.Li Jin1-2/+2
2020-10-09update readme.Li Jin2-15/+98
2020-10-08change file extension moonp.Li Jin41-27/+34
2020-09-18support inserting common expression item started with * symbol into a table b...Li Jin4-3/+26
2020-09-17fix.Li Jin1-2/+0
2020-09-17add a flag to build moonp without Lua.Li Jin1-11/+33
2020-09-17add a compiler flag to disable macro feature and support linking without Lua.Li Jin1-6/+45
2020-09-17Update DockerfileCristian Haunsen1-2/+2
2020-09-17add test cases.Li Jin1-0/+14
2020-09-17make simple table and table block appear in the end of function arguments mer...Li Jin3-4/+35
2020-09-11revert binary operator rules, change implicit object start symbol.Li Jin3-20/+21
2020-09-11update Lua.Li Jin9-94/+121
2020-09-11add implicit objects support while writing tables.Li Jin5-6/+40
2020-08-20reserve the same Moonscript coma separated expressions behaviors.Li Jin5-43/+45
2020-08-13add make target to build .so file.Li Jin2-5/+33
2020-08-10Update dockerfileCriztian Haunsen1-0/+2
2020-08-10Added example for tup. Tup is a file-based build system for Linux, OSX, and W...Criztian Haunsen6-0/+13