Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chamini2/sapphire
- Owner: chamini2
- License: bsd-3-clause
- Created: 2014-02-12T23:17:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T18:33:51.000Z (over 6 years ago)
- Last Synced: 2024-04-29T18:12:05.380Z (7 months ago)
- Topics: compiler, haskell, programming-language
- Language: Haskell
- Homepage:
- Size: 2.56 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```