Extensible stack-based calculator primarily in library form
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.
The author is Jonathan Seng (@nekenyu).
There are currently no other contributors.
Documentation can be found in doc/.