/infix-to-rpn

Implementing a parser that transforms expressions in infix notation into keystrokes for evaluation on an RPN calculator.

Primary LanguageC++

Infix To RPN

Implementation of a C++ "parser" that takes expressions in infix notation and transforms it into a sequence of keystrokes for evaluation on an RPN calculator.