Skip to content

hermanbr/commandline_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commandline_calc

Calculator that works in terminal. Idea is to have a "bash" type calculator, where user can type "calc " in terminal, and get the sum.

Uses the Shunting Yard Algorithm to change expression from prefix to Reversen Polish Notation, which makes it easier to use the correct priority of the operations.

Resources used

text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published