Unit 'fpexprpars' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

Reference for unit 'fpexprpars'

Provides expression parsing with support for variables, functions, and mathematical operations

uses

  System,

  Classes,

  sysutils,

  Contnrs;

  

Various general purpose classes: stack, queue, objectlists.

Overview

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.


Documentation generated on: Dec 15 2025