Calculator
This is a very simple calculator programmed in Rust.
It takes in a string infix input and converts it to a postfix expression before evaluating it.
TODO
- [x] Get it working
- [x] Unary and binary subtraction
- [ ] Handle user input error
![]() |
index : simple-calculator | |
| A simple calculator written in Rust. |
| aboutsummaryrefslogtreecommitdiff |
This is a very simple calculator programmed in Rust.
It takes in a string infix input and converts it to a postfix expression before evaluating it.