simple lisp interpreter A very simple math lisp interpreter in Rust. lisp> (+ 1 2) Number(3) lisp> (- (+ (/ 100 5) (* 2 6)) 10) Number(22)