Moonscript: A Language That Compiles to Lua

MoonScript

MoonScript is a programmer friendly language that compiles into Lua. It gives you the power of the fastest scripting language combined with a rich set of features. It runs on Lua 5.1 and above, including alternative runtimes like LuaJIT.

Running Tests

Tests are written in MoonScript and use Busted. In order to run the tests you must have MoonScript and Loadkit installed.

To run tests, execute from the root directory:

busted

Writing specs is a bit more complicated. Check out the spec writing guide.

Binaries

Precompiled versions of MoonScript are provided for Windows. You can find them in the GitHub releases page. (Scroll down to the win32- tags.

The build code can be found in the binaries branch

Editor Support


See https://moonscript.org.

Online demo/compiler at https://moonscript.org/compiler.

Join Our Community

We just created a Discord for those interested in MoonScript. You can join us here: https://discord.gg/Y75ZXrD


Download Details:

Author: leafo
Source Code: https://github.com/leafo/moonscript 
License: MIT

#lua #script 

Moonscript: A Language That Compiles to Lua
1.00 GEEK