hyoka 0.1.5

Generic REPL that can be configured to do pretty much anything you want.
Documentation
1
2
3
4
5
6
7
8
# hyoka

[![Crate](https://img.shields.io/crates/v/hyoka.svg)](https://crates.io/crates/hyoka)

Rust library for anyone that wants to implement their own REPL programs.
I created this library while I was following this tutorial some anon suggested [Build Your Own Lisp](http://www.buildyourownlisp.com/).

See [examples](./examples) to see how to use it.