syntastic icon indicating copy to clipboard operation
syntastic copied to clipboard

Add support for `moonc -l`?

Open RyanSquared opened this issue 9 years ago • 2 comments

moonc is the official MoonScript compiler and comes with a builtin linter. Any chance of supporting it?

RyanSquared avatar Nov 27 '16 01:11 RyanSquared

Despite various setbacks happening IRL, I am, actually, doing my best to finish the support for async checks (cf. #699). I won't be adding any new checkers for the time being.

Aside from that, adding a checker for MoonScript linting would be pretty straightforward. Making it cope with syntax errors though might well prove impossible. shrug

lcd047 avatar Nov 28 '16 05:11 lcd047

Making it cope with syntax errors though might well prove impossible.

True that. It honestly might've been easier to just use the parser internally as a Vim plugin, but that would probably be a lot harder than just figuring out where the linter errors.

RyanSquared avatar Nov 28 '16 15:11 RyanSquared