Skip to content

Commit a841a39

Browse files
committed
2 parents 519024e + 9b970a4 commit a841a39

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# BasicCalculator
2+
Basic calculator which can evaluate multiple operations and PEMDAS.<br>
3+
![Test one](https://cdn.discordapp.com/attachments/1126338503345709178/1149441149732405258/image.png)<br>
4+
![Test two](https://cdn.discordapp.com/attachments/1126338503345709178/1149439811954946178/image.png)
5+
6+
## What is the point of this release?
7+
To provide a basic calculator with PEMDAS implemented for people who would like to use it in their projects.<br>
8+
It is also for the purpose of teaching beginners an easy way to get into compiler theory.<br>
9+
10+
## How can I import this in my own project?
11+
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.
12+
13+
## Extra
14+
> If you need help understanding this project reach out to me for help.

0 commit comments

Comments
 (0)