JCL Help:TExprCompileParser

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

TExprCompileParser


Summary

A compiling parser.


Pascal

 public TExprCompileParser = class(TObject);


Description

This is a compiling parser. It analyses the input stream of tokens from its lexer using a grammar and builds a graph of nodes that contains enough information to be converted into a high-speed evaluation structure, or possibly even machine code.
The key methods are Create and Compile.


See Also

TExprEvalParser TExprLexer TExprSym


About

Unit

JclExprEval


Navigation

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page