DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
yacc

Running the parser

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.


Next topic: Parser operation
Previous topic: Using make

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003