Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 847 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 847 Bytes

BasicCalculator

Basic calculator which can evaluate multiple operations and PEMDAS.

Test one

Test two

What is the point of this release?

To provide a basic calculator with PEMDAS implemented for people who would like to use it in their projects.

It is also for the purpose of teaching beginners an easy way to get into compiler theory.

How can I import this in my own project?

Just copy the "calculator" folder to wherever you want. Once you have that, include the "calculator.hpp" file and then call calculator_t::calculate with your equation.

Extra

If you need help understanding this project reach out to me for help.