00001 typedef union {
00002 ltoken ltok;
00003 unsigned int count;
00004 ltokenList ltokenList;
00005 opFormNode opform;
00006 sigNode signature;
00007 nameNode name;
00008 lslOp operator;
00009 lslOpList operators;
00010 } YYSTYPE;
00011 #define LST_SIMPLEID 257
00012 #define LST_LOGICALOP 258
00013 #define LST_EQOP 259
00014 #define LST_SIMPLEOP 260
00015 #define LST_MAPSYM 261
00016 #define LST_FIELDMAPSYM 262
00017 #define LST_MARKERSYM 263
00018 #define LST_ifTOKEN 264
00019 #define LST_thenTOKEN 265
00020 #define LST_elseTOKEN 266
00021 #define LST_LBRACKET 267
00022 #define LST_RBRACKET 268
00023 #define LST_SELECTSYM 269
00024 #define LST_SEPSYM 270
00025 #define LST_OPENSYM 271
00026 #define LST_CLOSESYM 272
00027 #define LST_COLON 273
00028 #define LST_COMMA 274
00029 #define LST_EOL 275
00030 #define LST_COMMENTSYM 276
00031 #define LST_WHITESPACE 277
00032 #define LST_QUANTIFIERSYM 278
00033 #define LST_EQUATIONSYM 279
00034 #define LST_EQSEPSYM 280
00035 #define LST_COMPOSESYM 281
00036 #define LST_LPAR 282
00037 #define LST_RPAR 283
00038 #define LST_assertsTOKEN 284
00039 #define LST_assumesTOKEN 285
00040 #define LST_byTOKEN 286
00041 #define LST_convertsTOKEN 287
00042 #define LST_enumerationTOKEN 288
00043 #define LST_equationsTOKEN 289
00044 #define LST_exemptingTOKEN 290
00045 #define LST_forTOKEN 291
00046 #define LST_generatedTOKEN 292
00047 #define LST_impliesTOKEN 293
00048 #define LST_includesTOKEN 294
00049 #define LST_introducesTOKEN 295
00050 #define LST_ofTOKEN 296
00051 #define LST_partitionedTOKEN 297
00052 #define LST_traitTOKEN 298
00053 #define LST_tupleTOKEN 299
00054 #define LST_unionTOKEN 300
00055 #define LST_BADTOKEN 301
00056