Add linter for Inko

This adds a linter for Inko (https://inko-lang.org/). The linter makes
use of Inko's own compiler, and a newly introduced --check flag to only
check for errors; instead of also compiling source code.
This commit is contained in:
Yorick Peterse
2020-10-29 18:27:27 +01:00
parent 557a1ed5da
commit 8375ee2766
11 changed files with 174 additions and 0 deletions

View File

@@ -222,6 +222,8 @@ formatting.
* [idris](http://www.idris-lang.org/)
* Ink
* [ink-language-server](https://github.com/ephread/ink-language-server)
* Inko
* [inko](https://inko-lang.org/) :floppy_disk:
* ISPC
* [ispc](https://ispc.github.io/) :floppy_disk:
* Java