Skip to content

ogzhanolguncu/rust-stack-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages