/Java-RPNStacker

A simple RPN stacker for computing postfix arithmetic with integers.

Primary LanguageJavaMIT LicenseMIT

Instructions:

  1. cd to the src directory
  2. Compile the Main.java file (javac Main.java)
  3. Run the compiled program while passing a text file with the expression as argument, e.g. java Main ../Calc1.stk.
  4. If the syntax in the text file is correct, the result will be printed.