1 /* BEGIN INCLUDE FILE ..... mrds_dsl_tables.incl.pl1 .....
 2 
 3 
 4 SCANNER AND PARSER TABLES FROM SEGMENT
 5           >udd>auto>Hergert>mrds_dsl.grammar
 6 
 7    Generated by: Hergert.AUTO.a using LALR 7.3f of Tuesday, January 19, 1988
 8    Generated at: Honeywell Bull, Phoenix AZ, SysM
 9    Generated on: 06/27/88  1513.8 edt Mon
10    Generated from: >udd>auto>Hergert>mrds_dsl.lalr */
11 
12 
13 /****^  HISTORY COMMENTS:
14   1) change(87-11-23,Hergert), approve(88-06-28,MCR7903),
15      audit(88-06-28,Dupuis), install(88-08-01,MR12.2-1073):
16      Created for for new parser.
17                                                    END HISTORY COMMENTS */
18 
19 dcl 1 mrds_dsl_tables$terminals_hash_list external static,
20     2 terminals_hash_list_size fixed bin,
21     2 terminals_hash_list (0:1020) fixed bin (12) unsigned unaligned;
22 
23 dcl 1 mrds_dsl_tables$terminals_list external static,
24     2 terminals_list_size fixed bin,
25     2 terminals_list (74),
26       3 link fixed bin (18) unsigned unaligned,
27       3 position fixed bin (18) unsigned unaligned,
28       3 length fixed bin (18) unsigned unaligned,
29       3 code fixed bin (18) unsigned unaligned;
30 
31 dcl 1 mrds_dsl_tables$terminal_characters external static,
32     2 terminal_characters_length fixed bin,
33     2 terminal_characters char (488);
34 
35 dcl 1 mrds_dsl_tables$dpda external static,
36     2 dpda_size fixed bin,
37     2 dpda (1766),
38       3 (v1, v2) fixed bin (17) unaligned;
39 
40 dcl 1 mrds_dsl_tables$skip external static,
41     2 skip_size fixed bin,
42     2 skip (2),
43       3 (v1, v2) fixed bin (17) unaligned;
44 
45 dcl 1 mrds_dsl_tables$production_names external static,
46     2 production_names_size fixed bin,
47     2 production_names (169) fixed bin (17) unaligned;
48 
49 dcl 1 mrds_dsl_tables$variables_list external static,
50     2 variables_list_size fixed bin,
51     2 variables_list (75),
52       3 (position, length) fixed bin (18) unsigned unaligned;
53 
54 dcl 1 mrds_dsl_tables$variable_characters external static,
55     2 variable_characters_length fixed bin,
56     2 variable_characters char (1076);
57 
58 dcl 1 mrds_dsl_tables$object_def aligned external static,
59     2 version char (8) aligned,
60     2 terminals_hash_list_offset fixed bin,
61     2 terminals_list_offset fixed bin,
62     2 terminal_characters_offset fixed bin,
63     2 dpda_offset fixed bin,
64     2 skip_offset fixed bin,
65     2 standard_prelude_offset fixed bin,
66     2 production_names_offset fixed bin,
67     2 variables_list_offset fixed bin,
68     2 variable_characters_offset fixed bin,
69     2 semantics_vector_offset fixed bin;
70 
71 /*   END INCLUDE FILE ..... mrds_dsl_tables.incl.pl1 ..... */