ogzhanolguncu / rust-stack-calculator

Stack based calculator written in Rust with infix to postfix conversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stack based calculator written in Rust

Stack calculator that takes in infix operation like "2 + 6" this, and then turns it into postfix like "2 6 +". Then finally makes the actual calculation.

About

Stack based calculator written in Rust with infix to postfix conversion


Languages

Language:Rust 100.0%