This section describes entire procedure of creating a working parser including writing grammar, generating parser and integrating code into target application.
Example in this chapter covers only the very basic steps necessary to create a working parser. Building a production parser requires setting many options controlling the way parser is generated and integrated into the application.