PHP Classes / Parser of Expression Grammar

Evaluate expressions in Reverse Polish Notation

Parser of Expression Grammar PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags