moonscript icon indicating copy to clipboard operation
moonscript copied to clipboard

:crescent_moon: A language that compiles to Lua

Results 118 moonscript issues
Sort by recently updated
recently updated
newest added

Hi :hugs: Just discovered this project, awesome ^-^ [Textadept](https://github.com/leafo/moonscript-textadept/actions), Emacs [1](https://github.com/k2052/moonscript-mode) [2](https://github.com/hlissner/emacs-flycheck-moonscript) and [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=vgalaktionov.moonscript) are not listed, despite their existence. They are not shown on the [homepage](https://moonscript.org/#extras-and-addons). :)

I've tried to split this up across commits to make it a bit easier to follow, but most of the changes are in the last few, as they're fairly heavily...

Please consider these three expressions: 1. `@\foo bar, @baz` 2. `@foo bar, @baz` 3. `@.foo bar, @baz` Currently 1 and 2 both compile into `self:foo(bar, self.baz)` while 3 compiles into...

Hi, How can I use lua's `load` function in moonscript ? And does it work with a moonscript string only with lua string? I have found related issue on this...

Hello I'm just discovering moonscript and it's a beautiful language ! big big kuddos ! I'm looking at a way to self document my function in moonscript so I can...

According to the output of `moonc -h`, supplying the option `-` (and no other option) is supposed to read from stdin and output to stdout, but this doesn't seem to...

`moonc` currently tells argparse to expect `-`, but actually checks for `--` on the cli, which breaks `moonc -`; this PR fixes this and forces `-` to be the only...

You can use [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme).