An open API service indexing awesome lists of open source software.

https://github.com/slava0135/stella-type-check


https://github.com/slava0135/stella-type-check

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

## Stella TypeCheck

Typechecker for [Stella](https://fizruk.github.io/stella/) written in Scala

## Build

Latest build is available in Actions

To build locally:

```sh
sbt assemble
```

Jar file will be generated in `target/`

## Test

To run all tests:

```sh
sbt test
```

To run specific test (error tag / test name):

```sh
sbt test -n test_to_include -l test_to_exclude
```

## Run

Typecheck specific file:

```sh
sbt run file
```