Go to the first, previous, next, last section, table of contents.
gps
The classes generated by gp
depend on the TOM unit gps
.
This name is short for `gp
skeleton'. The gps
unit
contains the following classes:
Parser
gp
-generated parser. It
contains the machinery for reporting errors and warnings, interacting
with the lexer, tracing a parser's operation, etc.
Lexer
Parser
.
SkeletonLexer
Lexer
, this class provides a skeleton for real
lexers, including important instance variables and part of the interface
defined by Lexer
.
StreamLexer
SkeletonLexer
, the StreamLexer
is provided as
a handy superclass for lexers that read from an InputStream
, as
will almost all lexers do.
FileElement
FileElement
objects).
Go to the first, previous, next, last section, table of contents.