Parser of Expression Grammar
Package:
Summary:
Evaluate expressions in Reverse Polish Notation
Groups:
Author:
Description:
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.
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.
Comments are closed.