hnock: A Nock interpreter.
A Nock interpreter.
From the shell, simply pipe Nock expressions into the hnock executable:
$ echo '*[[[4 5] [6 14 15]] [0 7]]' | hnock [14 15]
For playing around in GHCi, import the Nock library and use hnock to parse and evaluate Nock expressions:
*Nock> hnock "*[[[4 5] [6 14 15]] [0 7]]" [14 15]
To evaluate raw nock Nouns, i.e. to compute nock(a) for some noun a, use the
nock
function:
*Nock> let expression = hnock "[[[4 5] [6 14 15]] [0 7]]" *Nock> expression [[[4 5] [6 [14 15]]] [0 7]] *Nock> nock expression [14 15]
[Skip to Readme]
Downloads
- hnock-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.4.0 |
---|---|
Change log | CHANGELOG |
Dependencies | base (>=4.12 && <5), hnock, parsec (>=3.1.13.0 && <3.2), text (>=1.2.3.0 && <1.3) [details] |
License | MIT |
Author | Jared Tobin |
Maintainer | jared@jtobin.io |
Category | Language |
Home page | https://github.com/jtobin/hnock |
Source repo | head: git clone https://github.com/jtobin/hnock |
Uploaded | by JaredTobin at 2019-10-01T17:27:56Z |
Distributions | |
Executables | hnock |
Downloads | 772 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-10-01 [all 1 reports] |