Basic stack machine with POP, PUSH, DUP, +, -, *, CLEAR, and SUM operations.
Current implementation passes all tests. Testing is comprised of unit tests for each aforementioned operation/function and a range of acceptance tests which test specific sequences of operations.