Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chamini2/sapphire

Sapphire programming language
https://github.com/chamini2/sapphire

compiler haskell programming-language

Last synced: about 4 hours ago
JSON representation

Sapphire programming language

Awesome Lists containing this project

README

        

# Sapphire

# Build

To build, use [The Haskell Tool Stack](https://haskellstack.org/):

## Local installation

```
stack install
```

## Running tests

To test once, do

```
stack test
```

To have a watcher for file changes while developing, do

```
stack test --file-watch
```