Skip to content

zoobaer/zcalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zcalculator

An implementation of a simple calculator. It can evaluate expressions containing the four main arithmetic operations and parentheses. It achieves these through operator precedence.

Note

The main reference which was used with this project was 'Programming: Principles and Practice Using C++' by Bjarne Stroustrup. It taught important concepts such as parsing, expression evaluation, grammer, and more.

Demo

demo

About

An implementation of a simple calculator. It can evaluate expressions containing the four main arithmetic operations and parentheses. It achieves these through operator precedence.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages