cang 0.1.0

A coin based interpeter
Documentation
1
2
3
4
5
6
use cang::Repl;

fn main() {
    let mut repl = Repl::new();
    repl.run();
}