Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
12
Lang/MoonScript/00-LANG.txt
Normal file
12
Lang/MoonScript/00-LANG.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{{stub}}
|
||||
{{language
|
||||
|site=http://moonscript.org/}}
|
||||
MoonScript is a dynamic scripting language that compiles into Lua. It gives you the power of one of the fastest scripting languages combined with a rich set of features.
|
||||
|
||||
MoonScript can either be compiled into [[Lua]] and run at a later time, or it can be dynamically compiled and run using the moonloader. It’s as simple as require "moonscript" in order to have Lua understand how to load and run any MoonScript file.
|
||||
|
||||
Because it compiles right into Lua code, it is completely compatible with alternative Lua implementations like LuaJIT, and it is also compatible with all existing Lua code and libraries.
|
||||
|
||||
The command line tools also let you run MoonScript directly from the command line, like any first-class scripting language.
|
||||
|
||||
A comprehensive overview of the language can be found in the [http://moonscript.org/reference/ reference manual], the rest of this page serves as an overview of the language.
|
||||
2
Lang/MoonScript/00-META.yaml
Normal file
2
Lang/MoonScript/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:MoonScript
|
||||
1
Lang/MoonScript/100-doors
Symbolic link
1
Lang/MoonScript/100-doors
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/100-doors/MoonScript
|
||||
1
Lang/MoonScript/99-bottles-of-beer
Symbolic link
1
Lang/MoonScript/99-bottles-of-beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99-bottles-of-beer/MoonScript
|
||||
1
Lang/MoonScript/A+B
Symbolic link
1
Lang/MoonScript/A+B
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/A+B/MoonScript
|
||||
1
Lang/MoonScript/FizzBuzz
Symbolic link
1
Lang/MoonScript/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/MoonScript
|
||||
1
Lang/MoonScript/Read-a-specific-line-from-a-file
Symbolic link
1
Lang/MoonScript/Read-a-specific-line-from-a-file
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Read-a-specific-line-from-a-file/MoonScript
|
||||
1
Lang/MoonScript/Towers-of-Hanoi
Symbolic link
1
Lang/MoonScript/Towers-of-Hanoi
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Towers-of-Hanoi/MoonScript
|
||||
1
Lang/MoonScript/Walk-a-directory-Recursively
Symbolic link
1
Lang/MoonScript/Walk-a-directory-Recursively
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Walk-a-directory-Recursively/MoonScript
|
||||
1
Lang/MoonScript/Y-combinator
Symbolic link
1
Lang/MoonScript/Y-combinator
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Y-combinator/MoonScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue