Math Interpreter A simple math interpreter made in Rust. How to Use It opens a REPL which you can use to type expressions. It supports 4 binary operations (+, -, *, /) and 2 unary ones (+, -).