Units documentation

rpparser.pas

Description

This unit implements the expression parser, it divides a expression in tokens of diferent types (strings, numbers, operators, identifiers)

Components and classes

Name Base class Description
TRpParser TObject Implementation of parser object