|
|
The resulting executable file accepts input from the standard
input.
If, for example, the data to be parsed is in a file called textin,
it can be processed using the following
command line:
a.out < textin
The parser's output is sent to the standard output. This can be captured in a file.