A calculator project that parses formulae in Polish Notation.
- Polish Notation parsing
- variable support
- sine function
- command line interface
- unit tests
The project is built with CMake. To build it run
cmake -B build
cmake --build buildThen run the binary with
./build/PolNot-CalculatorType help to see available commands.
Run unit tests with
./build/PolNot-Calculator-Tests