Rust tiny interpreter A tiny lisp compiler written in rust. I'm porting the implementation from Super Tiny Compiler for fun. I didn't want a c compiled program, and instead made an interpreter (multiply 2 (add 4 6)) 20