A simple mathematical expression parser and evaluator.
SEE is a console app written in C++. It supports evaluation of all basic mathamatical operations following the PEDMAS rule. It can detect variables in the expression and will prompt for values during the time of evaluation.
- CMake version 3.8 or above
- Visual Studio 2017 or above (for building in Windows)
-
Clone the repo.
-
Simply open Visual Studio and build the project. Make sure you have CMake installed with Visual Studio. The executable will be available inside the /out/build/ folder created at the root level of the repo.