1 repository on SrcLog
This is a stack-based evaluator, that is, a calculator that uses the stack data structure and performs calculation expression evaluations in O(n) time.