|
|
@@ -79,22 +79,23 @@
|
|
|
KW_FLOAT64 = 272,
|
|
|
KW_STRING = 273,
|
|
|
KW_BLOB = 274,
|
|
|
- KW_INT8ARRAY = 275,
|
|
|
- KW_INT16ARRAY = 276,
|
|
|
- KW_INT32ARRAY = 277,
|
|
|
- KW_UINT8ARRAY = 278,
|
|
|
- KW_UINT16ARRAY = 279,
|
|
|
- KW_UINT32ARRAY = 280,
|
|
|
- KW_UINT32UINT8ARRAY = 281,
|
|
|
- KW_MOL = 282,
|
|
|
- KW_REQUIRED = 283,
|
|
|
- KW_BROADCAST = 284,
|
|
|
- KW_P2P = 285,
|
|
|
- KW_RAM = 286,
|
|
|
- KW_DB = 287,
|
|
|
- KW_CLSEND = 288,
|
|
|
- KW_CLRECV = 289,
|
|
|
- KW_OWNSEND = 290
|
|
|
+ KW_BLOB32 = 275,
|
|
|
+ KW_INT8ARRAY = 276,
|
|
|
+ KW_INT16ARRAY = 277,
|
|
|
+ KW_INT32ARRAY = 278,
|
|
|
+ KW_UINT8ARRAY = 279,
|
|
|
+ KW_UINT16ARRAY = 280,
|
|
|
+ KW_UINT32ARRAY = 281,
|
|
|
+ KW_UINT32UINT8ARRAY = 282,
|
|
|
+ KW_MOL = 283,
|
|
|
+ KW_REQUIRED = 284,
|
|
|
+ KW_BROADCAST = 285,
|
|
|
+ KW_P2P = 286,
|
|
|
+ KW_RAM = 287,
|
|
|
+ KW_DB = 288,
|
|
|
+ KW_CLSEND = 289,
|
|
|
+ KW_CLRECV = 290,
|
|
|
+ KW_OWNSEND = 291
|
|
|
};
|
|
|
#endif
|
|
|
#define INTEGER 258
|
|
|
@@ -114,22 +115,23 @@
|
|
|
#define KW_FLOAT64 272
|
|
|
#define KW_STRING 273
|
|
|
#define KW_BLOB 274
|
|
|
-#define KW_INT8ARRAY 275
|
|
|
-#define KW_INT16ARRAY 276
|
|
|
-#define KW_INT32ARRAY 277
|
|
|
-#define KW_UINT8ARRAY 278
|
|
|
-#define KW_UINT16ARRAY 279
|
|
|
-#define KW_UINT32ARRAY 280
|
|
|
-#define KW_UINT32UINT8ARRAY 281
|
|
|
-#define KW_MOL 282
|
|
|
-#define KW_REQUIRED 283
|
|
|
-#define KW_BROADCAST 284
|
|
|
-#define KW_P2P 285
|
|
|
-#define KW_RAM 286
|
|
|
-#define KW_DB 287
|
|
|
-#define KW_CLSEND 288
|
|
|
-#define KW_CLRECV 289
|
|
|
-#define KW_OWNSEND 290
|
|
|
+#define KW_BLOB32 275
|
|
|
+#define KW_INT8ARRAY 276
|
|
|
+#define KW_INT16ARRAY 277
|
|
|
+#define KW_INT32ARRAY 278
|
|
|
+#define KW_UINT8ARRAY 279
|
|
|
+#define KW_UINT16ARRAY 280
|
|
|
+#define KW_UINT32ARRAY 281
|
|
|
+#define KW_UINT32UINT8ARRAY 282
|
|
|
+#define KW_MOL 283
|
|
|
+#define KW_REQUIRED 284
|
|
|
+#define KW_BROADCAST 285
|
|
|
+#define KW_P2P 286
|
|
|
+#define KW_RAM 287
|
|
|
+#define KW_DB 288
|
|
|
+#define KW_CLSEND 289
|
|
|
+#define KW_CLRECV 290
|
|
|
+#define KW_OWNSEND 291
|
|
|
|
|
|
|
|
|
|
|
|
@@ -201,7 +203,7 @@ typedef int YYSTYPE;
|
|
|
|
|
|
|
|
|
/* Line 214 of yacc.c. */
|
|
|
-#line 204 "y.tab.c"
|
|
|
+#line 206 "y.tab.c"
|
|
|
|
|
|
#if ! defined (yyoverflow) || YYERROR_VERBOSE
|
|
|
|
|
|
@@ -300,20 +302,20 @@ union yyalloc
|
|
|
/* YYFINAL -- State number of the termination state. */
|
|
|
#define YYFINAL 3
|
|
|
/* YYLAST -- Last index in YYTABLE. */
|
|
|
-#define YYLAST 79
|
|
|
+#define YYLAST 80
|
|
|
|
|
|
/* YYNTOKENS -- Number of terminals. */
|
|
|
-#define YYNTOKENS 46
|
|
|
+#define YYNTOKENS 47
|
|
|
/* YYNNTS -- Number of nonterminals. */
|
|
|
#define YYNNTS 26
|
|
|
/* YYNRULES -- Number of rules. */
|
|
|
-#define YYNRULES 77
|
|
|
+#define YYNRULES 78
|
|
|
/* YYNRULES -- Number of states. */
|
|
|
-#define YYNSTATES 101
|
|
|
+#define YYNSTATES 102
|
|
|
|
|
|
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
|
|
|
#define YYUNDEFTOK 2
|
|
|
-#define YYMAXUTOK 290
|
|
|
+#define YYMAXUTOK 291
|
|
|
|
|
|
#define YYTRANSLATE(YYX) \
|
|
|
((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
|
|
|
@@ -325,15 +327,15 @@ static const unsigned char yytranslate[] =
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
- 41, 42, 45, 2, 40, 2, 2, 43, 2, 2,
|
|
|
- 2, 2, 2, 2, 2, 2, 2, 2, 39, 36,
|
|
|
- 2, 44, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
+ 42, 43, 46, 2, 41, 2, 2, 44, 2, 2,
|
|
|
+ 2, 2, 2, 2, 2, 2, 2, 2, 40, 37,
|
|
|
+ 2, 45, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
- 2, 2, 2, 37, 2, 38, 2, 2, 2, 2,
|
|
|
+ 2, 2, 2, 38, 2, 39, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
@@ -350,7 +352,7 @@ static const unsigned char yytranslate[] =
|
|
|
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
|
|
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
|
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
|
|
- 35
|
|
|
+ 35, 36
|
|
|
};
|
|
|
|
|
|
#if YYDEBUG
|
|
|
@@ -364,47 +366,48 @@ static const unsigned char yyprhs[] =
|
|
|
86, 90, 94, 100, 102, 105, 107, 109, 111, 115,
|
|
|
117, 119, 121, 123, 127, 131, 135, 137, 139, 141,
|
|
|
143, 145, 147, 149, 151, 153, 155, 157, 159, 161,
|
|
|
- 163, 165, 167, 169, 171, 173, 176, 179, 182, 185,
|
|
|
- 188, 191, 194, 197, 198, 203, 205, 209
|
|
|
+ 163, 165, 167, 169, 171, 173, 175, 178, 181, 184,
|
|
|
+ 187, 190, 193, 196, 199, 200, 205, 207, 211
|
|
|
};
|
|
|
|
|
|
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
|
|
|
static const yysigned_char yyrhs[] =
|
|
|
{
|
|
|
- 47, 0, -1, 71, -1, 47, 36, -1, 47, 48,
|
|
|
- -1, -1, 8, 7, 49, 51, 37, 53, 38, -1,
|
|
|
- 7, -1, 71, -1, 39, 52, -1, 50, -1, 52,
|
|
|
- 40, 50, -1, 71, -1, 53, 36, -1, 53, 54,
|
|
|
- -1, 53, 68, -1, -1, 7, 41, 55, 57, 42,
|
|
|
- 67, -1, 7, -1, 71, -1, 58, -1, 59, -1,
|
|
|
- 58, 40, 59, -1, -1, 66, 60, 61, -1, 71,
|
|
|
- -1, 61, 43, 3, -1, 61, 7, -1, 61, 44,
|
|
|
- 3, -1, 61, 44, 4, -1, 61, 44, 5, -1,
|
|
|
- 61, 44, 6, -1, 61, 44, 37, 62, 38, -1,
|
|
|
- 71, -1, 64, 63, -1, 71, -1, 40, -1, 65,
|
|
|
- -1, 64, 40, 65, -1, 3, -1, 4, -1, 5,
|
|
|
- -1, 6, -1, 3, 45, 3, -1, 4, 45, 3,
|
|
|
- -1, 6, 45, 3, -1, 9, -1, 10, -1, 11,
|
|
|
+ 48, 0, -1, 72, -1, 48, 37, -1, 48, 49,
|
|
|
+ -1, -1, 8, 7, 50, 52, 38, 54, 39, -1,
|
|
|
+ 7, -1, 72, -1, 40, 53, -1, 51, -1, 53,
|
|
|
+ 41, 51, -1, 72, -1, 54, 37, -1, 54, 55,
|
|
|
+ -1, 54, 69, -1, -1, 7, 42, 56, 58, 43,
|
|
|
+ 68, -1, 7, -1, 72, -1, 59, -1, 60, -1,
|
|
|
+ 59, 41, 60, -1, -1, 67, 61, 62, -1, 72,
|
|
|
+ -1, 62, 44, 3, -1, 62, 7, -1, 62, 45,
|
|
|
+ 3, -1, 62, 45, 4, -1, 62, 45, 5, -1,
|
|
|
+ 62, 45, 6, -1, 62, 45, 38, 63, 39, -1,
|
|
|
+ 72, -1, 65, 64, -1, 72, -1, 41, -1, 66,
|
|
|
+ -1, 65, 41, 66, -1, 3, -1, 4, -1, 5,
|
|
|
+ -1, 6, -1, 3, 46, 3, -1, 4, 46, 3,
|
|
|
+ -1, 6, 46, 3, -1, 9, -1, 10, -1, 11,
|
|
|
-1, 12, -1, 13, -1, 14, -1, 15, -1, 16,
|
|
|
-1, 17, -1, 18, -1, 19, -1, 20, -1, 21,
|
|
|
-1, 22, -1, 23, -1, 24, -1, 25, -1, 26,
|
|
|
- -1, 71, -1, 67, 28, -1, 67, 29, -1, 67,
|
|
|
- 30, -1, 67, 31, -1, 67, 32, -1, 67, 33,
|
|
|
- -1, 67, 34, -1, 67, 35, -1, -1, 7, 39,
|
|
|
- 69, 70, -1, 56, -1, 70, 40, 56, -1, -1
|
|
|
+ -1, 27, -1, 72, -1, 68, 29, -1, 68, 30,
|
|
|
+ -1, 68, 31, -1, 68, 32, -1, 68, 33, -1,
|
|
|
+ 68, 34, -1, 68, 35, -1, 68, 36, -1, -1,
|
|
|
+ 7, 40, 70, 71, -1, 57, -1, 71, 41, 57,
|
|
|
+ -1, -1
|
|
|
};
|
|
|
|
|
|
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
|
|
|
static const unsigned short yyrline[] =
|
|
|
{
|
|
|
- 0, 88, 88, 89, 90, 95, 94, 106, 120, 121,
|
|
|
- 125, 131, 140, 141, 142, 143, 148, 147, 159, 175,
|
|
|
- 176, 180, 181, 186, 185, 197, 198, 202, 206, 212,
|
|
|
- 218, 224, 230, 241, 242, 246, 247, 251, 252, 256,
|
|
|
- 262, 268, 274, 280, 289, 298, 310, 314, 318, 322,
|
|
|
- 326, 330, 334, 338, 342, 346, 350, 354, 358, 362,
|
|
|
- 366, 370, 374, 378, 385, 386, 390, 394, 398, 402,
|
|
|
- 406, 410, 414, 422, 421, 433, 439, 452
|
|
|
+ 0, 89, 89, 90, 91, 96, 95, 107, 121, 122,
|
|
|
+ 126, 132, 141, 142, 143, 144, 149, 148, 160, 176,
|
|
|
+ 177, 181, 182, 187, 186, 198, 199, 203, 207, 213,
|
|
|
+ 219, 225, 231, 242, 243, 247, 248, 252, 253, 257,
|
|
|
+ 263, 269, 275, 281, 290, 299, 311, 315, 319, 323,
|
|
|
+ 327, 331, 335, 339, 343, 347, 351, 355, 359, 363,
|
|
|
+ 367, 371, 375, 379, 383, 390, 391, 395, 399, 403,
|
|
|
+ 407, 411, 415, 419, 427, 426, 438, 444, 457
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
@@ -416,17 +419,18 @@ static const char *const yytname[] =
|
|
|
"$end", "error", "$undefined", "INTEGER", "REAL", "STRING", "HEX_STRING",
|
|
|
"IDENTIFIER", "KW_DCLASS", "KW_INT8", "KW_INT16", "KW_INT32",
|
|
|
"KW_INT64", "KW_UINT8", "KW_UINT16", "KW_UINT32", "KW_UINT64",
|
|
|
- "KW_FLOAT64", "KW_STRING", "KW_BLOB", "KW_INT8ARRAY", "KW_INT16ARRAY",
|
|
|
- "KW_INT32ARRAY", "KW_UINT8ARRAY", "KW_UINT16ARRAY", "KW_UINT32ARRAY",
|
|
|
- "KW_UINT32UINT8ARRAY", "KW_MOL", "KW_REQUIRED", "KW_BROADCAST",
|
|
|
- "KW_P2P", "KW_RAM", "KW_DB", "KW_CLSEND", "KW_CLRECV", "KW_OWNSEND",
|
|
|
- "';'", "'{'", "'}'", "':'", "','", "'('", "')'", "'/'", "'='", "'*'",
|
|
|
- "$accept", "dc", "dclass", "@1", "dclass_name", "dclass_derivation",
|
|
|
- "base_list", "dclass_fields", "atomic_field", "@2", "atomic_name",
|
|
|
- "parameter_list", "nonempty_parameter_list", "atomic_element", "@3",
|
|
|
- "atomic_element_definition", "default_array", "maybe_comma",
|
|
|
- "default_array_def", "default_array_element", "type_token",
|
|
|
- "atomic_flags", "molecular_field", "@4", "molecular_atom_list", "empty", 0
|
|
|
+ "KW_FLOAT64", "KW_STRING", "KW_BLOB", "KW_BLOB32", "KW_INT8ARRAY",
|
|
|
+ "KW_INT16ARRAY", "KW_INT32ARRAY", "KW_UINT8ARRAY", "KW_UINT16ARRAY",
|
|
|
+ "KW_UINT32ARRAY", "KW_UINT32UINT8ARRAY", "KW_MOL", "KW_REQUIRED",
|
|
|
+ "KW_BROADCAST", "KW_P2P", "KW_RAM", "KW_DB", "KW_CLSEND", "KW_CLRECV",
|
|
|
+ "KW_OWNSEND", "';'", "'{'", "'}'", "':'", "','", "'('", "')'", "'/'",
|
|
|
+ "'='", "'*'", "$accept", "dc", "dclass", "@1", "dclass_name",
|
|
|
+ "dclass_derivation", "base_list", "dclass_fields", "atomic_field", "@2",
|
|
|
+ "atomic_name", "parameter_list", "nonempty_parameter_list",
|
|
|
+ "atomic_element", "@3", "atomic_element_definition", "default_array",
|
|
|
+ "maybe_comma", "default_array_def", "default_array_element",
|
|
|
+ "type_token", "atomic_flags", "molecular_field", "@4",
|
|
|
+ "molecular_atom_list", "empty", 0
|
|
|
};
|
|
|
#endif
|
|
|
|
|
|
@@ -438,22 +442,22 @@ static const unsigned short yytoknum[] =
|
|
|
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
|
|
|
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
|
|
|
275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
|
|
|
- 285, 286, 287, 288, 289, 290, 59, 123, 125, 58,
|
|
|
- 44, 40, 41, 47, 61, 42
|
|
|
+ 285, 286, 287, 288, 289, 290, 291, 59, 123, 125,
|
|
|
+ 58, 44, 40, 41, 47, 61, 42
|
|
|
};
|
|
|
# endif
|
|
|
|
|
|
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
|
|
|
static const unsigned char yyr1[] =
|
|
|
{
|
|
|
- 0, 46, 47, 47, 47, 49, 48, 50, 51, 51,
|
|
|
- 52, 52, 53, 53, 53, 53, 55, 54, 56, 57,
|
|
|
- 57, 58, 58, 60, 59, 61, 61, 61, 61, 61,
|
|
|
- 61, 61, 61, 62, 62, 63, 63, 64, 64, 65,
|
|
|
- 65, 65, 65, 65, 65, 65, 66, 66, 66, 66,
|
|
|
- 66, 66, 66, 66, 66, 66, 66, 66, 66, 66,
|
|
|
- 66, 66, 66, 66, 67, 67, 67, 67, 67, 67,
|
|
|
- 67, 67, 67, 69, 68, 70, 70, 71
|
|
|
+ 0, 47, 48, 48, 48, 50, 49, 51, 52, 52,
|
|
|
+ 53, 53, 54, 54, 54, 54, 56, 55, 57, 58,
|
|
|
+ 58, 59, 59, 61, 60, 62, 62, 62, 62, 62,
|
|
|
+ 62, 62, 62, 63, 63, 64, 64, 65, 65, 66,
|
|
|
+ 66, 66, 66, 66, 66, 66, 67, 67, 67, 67,
|
|
|
+ 67, 67, 67, 67, 67, 67, 67, 67, 67, 67,
|
|
|
+ 67, 67, 67, 67, 67, 68, 68, 68, 68, 68,
|
|
|
+ 68, 68, 68, 68, 70, 69, 71, 71, 72
|
|
|
};
|
|
|
|
|
|
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
|
|
|
@@ -465,8 +469,8 @@ static const unsigned char yyr2[] =
|
|
|
3, 3, 5, 1, 2, 1, 1, 1, 3, 1,
|
|
|
1, 1, 1, 3, 3, 3, 1, 1, 1, 1,
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
- 1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
|
|
|
- 2, 2, 2, 0, 4, 1, 3, 0
|
|
|
+ 1, 1, 1, 1, 1, 1, 2, 2, 2, 2,
|
|
|
+ 2, 2, 2, 2, 0, 4, 1, 3, 0
|
|
|
};
|
|
|
|
|
|
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
|
|
|
@@ -474,51 +478,51 @@ static const unsigned char yyr2[] =
|
|
|
means the default is an error. */
|
|
|
static const unsigned char yydefact[] =
|
|
|
{
|
|
|
- 77, 0, 2, 1, 0, 3, 4, 5, 77, 0,
|
|
|
- 0, 8, 7, 10, 9, 77, 0, 0, 12, 11,
|
|
|
- 0, 13, 6, 14, 15, 73, 16, 0, 77, 18,
|
|
|
- 75, 74, 46, 47, 48, 49, 50, 51, 52, 53,
|
|
|
+ 78, 0, 2, 1, 0, 3, 4, 5, 78, 0,
|
|
|
+ 0, 8, 7, 10, 9, 78, 0, 0, 12, 11,
|
|
|
+ 0, 13, 6, 14, 15, 74, 16, 0, 78, 18,
|
|
|
+ 76, 75, 46, 47, 48, 49, 50, 51, 52, 53,
|
|
|
54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
|
|
|
- 0, 20, 21, 23, 19, 0, 77, 0, 77, 76,
|
|
|
- 17, 64, 22, 24, 25, 65, 66, 67, 68, 69,
|
|
|
- 70, 71, 72, 27, 0, 0, 26, 28, 29, 30,
|
|
|
- 31, 77, 39, 40, 41, 42, 0, 77, 37, 33,
|
|
|
- 0, 0, 0, 32, 36, 34, 35, 43, 44, 45,
|
|
|
- 38
|
|
|
+ 64, 0, 20, 21, 23, 19, 0, 78, 0, 78,
|
|
|
+ 77, 17, 65, 22, 24, 25, 66, 67, 68, 69,
|
|
|
+ 70, 71, 72, 73, 27, 0, 0, 26, 28, 29,
|
|
|
+ 30, 31, 78, 39, 40, 41, 42, 0, 78, 37,
|
|
|
+ 33, 0, 0, 0, 32, 36, 34, 35, 43, 44,
|
|
|
+ 45, 38
|
|
|
};
|
|
|
|
|
|
/* YYDEFGOTO[NTERM-NUM]. */
|
|
|
static const yysigned_char yydefgoto[] =
|
|
|
{
|
|
|
-1, 1, 6, 8, 13, 10, 14, 17, 23, 28,
|
|
|
- 30, 50, 51, 52, 58, 63, 86, 95, 87, 88,
|
|
|
- 53, 60, 24, 27, 31, 2
|
|
|
+ 30, 51, 52, 53, 59, 64, 87, 96, 88, 89,
|
|
|
+ 54, 61, 24, 27, 31, 2
|
|
|
};
|
|
|
|
|
|
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
|
|
STATE-NUM. */
|
|
|
-#define YYPACT_NINF -36
|
|
|
+#define YYPACT_NINF -37
|
|
|
static const yysigned_char yypact[] =
|
|
|
{
|
|
|
- -36, 3, -36, -36, -2, -36, -36, -36, -31, 2,
|
|
|
- -27, -36, -36, -36, -11, -36, 2, -5, -36, -36,
|
|
|
- -35, -36, -36, -36, -36, -36, -36, 23, 42, -36,
|
|
|
- -36, -4, -36, -36, -36, -36, -36, -36, -36, -36,
|
|
|
- -36, -36, -36, -36, -36, -36, -36, -36, -36, -36,
|
|
|
- -10, 0, -36, -36, -36, 23, -36, 42, -36, -36,
|
|
|
- -7, -36, -36, -6, -36, -36, -36, -36, -36, -36,
|
|
|
- -36, -36, -36, -36, 31, 9, -36, -36, -36, -36,
|
|
|
- -36, 13, -3, -1, -36, 4, 5, 1, -36, -36,
|
|
|
- 32, 44, 66, -36, 13, -36, -36, -36, -36, -36,
|
|
|
- -36
|
|
|
+ -37, 3, -37, -37, -2, -37, -37, -37, -32, 2,
|
|
|
+ -28, -37, -37, -37, -20, -37, 2, -5, -37, -37,
|
|
|
+ -36, -37, -37, -37, -37, -37, -37, 23, 43, -37,
|
|
|
+ -37, -10, -37, -37, -37, -37, -37, -37, -37, -37,
|
|
|
+ -37, -37, -37, -37, -37, -37, -37, -37, -37, -37,
|
|
|
+ -37, -1, -4, -37, -37, -37, 23, -37, 43, -37,
|
|
|
+ -37, -7, -37, -37, -6, -37, -37, -37, -37, -37,
|
|
|
+ -37, -37, -37, -37, -37, 30, 9, -37, -37, -37,
|
|
|
+ -37, -37, 13, -11, -3, -37, 0, 5, 4, -37,
|
|
|
+ -37, 33, 38, 45, -37, 13, -37, -37, -37, -37,
|
|
|
+ -37, -37
|
|
|
};
|
|
|
|
|
|
/* YYPGOTO[NTERM-NUM]. */
|
|
|
static const yysigned_char yypgoto[] =
|
|
|
{
|
|
|
- -36, -36, -36, -36, 29, -36, -36, -36, -36, -36,
|
|
|
- 15, -36, -36, 14, -36, -36, -36, -36, -36, -22,
|
|
|
- -36, -36, -36, -36, -36, -8
|
|
|
+ -37, -37, -37, -37, 34, -37, -37, -37, -37, -37,
|
|
|
+ 15, -37, -37, 14, -37, -37, -37, -37, -37, -22,
|
|
|
+ -37, -37, -37, -37, -37, -8
|
|
|
};
|
|
|
|
|
|
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
|
|
|
@@ -528,43 +532,45 @@ static const yysigned_char yypgoto[] =
|
|
|
#define YYTABLE_NINF -1
|
|
|
static const unsigned char yytable[] =
|
|
|
{
|
|
|
- 11, 73, 20, 3, 25, 7, 26, 18, 9, 12,
|
|
|
- 15, 4, 77, 78, 79, 80, 82, 83, 84, 85,
|
|
|
- 54, 65, 66, 67, 68, 69, 70, 71, 72, 16,
|
|
|
- 29, 21, 56, 22, 76, 97, 55, 74, 75, 5,
|
|
|
- 57, 94, 90, 93, 91, 19, 81, 98, 61, 92,
|
|
|
- 64, 32, 33, 34, 35, 36, 37, 38, 39, 40,
|
|
|
- 41, 42, 43, 44, 45, 46, 47, 48, 49, 99,
|
|
|
- 59, 62, 100, 89, 0, 0, 0, 0, 0, 96
|
|
|
+ 11, 74, 20, 3, 25, 7, 26, 18, 9, 12,
|
|
|
+ 15, 4, 78, 79, 80, 81, 83, 84, 85, 86,
|
|
|
+ 55, 16, 66, 67, 68, 69, 70, 71, 72, 73,
|
|
|
+ 29, 56, 21, 77, 22, 91, 98, 58, 75, 76,
|
|
|
+ 5, 99, 57, 92, 94, 95, 93, 82, 100, 62,
|
|
|
+ 19, 65, 32, 33, 34, 35, 36, 37, 38, 39,
|
|
|
+ 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
|
|
+ 50, 60, 63, 101, 90, 0, 0, 0, 0, 0,
|
|
|
+ 97
|
|
|
};
|
|
|
|
|
|
static const yysigned_char yycheck[] =
|
|
|
{
|
|
|
- 8, 7, 7, 0, 39, 7, 41, 15, 39, 7,
|
|
|
- 37, 8, 3, 4, 5, 6, 3, 4, 5, 6,
|
|
|
- 28, 28, 29, 30, 31, 32, 33, 34, 35, 40,
|
|
|
- 7, 36, 42, 38, 3, 3, 40, 43, 44, 36,
|
|
|
- 40, 40, 45, 38, 45, 16, 37, 3, 56, 45,
|
|
|
- 58, 9, 10, 11, 12, 13, 14, 15, 16, 17,
|
|
|
- 18, 19, 20, 21, 22, 23, 24, 25, 26, 3,
|
|
|
- 55, 57, 94, 81, -1, -1, -1, -1, -1, 87
|
|
|
+ 8, 7, 7, 0, 40, 7, 42, 15, 40, 7,
|
|
|
+ 38, 8, 3, 4, 5, 6, 3, 4, 5, 6,
|
|
|
+ 28, 41, 29, 30, 31, 32, 33, 34, 35, 36,
|
|
|
+ 7, 41, 37, 3, 39, 46, 3, 41, 44, 45,
|
|
|
+ 37, 3, 43, 46, 39, 41, 46, 38, 3, 57,
|
|
|
+ 16, 59, 9, 10, 11, 12, 13, 14, 15, 16,
|
|
|
+ 17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
|
|
|
+ 27, 56, 58, 95, 82, -1, -1, -1, -1, -1,
|
|
|
+ 88
|
|
|
};
|
|
|
|
|
|
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
|
|
|
symbol of state STATE-NUM. */
|
|
|
static const unsigned char yystos[] =
|
|
|
{
|
|
|
- 0, 47, 71, 0, 8, 36, 48, 7, 49, 39,
|
|
|
- 51, 71, 7, 50, 52, 37, 40, 53, 71, 50,
|
|
|
- 7, 36, 38, 54, 68, 39, 41, 69, 55, 7,
|
|
|
- 56, 70, 9, 10, 11, 12, 13, 14, 15, 16,
|
|
|
+ 0, 48, 72, 0, 8, 37, 49, 7, 50, 40,
|
|
|
+ 52, 72, 7, 51, 53, 38, 41, 54, 72, 51,
|
|
|
+ 7, 37, 39, 55, 69, 40, 42, 70, 56, 7,
|
|
|
+ 57, 71, 9, 10, 11, 12, 13, 14, 15, 16,
|
|
|
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
|
|
|
- 57, 58, 59, 66, 71, 40, 42, 40, 60, 56,
|
|
|
- 67, 71, 59, 61, 71, 28, 29, 30, 31, 32,
|
|
|
- 33, 34, 35, 7, 43, 44, 3, 3, 4, 5,
|
|
|
- 6, 37, 3, 4, 5, 6, 62, 64, 65, 71,
|
|
|
- 45, 45, 45, 38, 40, 63, 71, 3, 3, 3,
|
|
|
- 65
|
|
|
+ 27, 58, 59, 60, 67, 72, 41, 43, 41, 61,
|
|
|
+ 57, 68, 72, 60, 62, 72, 29, 30, 31, 32,
|
|
|
+ 33, 34, 35, 36, 7, 44, 45, 3, 3, 4,
|
|
|
+ 5, 6, 38, 3, 4, 5, 6, 63, 65, 66,
|
|
|
+ 72, 46, 46, 46, 39, 41, 64, 72, 3, 3,
|
|
|
+ 3, 66
|
|
|
};
|
|
|
|
|
|
#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
|
|
|
@@ -1174,7 +1180,7 @@ yyreduce:
|
|
|
switch (yyn)
|
|
|
{
|
|
|
case 5:
|
|
|
-#line 95 "dcParser.yxx"
|
|
|
+#line 96 "dcParser.yxx"
|
|
|
{
|
|
|
current_class = new DCClass;
|
|
|
current_class->_name = yyvsp[0].str;
|
|
|
@@ -1185,7 +1191,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 7:
|
|
|
-#line 107 "dcParser.yxx"
|
|
|
+#line 108 "dcParser.yxx"
|
|
|
{
|
|
|
DCFile::ClassesByName::const_iterator ni;
|
|
|
ni = dc_file->_classes_by_name.find(yyvsp[0].str);
|
|
|
@@ -1199,7 +1205,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 10:
|
|
|
-#line 126 "dcParser.yxx"
|
|
|
+#line 127 "dcParser.yxx"
|
|
|
{
|
|
|
if (yyvsp[0].u.dclass != (DCClass *)NULL) {
|
|
|
current_class->_parents.push_back(yyvsp[0].u.dclass);
|
|
|
@@ -1208,7 +1214,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 11:
|
|
|
-#line 132 "dcParser.yxx"
|
|
|
+#line 133 "dcParser.yxx"
|
|
|
{
|
|
|
if (yyvsp[0].u.dclass != (DCClass *)NULL) {
|
|
|
current_class->_parents.push_back(yyvsp[0].u.dclass);
|
|
|
@@ -1217,7 +1223,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 16:
|
|
|
-#line 148 "dcParser.yxx"
|
|
|
+#line 149 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic = new DCAtomicField;
|
|
|
current_atomic->_name = yyvsp[-1].str;
|
|
|
@@ -1228,7 +1234,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 18:
|
|
|
-#line 160 "dcParser.yxx"
|
|
|
+#line 161 "dcParser.yxx"
|
|
|
{
|
|
|
DCField *field = current_class->get_field_by_name(yyvsp[0].str);
|
|
|
yyval.u.atomic = (DCAtomicField *)NULL;
|
|
|
@@ -1244,7 +1250,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 23:
|
|
|
-#line 186 "dcParser.yxx"
|
|
|
+#line 187 "dcParser.yxx"
|
|
|
{
|
|
|
atomic_element = DCAtomicField::ElementType();
|
|
|
atomic_element._type = yyvsp[0].u.subatomic;
|
|
|
@@ -1252,28 +1258,28 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 24:
|
|
|
-#line 191 "dcParser.yxx"
|
|
|
+#line 192 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_elements.push_back(atomic_element);
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 26:
|
|
|
-#line 199 "dcParser.yxx"
|
|
|
+#line 200 "dcParser.yxx"
|
|
|
{
|
|
|
atomic_element._divisor = yyvsp[0].u.integer;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 27:
|
|
|
-#line 203 "dcParser.yxx"
|
|
|
+#line 204 "dcParser.yxx"
|
|
|
{
|
|
|
atomic_element._name = yyvsp[0].str;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 28:
|
|
|
-#line 207 "dcParser.yxx"
|
|
|
+#line 208 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.set_default_value(yyvsp[0].u.integer)) {
|
|
|
yyerror("Invalid default value: " + yyvsp[0].str);
|
|
|
@@ -1282,7 +1288,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 29:
|
|
|
-#line 213 "dcParser.yxx"
|
|
|
+#line 214 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.set_default_value(yyvsp[0].u.real)) {
|
|
|
yyerror("Invalid default value: " + yyvsp[0].str);
|
|
|
@@ -1291,7 +1297,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 30:
|
|
|
-#line 219 "dcParser.yxx"
|
|
|
+#line 220 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.set_default_value(yyvsp[0].str)) {
|
|
|
yyerror("Invalid default value: \"" + yyvsp[0].str + "\"");
|
|
|
@@ -1300,7 +1306,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 31:
|
|
|
-#line 225 "dcParser.yxx"
|
|
|
+#line 226 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.set_default_value_literal(yyvsp[0].str)) {
|
|
|
yyerror("Invalid default hex string value");
|
|
|
@@ -1309,7 +1315,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 32:
|
|
|
-#line 231 "dcParser.yxx"
|
|
|
+#line 232 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.end_array()) {
|
|
|
yyerror("Array default value inappropriate");
|
|
|
@@ -1320,7 +1326,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 39:
|
|
|
-#line 257 "dcParser.yxx"
|
|
|
+#line 258 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.add_default_value(yyvsp[0].u.integer)) {
|
|
|
yyerror("Invalid default value: " + yyvsp[0].str);
|
|
|
@@ -1329,7 +1335,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 40:
|
|
|
-#line 263 "dcParser.yxx"
|
|
|
+#line 264 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.add_default_value(yyvsp[0].u.real)) {
|
|
|
yyerror("Invalid default value: " + yyvsp[0].str);
|
|
|
@@ -1338,7 +1344,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 41:
|
|
|
-#line 269 "dcParser.yxx"
|
|
|
+#line 270 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.add_default_value(yyvsp[0].str)) {
|
|
|
yyerror("Invalid default value: " + yyvsp[0].str);
|
|
|
@@ -1347,7 +1353,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 42:
|
|
|
-#line 275 "dcParser.yxx"
|
|
|
+#line 276 "dcParser.yxx"
|
|
|
{
|
|
|
if (!atomic_element.add_default_value_literal(yyvsp[0].str)) {
|
|
|
yyerror("Invalid hex literal in default array");
|
|
|
@@ -1356,7 +1362,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 43:
|
|
|
-#line 281 "dcParser.yxx"
|
|
|
+#line 282 "dcParser.yxx"
|
|
|
{
|
|
|
for (int i = 0; i < yyvsp[0].u.integer; i++) {
|
|
|
if (!atomic_element.add_default_value(yyvsp[-2].u.integer)) {
|
|
|
@@ -1368,7 +1374,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 44:
|
|
|
-#line 290 "dcParser.yxx"
|
|
|
+#line 291 "dcParser.yxx"
|
|
|
{
|
|
|
for (int i = 0; i < yyvsp[0].u.integer; i++) {
|
|
|
if (!atomic_element.add_default_value(yyvsp[-2].u.real)) {
|
|
|
@@ -1380,7 +1386,7 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 45:
|
|
|
-#line 299 "dcParser.yxx"
|
|
|
+#line 300 "dcParser.yxx"
|
|
|
{
|
|
|
for (int i = 0; i < yyvsp[0].u.integer; i++) {
|
|
|
if (!atomic_element.add_default_value_literal(yyvsp[-2].str)) {
|
|
|
@@ -1392,189 +1398,196 @@ yyreduce:
|
|
|
break;
|
|
|
|
|
|
case 46:
|
|
|
-#line 311 "dcParser.yxx"
|
|
|
+#line 312 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_int8;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 47:
|
|
|
-#line 315 "dcParser.yxx"
|
|
|
+#line 316 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_int16;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 48:
|
|
|
-#line 319 "dcParser.yxx"
|
|
|
+#line 320 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_int32;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 49:
|
|
|
-#line 323 "dcParser.yxx"
|
|
|
+#line 324 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_int64;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 50:
|
|
|
-#line 327 "dcParser.yxx"
|
|
|
+#line 328 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_uint8;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 51:
|
|
|
-#line 331 "dcParser.yxx"
|
|
|
+#line 332 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_uint16;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 52:
|
|
|
-#line 335 "dcParser.yxx"
|
|
|
+#line 336 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_uint32;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 53:
|
|
|
-#line 339 "dcParser.yxx"
|
|
|
+#line 340 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_uint64;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 54:
|
|
|
-#line 343 "dcParser.yxx"
|
|
|
+#line 344 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_float64;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 55:
|
|
|
-#line 347 "dcParser.yxx"
|
|
|
+#line 348 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_string;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 56:
|
|
|
-#line 351 "dcParser.yxx"
|
|
|
+#line 352 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_blob;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 57:
|
|
|
-#line 355 "dcParser.yxx"
|
|
|
+#line 356 "dcParser.yxx"
|
|
|
{
|
|
|
- yyval.u.subatomic = ST_int8array;
|
|
|
+ yyval.u.subatomic = ST_blob32;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 58:
|
|
|
-#line 359 "dcParser.yxx"
|
|
|
+#line 360 "dcParser.yxx"
|
|
|
{
|
|
|
- yyval.u.subatomic = ST_int16array;
|
|
|
+ yyval.u.subatomic = ST_int8array;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 59:
|
|
|
-#line 363 "dcParser.yxx"
|
|
|
+#line 364 "dcParser.yxx"
|
|
|
{
|
|
|
- yyval.u.subatomic = ST_int32array;
|
|
|
+ yyval.u.subatomic = ST_int16array;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 60:
|
|
|
-#line 367 "dcParser.yxx"
|
|
|
+#line 368 "dcParser.yxx"
|
|
|
{
|
|
|
- yyval.u.subatomic = ST_uint8array;
|
|
|
+ yyval.u.subatomic = ST_int32array;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 61:
|
|
|
-#line 371 "dcParser.yxx"
|
|
|
+#line 372 "dcParser.yxx"
|
|
|
{
|
|
|
- yyval.u.subatomic = ST_uint16array;
|
|
|
+ yyval.u.subatomic = ST_uint8array;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 62:
|
|
|
-#line 375 "dcParser.yxx"
|
|
|
+#line 376 "dcParser.yxx"
|
|
|
{
|
|
|
- yyval.u.subatomic = ST_uint32array;
|
|
|
+ yyval.u.subatomic = ST_uint16array;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
case 63:
|
|
|
-#line 379 "dcParser.yxx"
|
|
|
+#line 380 "dcParser.yxx"
|
|
|
+ {
|
|
|
+ yyval.u.subatomic = ST_uint32array;
|
|
|
+}
|
|
|
+ break;
|
|
|
+
|
|
|
+ case 64:
|
|
|
+#line 384 "dcParser.yxx"
|
|
|
{
|
|
|
yyval.u.subatomic = ST_uint32uint8array;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 65:
|
|
|
-#line 387 "dcParser.yxx"
|
|
|
+ case 66:
|
|
|
+#line 392 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_required;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 66:
|
|
|
-#line 391 "dcParser.yxx"
|
|
|
+ case 67:
|
|
|
+#line 396 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_broadcast;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 67:
|
|
|
-#line 395 "dcParser.yxx"
|
|
|
+ case 68:
|
|
|
+#line 400 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_p2p;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 68:
|
|
|
-#line 399 "dcParser.yxx"
|
|
|
+ case 69:
|
|
|
+#line 404 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_ram;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 69:
|
|
|
-#line 403 "dcParser.yxx"
|
|
|
+ case 70:
|
|
|
+#line 408 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_db;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 70:
|
|
|
-#line 407 "dcParser.yxx"
|
|
|
+ case 71:
|
|
|
+#line 412 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_clsend;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 71:
|
|
|
-#line 411 "dcParser.yxx"
|
|
|
+ case 72:
|
|
|
+#line 416 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_clrecv;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 72:
|
|
|
-#line 415 "dcParser.yxx"
|
|
|
+ case 73:
|
|
|
+#line 420 "dcParser.yxx"
|
|
|
{
|
|
|
current_atomic->_flags |= DCAtomicField::F_ownsend;
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 73:
|
|
|
-#line 422 "dcParser.yxx"
|
|
|
+ case 74:
|
|
|
+#line 427 "dcParser.yxx"
|
|
|
{
|
|
|
current_molecular = new DCMolecularField;
|
|
|
current_molecular->_name = yyvsp[-1].str;
|
|
|
@@ -1584,8 +1597,8 @@ yyreduce:
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 75:
|
|
|
-#line 434 "dcParser.yxx"
|
|
|
+ case 76:
|
|
|
+#line 439 "dcParser.yxx"
|
|
|
{
|
|
|
if (yyvsp[0].u.atomic != (DCAtomicField *)NULL) {
|
|
|
current_molecular->_fields.push_back(yyvsp[0].u.atomic);
|
|
|
@@ -1593,8 +1606,8 @@ yyreduce:
|
|
|
}
|
|
|
break;
|
|
|
|
|
|
- case 76:
|
|
|
-#line 440 "dcParser.yxx"
|
|
|
+ case 77:
|
|
|
+#line 445 "dcParser.yxx"
|
|
|
{
|
|
|
if (yyvsp[0].u.atomic != (DCAtomicField *)NULL) {
|
|
|
current_molecular->_fields.push_back(yyvsp[0].u.atomic);
|
|
|
@@ -1611,7 +1624,7 @@ yyreduce:
|
|
|
}
|
|
|
|
|
|
/* Line 991 of yacc.c. */
|
|
|
-#line 1614 "y.tab.c"
|
|
|
+#line 1627 "y.tab.c"
|
|
|
|
|
|
yyvsp -= yylen;
|
|
|
yyssp -= yylen;
|