summaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust some folder levels.Li Jin2021-04-211-12/+12
* fix small issues, add web assembly support.Li Jin2021-04-161-3/+12
* fix shared target for makefile.Li Jin2021-03-291-1/+1
* remove a compile flag.Li Jin2021-03-121-1/+1
* stop reusing variables, rename project.Li Jin2021-02-171-11/+11
* add all the compiler specific linker flags.Li Jin2021-01-111-2/+2
* export all symbols for moonp binary (#33)codinget2021-01-111-1/+1
* fix makefile.Li Jin2020-10-221-4/+13
* extend macro feature to support compiling Moonscript to other Lua dialect lik...Li Jin2020-10-211-1/+11
* add make target to build .so file.Li Jin2020-08-131-2/+22
* fix.Li Jin2020-06-221-1/+1
* fix.Li Jin2020-06-221-1/+1
* add support for local variable declared with attribute 'close' and 'const' fo...Li Jin2020-06-221-6/+6
* make back call operator use highest priority for operator precedence.Li Jin2020-05-261-1/+1
* update readme, add changelogs.Li Jin2020-03-291-1/+1
* Add c++17 filesystem compatible lib.Li Jin2020-03-251-6/+4
* replace g++ with clang-9 build on LinuxLi Jin2020-03-251-1/+1
* Update makefileLi Jin2020-03-251-1/+1
* fix CI build.Li Jin2020-03-251-2/+9
* add command line option "-e" to moonp to eval file or string.Li Jin2020-03-241-1/+1
* add macro functions.Li Jin2020-03-111-3/+6
* releasing moonplus as a lib.Li Jin2020-02-071-0/+3
* fix some cases when using backcall with assignment.Li Jin2020-02-031-2/+2
* make gcc happy.Li Jin2020-01-301-1/+1
* fix again.Li Jin2020-01-281-1/+1
* fix.Li Jin2020-01-281-1/+1
* fix Moonscript issue 122, add support for ? operator.Li Jin2020-01-181-1/+1
* update.Li Jin2020-01-101-0/+236