Infix-to-postfix A Yacc program to create a parser which prints postfix of an arithmetic expression. How to run $ bison -d intop.y $ flex intop.l $ gcc itop.tab.c -o itop $ ./itop