PhpSqlAsp.com RPN Interpreter (NEW)

RPN INTERPRETER IN PHP

PHP Class for writing RPN(Reverse Polish Notation) interpreters. It can be used for Interpreting RPN commands like

2 12 +
8 - 9 *
5 / 78 5 + -
25 10 * 50 +
DUP *
SWAP -
23 50 < IF + * then 40 +