hnock

A Nock interpreter.
Log | Files | Refs | README | LICENSE

commit a02cad42cf5bea48757cca48444e9dca17acc069
parent 6971fa430951247ca8a86564891c72c185ac9ae0
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri,  1 Feb 2019 05:01:59 +1300

Update README, CHANGELOG. [ci skip]

Diffstat:
MCHANGELOG | 3+++
MREADME.md | 6++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.2.1 (2019-02-01) + Use 'Integer' rather than 'Int' for Atoms. + - 0.2.0 (2019-01-30) Misc upgrades to support Nock 4K. diff --git a/README.md b/README.md @@ -48,4 +48,10 @@ the `nock` function: Use a simple `stack test` to run the test suite. +## See Also + +* [A Nock Interpreter][anin] + [nock]: https://urbit.org/docs/learn/arvo/nock/definition/ +[anin]: https://jtobin.io/nock +