jtauber / pynock

An implementation of Nock in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pynock

An implementation of Nock in Python

Based on Crash course in Nock which declares "The best way to learn Nock is to read the spec and write your own naive interpreter." So I did :-)

See nock.py for the first attempt.

nock.md contains some hopefully helpful explanations about the details of Nock.

About

An implementation of Nock in Python

License:MIT License


Languages

Language:Python 100.0%