/libCalculator

Extensible stack-based calculator primarily in library form

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Calculator

License is located in LICENSE.

Code, documentation, examples and test are built with: make build

Documentation is stored in dox/ in doxygen markup style or can be viewed as built by doxygen.

Dependencies:
- googletest -- https://github.com/google/googletest
  - git clone in directory next to this directory, or update Make/Makefile.googletest.incl
  - build googletest (including googlemock)