Basic calculator which can evaluate multiple operations and PEMDAS.
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.
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.
If you need help understanding this project reach out to me for help.