JCL Help:TExprCompileParser
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TExprCompileParser Class
[+] JclExprEval.pas Classes
[+] TExprCompileParser Methods
[+] TExprCompileParser Properties
Search in JCL Help
Search in all projectsClass 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
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