Skip to content

lowlevelguy/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

CLI calculator based on the Shunting Yard algorithm.

Supports arithmetic expressions involving +, -, *, /, ^ operators, as well as parentheses. Non-integer operands are unsupported.

Use exit to exit the program.

About

Basic CLI calculator using the Shunting Yard Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages