|
|
||||||||
|
|
Building a Parser with ProGrammar ProGrammar divides the overall task of building a parser into two distinct phases. The first phase is defining the grammar, which is done in the visual IDE. The second phase involves calling the parse engine from your application, in order to parse data and process the results. This separation of tasks is important because it allows you to focus entirely on the process of defining a grammar-until you get it right-before writing application-specific code. In fact, by the time your application calls the parser, most of the work will already have been accomplished in the visual environment. Typically, your program needs only to pull the data that it requires from a parse tree. The following steps are involved in building and using a parser:
|
|||||||
|
For comments or questions about this site, please contact webmaster@programmar.com Copyright © 1998-2008 NorKen Technologies, Inc. All rights reserved. |
||||||||