Internal of Grapnel Compiler

Classes of GRP parser

If you are going to write a program which handles GRP files and processes them, you can use parser part of the Grapnel Compiler. This part is separated in a class library. Relation graph of the classes is presented in two forms:

Data structures

GRP parser reads GRP file and builds up internal data structures to represent GRP file. You can see what kind of lists and other structures are built and which class the data elements belong to. All of this is described in "Data Structures of GRP Parser". It contains several tips how can you use the GRP parser library.

In this chapter of the documentation you can also found information about:


Back to Grapnel Compiler.