Provides expression parsing with support for variables, functions, and mathematical operations
uses |
||
|
Various general purpose classes: stack, queue, objectlists. |
This unit implements an expression parser and evaluator that supports a wide variety of data types, mathematical operations, and built-in functions. It provides the infrastructure for parsing and evaluating mathematical expressions with support for variables, functions, and complex data types.
The parser supports the following features:
The unit is designed to be extensible, allowing custom functions and variables to be registered with the parser for specialized applications.