repl_framework 0.1.7

A crate to easily create simple repls and interpreters
Documentation
repl_framework-0.1.7 has been yanked.

repl_framework

An easy to use repl creation tool

quickstart

use repl_framework::Repl;
fn main() {
    
}