libCalculator

Extensible stack-based calculator primarily in library form

View the Project on GitHub nekenyu/libCalculator

Welcome to libCalculator

This is an extensible stack-based calculator primarily in library form.

This was designed around supporting both variables and numbers, as well as potentially other types. This required a generic stack. To read, evaluate, type convert, and prevent dereferencing variables, the StackIterator class and its assocated operator>> methods were created.

Authors and Contributors

The author is Jonathan Seng (@nekenyu).

There are currently no other contributors.

Documentation

Documentation can be found in doc/.