A Reverse Polish notation calculator in modern C++17 with unittests
mkdir build
cmake . -Bbuild
cd build
make
cd .. ./build/cppstack -e "8 2 5 x + 1 3 2 x + 4 - /"
./build/cppstack -hTo manually run them (after build)
./build/tests