-
[Moonscript][1] sets `package.loaders[2]` when you call `require "moonscript"`.
I've tested this in Lua 5.1 REPL with success, but using Tarantool REPL gives me:
`module 'xxx' not found`
I've a…
-
http://leafo.net/lapis/reference/lua_getting_started.html should not be switchable to Moonscript, or it should at least show errors in lieu of examples if set to Moonscript.
-
jishan@jishan-B85M-HD3:~/torch$ luarocks install loadcaffe
Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/torch/rocks/master - Failed downloading h…
-
When I write moonscript functions that aren't `fn_name=->`, they aren't picked up by the outline on the 1.0.2164 build.
Based on what I can see, it's specifically `=->` that tags a function to be i…
-
Hi!
I html exported a project written in moonscript (the cart is saved as .moon file). The html export just stuck at the loading cart screen.
I also used a online moonscript to lua compiler, and…
-
If you create a Moonscript spec file, the spec itself works fine. With that said, if you attempt to require a Moonscript file from inside the spec file, it doesn't take into account the value of eithe…
-
Apologies if this is a duplicate - I tried searching the issue tracker but didn't find anything.
### Please fill out the following:
- **Platform:**
- Windows 11
- **LuaRocks version:**
- …
-
## Problem
Error when calling `moon stater.test.moon` in terminal on Mac OSX, using Lua 5.1.5
No error exists when running
```
moonc .
lua stater.test.lua
```
Code runs as intended when trans…
-
now that lua runs natively inside of modern browsers (via https://github.com/vvanders/wasm_lua), so should moonscript (theoretically). are there any plans to bundle moonscript into one moonscript.wasm…
-
```
ryan@buttstallion ~ 19:09:41 % moon test.moon
/usr/bin/lua5.1: ...e/ryan/.luarocks/share/lua/5.1/moonscript/errors.lua:81: attempt to call method 'match' (a nil value)
stac…