Any polish notation converter ?

Hello,

I downloaded some programs from the net to convert infix to postfix and prefix notation. (Polish Notation and Reverse Polish Notation).

But they doesn`t show the result.

I want to convert for example 8-3*4+2 to prefix +-8*342 and to show stack representation if possible. Also to be able to handle unary operators such as not and or equal etc.


Anyone can help me ? Thanks!
Last edited on
Topic archived. No new replies allowed.