aboutsummaryrefslogtreecommitdiff

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