Units documentation - rpparser.pas
Units documentation
rpparser.pas
Description
This unit implements the expression parser, it divides a expression in tokens of different types (strings, numbers, operators, identifiers)
Components and classes
| Name | Base class | Description |
| TRpParser | TObject | Implementation of parser object |