🌙 A language that compiles to Lua
Go to file
2013-06-06 16:55:59 -07:00
bin return style requires, fix #88 2013-02-27 19:17:16 -08:00
docs allow line breaks inside of quote strings 2013-04-17 21:19:40 -07:00
extra/scintillua Scintillua: Update lexer for Lua 5.2 2013-02-02 20:09:43 +01:00
moon fix typo in fold (thanks Georg Schmid) 2013-01-09 19:47:02 -08:00
moonscript { a : b } doesn't do self-assign #98 2013-06-06 16:55:59 -07:00
tests allow line breaks inside of quote strings 2013-04-17 21:19:40 -07:00
gen_rockspec.sh upate rockspec, add script 2012-11-28 22:01:46 -08:00
Makefile make testing work with latest version of busted 2013-03-19 09:53:25 -07:00
moonscript-dev-1.rockspec don't allow lpeg 0.11 #94 2013-04-25 09:40:58 -07:00
moonscript.lua update load functions for 5.2 2013-01-02 17:48:11 -08:00
README.md update readme 2013-01-02 17:58:55 -08:00
test2.moon make testing work with latest version of busted 2013-03-19 09:53:25 -07:00
test.lua convert more modules 2012-11-28 20:53:47 -08:00
todo destructure works with if assignment cond 2012-11-29 09:48:08 -08:00

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 5.2.

See http://moonscript.org.

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

License (MIT)

Copyright (C) 2012 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.