View on GitHub

TextCalculation

Calculator with words

TextCalculation

CircleCI Build Status

Basically, it will take in text instructions for calculation. The calculator with alphabets if you would.

Compatibility

Instructions

You will need Oracle JDK installed in your computer. There is no fancy UI in this but rather just a command line tool.

  1. Open up “input” file (or create a new empty file)
  2. Put in the instructions you want to calculate. For example two plus five
  3. Type ant execute into command line when in this folder (wherever you put it).
  4. There you have it! The answer is in the command line!

Input file

Note : This is something really basic and random that I came up with when I was stuck at the airport for a long layover. Do not expect this to be a fully functional program.