| | Spartanburg SC | GoUpstate.com | Spartanburg Herald-Journal (Site not responding. Last check: 2007-10-10) |
 | | In postfix notation the operators follow their operands; for instance, to add three and four one would write "3 4 +" rather than "3 + 4". |
 | | Interpreters of postfix notation are stack-based; that is, operands are pushed onto a stack, and when an operation is performed, its operands are popped from a stack and its result pushed back on. |
 | | Most Operator-precedence parsers can be modified to produce postfix expressions; in particular, once an abstract syntax tree has been constructed, the corresponding postfix expression is given by a simple post-order traversal of that tree. |
| www.goupstate.com /apps/pbcs.dll/section?category=NEWS&template=wiki&text=reverse_polish_notation (1240 words) |