Stack-based calculator using postfix notation for command-line arithmetic
Command-line, stack-based calculator with postfix notation
clac
$ clac 5 3 +
$ clac 10 5 + 2 *
$ clac 100 4 / 3 *