Directory polish.

- Parsing/lexing a simple language of mathematical expressions.

- Perform a simple treatment on abstract syntax trees; namely computing the
  reverse polish version of the classical algebraic notation of mathematical
  expressions.

To compile it:

. ./compile

To clean it:

. ./clean

To run it:

. ./polish -s "1 + 2"
