/postfix-calculator

Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.

Primary LanguageJava

postfix-calculator

Simple command line postfix calculator. Demonstrates an object-oriented approach to parsing and handling expressions.

Compiling and running

Compile with

javac PostfixCLI.java

And run with

java PostfixCLI