All Projects → leafo → Moonscript

leafo / Moonscript

🌙 A language that compiles to Lua

Programming Languages

lua
6591 projects
MoonScript
45 projects

Projects that are alternatives of or similar to Moonscript

Yuescript
A Moonscript dialect compiles to Lua.
Stars: ✭ 172 (-93.62%)
Mutual labels:  moonscript, transpiler
Rockstar Js
JavaScript transpiler for the esoteric language 'Rockstar'
Stars: ✭ 189 (-92.98%)
Mutual labels:  transpiler
Babel Preset Github
GitHub.com's Babel configuration
Stars: ✭ 103 (-96.18%)
Mutual labels:  transpiler
Webpack Babel Env Deps
Find dependencies to transpile with Babel.
Stars: ✭ 130 (-95.17%)
Mutual labels:  transpiler
Godzilla
Godzilla is a ES2015 to Go source code transpiler and runtime
Stars: ✭ 1,464 (-45.66%)
Mutual labels:  transpiler
Swiftrewriter
A Swift Package Manager console app and library to convert Objective-C code into Swift.
Stars: ✭ 140 (-94.8%)
Mutual labels:  transpiler
Cs2x
Transpiles a C# subset to non .NET languages and runtimes. (Powered by Roslyn)
Stars: ✭ 97 (-96.4%)
Mutual labels:  transpiler
Retyped
Access 3600+ libraries from C# and let Bridge.NET compile your project into JavaScript.
Stars: ✭ 216 (-91.98%)
Mutual labels:  transpiler
C2rust
Migrate C code to Rust
Stars: ✭ 2,111 (-21.64%)
Mutual labels:  transpiler
C2go
⚖️ A tool for transpiling C to Go.
Stars: ✭ 1,736 (-35.56%)
Mutual labels:  transpiler
Rbql
🦜RBQL - Rainbow Query Language: SQL-like language for (not only) CSV file processing. Supports SQL queries with Python and JavaScript expressions
Stars: ✭ 118 (-95.62%)
Mutual labels:  transpiler
Elixirscript
Converts Elixir to JavaScript
Stars: ✭ 1,504 (-44.17%)
Mutual labels:  transpiler
Rapydscript Ng
A transpiler for a Python like language to JavaScript
Stars: ✭ 140 (-94.8%)
Mutual labels:  transpiler
Pseudo Python
a restricted python to javascript / c# / go / ruby compiler
Stars: ✭ 106 (-96.07%)
Mutual labels:  transpiler
Transcrypt
Python 3.7 to JavaScript compiler - Lean, fast, open! -
Stars: ✭ 2,502 (-7.13%)
Mutual labels:  transpiler
Powscript
transpiler written in bash: painless shellscript, indentbased, coffee for the shell with hipster-sparkles v1 BETA LANDED 🎉🎉🎉🎉 thanks fcard!
Stars: ✭ 97 (-96.4%)
Mutual labels:  transpiler
Ply
Painless polymorphism
Stars: ✭ 117 (-95.66%)
Mutual labels:  transpiler
Rosid
Just-in-time development server and static site generator.
Stars: ✭ 139 (-94.84%)
Mutual labels:  transpiler
Lapis
A web framework for Lua and OpenResty written in MoonScript
Stars: ✭ 2,621 (-2.71%)
Mutual labels:  moonscript
Plus
This project is being developed privately.
Stars: ✭ 215 (-92.02%)
Mutual labels:  transpiler

MoonScript

MoonScript

spec Build status

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.

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

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

License (MIT)

Copyright (C) 2020 by Leaf Corcoran

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].