I wrote this originally some time ago. Mostly for my own amusement. It converts from infix to postfix notation.
I expect most of our readers know what these are but for the benefits of completeness infix is a functional notation we humans use for instance in mathematics where the operator sits in between the operands. Example:
(8 * 5) / 4