Go to the first, previous, next, last section, table of contents.


Invoking gp

GP does not share any of the options common to the compiler, resolver, and interface generator, since gp was written in TOM; it isn't a TOM tool strictly speaking as it involves transforming its input language into TOM.

gp [options] input-file

GP reads the input-file and emits its output to stdout.

In addition to the options provided by the standard environment, GP understands the following options:

-d
Output a trace of the running gp parser to [stdio err].
-o file
Output to file instead of [stdio out].
-v
Be verbose. This reports the number of lines in the input file.


Go to the first, previous, next, last section, table of contents.