https://github.com/chamini2/sapphire
Sapphire programming language
https://github.com/chamini2/sapphire
compiler haskell programming-language
Last synced: 9 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T18:33:51.000Z (almost 8 years ago)
- Last Synced: 2024-04-29T18:12:05.380Z (over 1 year 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
```