You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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
9
10
10
## How can I import this in my own project?
11
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.
0 commit comments