Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rybla/nock-hs
https://github.com/rybla/nock-hs
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rybla/nock-hs
- Owner: rybla
- License: bsd-3-clause
- Created: 2022-07-20T22:53:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T22:53:26.000Z (over 2 years ago)
- Last Synced: 2024-03-07T06:44:05.696Z (8 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nock-hs
A [nock](https://developers.urbit.org/reference/nock/definition) interpreter
written in Haskell, along with a few example formulas (e.g. `inc` and
`dec`).- `src/Nock.hs`: the Nock interpreter and some example formulas
- `test/Spec.hs`: the QuickCheck tests for interpreting the example formulas