1 04/25/85  plist_dpda
 2 
 3 Syntax:  plist_dpda result_file_path {control_args}
 4 
 5 
 6 Function:  produces a listing of the DPDA extracted from the
 7    result file of a previous LALR generation.
 8 
 9 
10 Arguments:
11 result_file_path
12    is the pathname of the result file from a previous LALR
13    generation from which the DPDA is to be extracted.  The
14    grammar suffix is assumed if not supplied.  This argument may
15    be an archive component pathname.
16 
17 
18 Control arguments:
19 -line_length N, -ll N
20    causes the listing to be prepared with lines no longer that N
21    characters.  If this control argument is not given, a line
22    length of 136 characters is assumed.
23 
24 
25 Notes:
26 If the result file used is named X.grammar, the listing produced
27 will be placed in a segment named X.p.list in the working
28 directory.
29 
30 The listing is presented in the notation of Dijkstra
31 [Bibliography item 19 in the LALR Manual].