This class can be used to evaluate expressions in Reverse Polish Notation (RPN).
It can take a string with an expression using RPN and parse it to evaluate its result.
The class supports constants, functions, operators, custom functions, custom operators.
|
|
| Name: |
Parser of Expression Grammar |
| Base name: |
peg_util |
| Description: |
Evaluate expressions in Reverse Polish Notation |
| Version: |
0.7 |
| PHP version: |
4.2.3 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
254 users |
| All time rank: |
6364 |
| Week users: |
0 users |
| Week rank: |
2150  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
peg_util.php |
Class |
A Parser of Expression Grammar using Reverse Polish Notation |