Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-17 | add a flag to build moonp without Lua. | Li Jin | 1 | -11/+33 | |
2020-09-17 | add a compiler flag to disable macro feature and support linking without Lua. | Li Jin | 1 | -6/+45 | |
2020-09-17 | Update Dockerfile | Cristian Haunsen | 1 | -2/+2 | |
Missing yes flag | |||||
2020-09-17 | add test cases. | Li Jin | 1 | -0/+14 | |
2020-09-17 | make simple table and table block appear in the end of function arguments ↵ | Li Jin | 3 | -4/+35 | |
merged. | |||||
2020-09-11 | revert binary operator rules, change implicit object start symbol. | Li Jin | 3 | -20/+21 | |
2020-09-11 | update Lua. | Li Jin | 9 | -94/+121 | |
2020-09-11 | add implicit objects support while writing tables. | Li Jin | 5 | -6/+40 | |
2020-08-20 | reserve the same Moonscript coma separated expressions behaviors. | Li Jin | 5 | -43/+45 | |
2020-08-13 | add make target to build .so file. | Li Jin | 2 | -5/+33 | |
2020-08-10 | Update dockerfile | Criztian Haunsen | 1 | -0/+2 | |
2020-08-10 | Added example for tup. Tup is a file-based build system for Linux, OSX, and ↵ | Criztian Haunsen | 6 | -0/+13 | |
Windows. |