A simple interpreter written in Rust.
Based on tutorials from Ruslan Spivak
This is a simple interpreter which can do basic math for now.
Project is created with:
- Rustc: 1.63.0 (4b91a6ea7 2022-08-08)
To run this project you must have cargo(Rust package manager) installed
$ cd Rusterp
$ cargo run -r