aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix issue #40.Li Jin2021-03-021-2/+2
|
* Update macos.ymlLi Jin2021-02-231-2/+2
|
* Update windows.ymlLi Jin2021-02-231-2/+2
|
* Update ubuntu.ymlLi Jin2021-02-231-2/+2
|
* Update README.mdLi Jin2021-02-231-3/+1
|
* Create windows.ymlLi Jin2021-02-231-0/+19
|
* Create ubuntu.ymlLi Jin2021-02-231-0/+17
|
* Update and rename ccpp.yml to macos.ymlLi Jin2021-02-232-15/+17
|
* update readme.Li Jin2021-02-231-0/+1
|
* simplify and extend import syntax.Li Jin2021-02-225-8/+15
|
* fix issue in destructure syntax.Li Jin2021-02-203-16/+98
|
* prevent inserting global or local statements with wildcard operators from ↵Li Jin2021-02-182-18/+57
| | | | macro. update changelog.
* fix tup example.Li Jin2021-02-174-1/+4
|
* fix macro issue.Li Jin2021-02-172-5/+9
|
* stop reusing variables, rename project.Li Jin2021-02-1763-493/+510
|
* adding more test cases.moonplusLi Jin2021-02-152-15/+67
|
* fix some ambiguous syntax.Li Jin2021-02-155-62/+104
|
* fix local statement used with line decorator issue.Li Jin2021-02-103-27/+64
|
* fix issue #38 with a better solution.Li Jin2021-02-106-3/+55
|
* update backcall operator syntax, fix issue #31.Li Jin2021-02-105-15/+134
|
* partially fix another issue from issue #38.Li Jin2021-02-094-3/+21
|
* limit the use of text macro.Li Jin2021-02-081-5/+5
|
* simplify macro syntax. fix issue #38 again.Li Jin2021-02-089-171/+226
|
* fix #38Li Jin2021-02-063-18/+47
|
* fix issue #37.Li Jin2021-01-283-6/+6
|
* update included Lua.Li Jin2021-01-2216-169/+261
|
* fix issue #36Li Jin2021-01-223-5/+9
|
* add all the compiler specific linker flags.Li Jin2021-01-113-4/+7
|
* export all symbols for moonp binary (#33)codinget2021-01-111-1/+1
|
* add missing flag for gcc.Li Jin2021-01-111-1/+1
|
* fix issue #34.Li Jin2021-01-112-2/+10
|
* fix build issues.Li Jin2021-01-103-9/+8
|
* use luarocks install instead of cmake install.Li Jin2021-01-072-1/+4
|
* add -fPIC flag.Li Jin2021-01-071-1/+1
|
* fix tup example.Li Jin2021-01-065-11/+9
|
* 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
|\ | | | | | | | | * 'master' of https://github.com/pigpigyyy/MoonPlus: Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19 (#28)
| * Setting moonp as CMD. Now you can run: docker run -it ↵Cristian Haunsen2021-01-052-3/+12
| | | | | | | | | | | | | | | | | | | | | | moonplus/moonplus:0.4.19 (#28) * Added Dockerfile for Moonplus, Lua5.1 and luarocks 3 * Added example for tup. Tup is a file-based build system for Linux, OSX, and Windows. * Update dockerfile * Setting moonp as CMD. Now you can run: docker run -it moonplus/moonplus:0.4.19
* | 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
|