A simple math expression parser written in Rust
-
Clone the repo:
git clone https://github.com/shivrm/mathrs
-
Navigate to the folder
cd mathrs
-
Compile and run
cargo run
- Type in a math expression.
- The program will print out the value, or errors, if any
- Type 'q' to quit.