Dáel Muñiz
Dáel Muñiz
MoonScript supports syntax such as `t.for` and gets translated to `t["for"]`, it happens in table construction and other places as well. This however, isn't the case for indexes such as...
(Related to #47) I think that this would be a neater approach for template generation, and it wouldn't be much work, using [lua-haml](https://github.com/norman/lua-haml). The implementation would consist of the `features/haml.moon`...
Hello. While trying to move one of my projects over from Moonscript to MoonPlus, I tried to do the following: ```moon readFile "example.txt" |> (_) -> extract _, language, {}...
Trying to use `export` within a scope (not in root) will throw a compile error. Recently I tried to export a function based on platform, like this: ```moon if IS_WINDOWS...
In lua, you can have a script such as: ```lua for k, v in pairs {...} do print k, v end -- or -- for k, v in pairs arg...
eeeee Ee eeeEEEEEeeeeeEEEeEEe Eeee Eee eeEEE EEEeeEe e.moon
For some reason, Sirocco has stopped working for me in a script that used to work. Might be due the fact that I'm running it on Alpine on WSL, and...
es_ES: Español de España (Castellano) I created a .lang file for es_ES, it's my native language, so I thought I could do it. Although untested, it should work fine, just...
I am looking to use lpath in my own project. Upon testing, I found that the wildcards didn't work as I would expect them to. If I do `fs.glob "./*"`,...
Is it possible to integrate lapis-community, even if it takes a small amount of work, with other projects? There is no documentation, and it would be a great benefit to...