calc A simple calculator implemented in C Uses the shunting-yard algorithm to translate expressions into RPN, then evaluates the output using a stack. TODO Basic trig functions User defined functions Strings Variables