aboutsummaryrefslogtreecommitdiff
path: root/spec (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-15adding more test cases.moonplusLi Jin2-15/+67
2021-02-15fix some ambiguous syntax.Li Jin5-62/+104
2021-02-10fix local statement used with line decorator issue.Li Jin3-27/+64
2021-02-10fix issue #38 with a better solution.Li Jin6-3/+55
2021-02-10update backcall operator syntax, fix issue #31.Li Jin5-15/+134
2021-02-09partially fix another issue from issue #38.Li Jin4-3/+21
2021-02-08limit the use of text macro.Li Jin1-5/+5
2021-02-08simplify macro syntax. fix issue #38 again.Li Jin9-171/+226
2021-02-06fix #38Li Jin3-18/+47
2021-01-28fix issue #37.Li Jin3-6/+6
2021-01-22update included Lua.Li Jin16-169/+261
2021-01-22fix issue #36Li Jin3-5/+9
2021-01-11add all the compiler specific linker flags.Li Jin3-4/+7
2021-01-11export all symbols for moonp binary (#33)codinget1-1/+1
2021-01-11add missing flag for gcc.Li Jin1-1/+1
2021-01-11fix issue #34.Li Jin2-2/+10
2021-01-10fix build issues.Li Jin3-9/+8
2021-01-07use luarocks install instead of cmake install.Li Jin2-1/+4
2021-01-07add -fPIC flag.Li Jin1-1/+1
2021-01-06fix tup example.Li Jin5-11/+9
2021-01-06remove unnecessary find_package() in CMakeLists.txtLi Jin1-1/+0
2021-01-06fix CMakeLists.txt.Li Jin1-1/+1
2021-01-05update Lua.Li Jin18-218/+270
2021-01-05support hererocks.Li Jin1-3/+3
2021-01-05update year.Li Jin7-9/+9
2021-01-05Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.1...Cristian Haunsen2-3/+12
2021-01-05fix.Li Jin2-22/+22
2020-11-03fix issue #30Li Jin4-3/+20
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