1 04/25/85 print_parser_info, ppi
2
3 Syntax: print_parser_info result_file_path control_args
4
5
6 Function: prints selected items of information for the specified
7 LALR generated result segment.
8
9
10 Arguments:
11 result_file_path
12 is the pathname of the result file. The grammar suffix is
13 assumed if not supplied. This argument may be an archive
14 component pathname.
15
16
17 Control arguments:
18 -header, -he
19 prints the header. Default
20 -long, -lg
21 prints more information when the header is printed.
22 Additional information includes a listing of source files used
23 to generate the result file. The severity is also printed if
24 it is nonzero.
25 -no_header
26 does not print the header.
27 -short, -sh
28 does not print the extra information described above for the
29 -long control argument. Default