/Infix-expression-calculator

Simple Objective-C implementation of the shunting yard algorithm (convert an infix expression to postfix notation), plus a RPN calculator to compute the resulting postfix expressions.

Primary LanguageObjective-C

Watchers