"http://www.w3.org/TR/html4/loose.dtd"> >

Part IV
Internal structure of TPG for the curious


11 Structure of the package
 11.1 General structure of the package
12 Lexer
 12.1 Token matching
13 Parser
 13.1 Interface with the lexer
 13.2 Sequences of subexpressions
 13.3 Alternatives between subexpressions
 13.4 Repetitions
14 Code generation
 14.1 Inheritance
 14.2 Lexer
 14.3 Parser