#line 2 "lex.yy.c" #line 4 "lex.yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define yy_create_buffer itex2MML_yy_create_buffer #define yy_delete_buffer itex2MML_yy_delete_buffer #define yy_flex_debug itex2MML_yy_flex_debug #define yy_init_buffer itex2MML_yy_init_buffer #define yy_flush_buffer itex2MML_yy_flush_buffer #define yy_load_buffer_state itex2MML_yy_load_buffer_state #define yy_switch_to_buffer itex2MML_yy_switch_to_buffer #define yyin itex2MML_yyin #define yyleng itex2MML_yyleng #define yylex itex2MML_yylex #define yylineno itex2MML_yylineno #define yyout itex2MML_yyout #define yyrestart itex2MML_yyrestart #define yytext itex2MML_yytext #define yywrap itex2MML_yywrap #define yyalloc itex2MML_yyalloc #define yyrealloc itex2MML_yyrealloc #define yyfree itex2MML_yyfree #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 33 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific or compiler-specific issues. */ /* begin standard C headers. */ #include #include #include #include /* end standard C headers. */ /* flex integer type definitions */ #ifndef FLEXINT_H #define FLEXINT_H /* C99 systems have . Non-C99 systems may or may not. */ #if __STDC_VERSION__ >= 199901L /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, * if you want the limit (max/min) macros for int types. */ #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS 1 #endif #include typedef int8_t flex_int8_t; typedef uint8_t flex_uint8_t; typedef int16_t flex_int16_t; typedef uint16_t flex_uint16_t; typedef int32_t flex_int32_t; typedef uint32_t flex_uint32_t; #else typedef signed char flex_int8_t; typedef short int flex_int16_t; typedef int flex_int32_t; typedef unsigned char flex_uint8_t; typedef unsigned short int flex_uint16_t; typedef unsigned int flex_uint32_t; #endif /* ! C99 */ /* Limits of integral types. */ #ifndef INT8_MIN #define INT8_MIN (-128) #endif #ifndef INT16_MIN #define INT16_MIN (-32767-1) #endif #ifndef INT32_MIN #define INT32_MIN (-2147483647-1) #endif #ifndef INT8_MAX #define INT8_MAX (127) #endif #ifndef INT16_MAX #define INT16_MAX (32767) #endif #ifndef INT32_MAX #define INT32_MAX (2147483647) #endif #ifndef UINT8_MAX #define UINT8_MAX (255U) #endif #ifndef UINT16_MAX #define UINT16_MAX (65535U) #endif #ifndef UINT32_MAX #define UINT32_MAX (4294967295U) #endif #endif /* ! FLEXINT_H */ #ifdef __cplusplus /* The "const" storage-class-modifier is valid. */ #define YY_USE_CONST #else /* ! __cplusplus */ #if __STDC__ #define YY_USE_CONST #endif /* __STDC__ */ #endif /* ! __cplusplus */ #ifdef YY_USE_CONST #define yyconst const #else #define yyconst #endif /* Returned upon end-of-file. */ #define YY_NULL 0 /* Promotes a possibly negative, possibly signed char to an unsigned * integer for use as an array index. If the signed char is negative, * we want to instead treat it as an 8-bit unsigned char, hence the * double cast. */ #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c) /* Enter a start condition. This macro really ought to take a parameter, * but we do it the disgusting crufty way forced on us by the ()-less * definition of BEGIN. */ #define BEGIN (yy_start) = 1 + 2 * /* Translate the current start state into a value that can be later handed * to BEGIN to return to the state. The YYSTATE alias is for lex * compatibility. */ #define YY_START (((yy_start) - 1) / 2) #define YYSTATE YY_START /* Action number for EOF rule of a given start state. */ #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) /* Special action meaning "start processing a new file". */ #define YY_NEW_FILE itex2MML_yyrestart(itex2MML_yyin ) #define YY_END_OF_BUFFER_CHAR 0 /* Size of default input buffer. */ #ifndef YY_BUF_SIZE #define YY_BUF_SIZE 16384 #endif /* The state buf must be large enough to hold one state per character in the main buffer. */ #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) #ifndef YY_TYPEDEF_YY_BUFFER_STATE #define YY_TYPEDEF_YY_BUFFER_STATE typedef struct yy_buffer_state *YY_BUFFER_STATE; #endif extern int itex2MML_yyleng; extern FILE *itex2MML_yyin, *itex2MML_yyout; #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 #define YY_LESS_LINENO(n) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up itex2MML_yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = (yy_hold_char); \ YY_RESTORE_YY_MORE_OFFSET \ (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up itex2MML_yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, (yytext_ptr) ) /* The following is because we cannot portably get our hands on size_t * (without autoconf's help, which isn't available because we want * flex-generated scanners to compile on their own). */ #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef unsigned int yy_size_t; #endif #ifndef YY_STRUCT_YY_BUFFER_STATE #define YY_STRUCT_YY_BUFFER_STATE struct yy_buffer_state { FILE *yy_input_file; char *yy_ch_buf; /* input buffer */ char *yy_buf_pos; /* current position in input buffer */ /* Size of input buffer in bytes, not including room for EOB * characters. */ yy_size_t yy_buf_size; /* Number of characters read into yy_ch_buf, not including EOB * characters. */ int yy_n_chars; /* Whether we "own" the buffer - i.e., we know we created it, * and can realloc() it to grow it, and should free() it to * delete it. */ int yy_is_our_buffer; /* Whether this is an "interactive" input source; if so, and * if we're using stdio for input, then we want to use getc() * instead of fread(), to make sure we stop fetching input after * each newline. */ int yy_is_interactive; /* Whether we're considered to be at the beginning of a line. * If so, '^' rules will be active on the next match, otherwise * not. */ int yy_at_bol; int yy_bs_lineno; /**< The line count. */ int yy_bs_column; /**< The column count. */ /* Whether to try to fill the input buffer when we reach the * end of it. */ int yy_fill_buffer; int yy_buffer_status; #define YY_BUFFER_NEW 0 #define YY_BUFFER_NORMAL 1 /* When an EOF's been seen but there's still some text to process * then we mark the buffer as YY_EOF_PENDING, to indicate that we * shouldn't try reading from the input source any more. We might * still have a bunch of tokens to match, though, because of * possible backing-up. * * When we actually see the EOF, we change the status to "new" * (via itex2MML_yyrestart()), so that the user can continue scanning by * just pointing itex2MML_yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* Stack of input buffers. */ static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */ /* We provide macros for accessing buffer states in case in the * future we want to put the buffer states in a more general * "scanner state". * * Returns the top of the stack, or NULL. */ #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ : NULL) /* Same as previous macro, but useful when we know that the buffer stack is not * NULL or when we need an lvalue. For internal use only. */ #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] /* yy_hold_char holds the character lost when itex2MML_yytext is formed. */ static char yy_hold_char; static int yy_n_chars; /* number of characters read into yy_ch_buf */ int itex2MML_yyleng; /* Points to current character in buffer. */ static char *yy_c_buf_p = (char *) 0; static int yy_init = 0; /* whether we need to initialize */ static int yy_start = 0; /* start state number */ /* Flag which is used to allow itex2MML_yywrap()'s to do buffer switches * instead of setting up a fresh itex2MML_yyin. A bit of a hack ... */ static int yy_did_buffer_switch_on_eof; void itex2MML_yyrestart (FILE *input_file ); void itex2MML_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ); YY_BUFFER_STATE itex2MML_yy_create_buffer (FILE *file,int size ); void itex2MML_yy_delete_buffer (YY_BUFFER_STATE b ); void itex2MML_yy_flush_buffer (YY_BUFFER_STATE b ); void itex2MML_yypush_buffer_state (YY_BUFFER_STATE new_buffer ); void itex2MML_yypop_buffer_state (void ); static void itex2MML_yyensure_buffer_stack (void ); static void itex2MML_yy_load_buffer_state (void ); static void itex2MML_yy_init_buffer (YY_BUFFER_STATE b,FILE *file ); #define YY_FLUSH_BUFFER itex2MML_yy_flush_buffer(YY_CURRENT_BUFFER ) YY_BUFFER_STATE itex2MML_yy_scan_buffer (char *base,yy_size_t size ); YY_BUFFER_STATE itex2MML_yy_scan_string (yyconst char *yy_str ); YY_BUFFER_STATE itex2MML_yy_scan_bytes (yyconst char *bytes,int len ); void *itex2MML_yyalloc (yy_size_t ); void *itex2MML_yyrealloc (void *,yy_size_t ); void itex2MML_yyfree (void * ); #define yy_new_buffer itex2MML_yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ itex2MML_yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ itex2MML_yy_create_buffer(itex2MML_yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ itex2MML_yyensure_buffer_stack (); \ YY_CURRENT_BUFFER_LVALUE = \ itex2MML_yy_create_buffer(itex2MML_yyin,YY_BUF_SIZE ); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define itex2MML_yywrap(n) 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; FILE *itex2MML_yyin = (FILE *) 0, *itex2MML_yyout = (FILE *) 0; typedef int yy_state_type; extern int itex2MML_yylineno; int itex2MML_yylineno = 1; extern char *itex2MML_yytext; #define yytext_ptr itex2MML_yytext static yy_state_type yy_get_previous_state (void ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ); static int yy_get_next_buffer (void ); static void yy_fatal_error (yyconst char msg[] ); /* Done after the current pattern has been matched and before the * corresponding action - sets up itex2MML_yytext. */ #define YY_DO_BEFORE_ACTION \ (yytext_ptr) = yy_bp; \ itex2MML_yyleng = (size_t) (yy_cp - yy_bp); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 650 #define YY_END_OF_BUFFER 651 /* This struct is not used in this scanner, but its presence is necessary. */ struct yy_trans_info { flex_int32_t yy_verify; flex_int32_t yy_nxt; }; static yyconst flex_int16_t yy_accept[2445] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 651, 5, 4, 1, 5, 5, 600, 599, 598, 73, 78, 6, 32, 81, 41, 43, 80, 70, 71, 69, 68, 64, 38, 72, 76, 74, 77, 37, 42, 600, 44, 8, 9, 79, 11, 50, 12, 75, 650, 650, 623, 622, 622, 621, 620, 618, 619, 633, 632, 632, 631, 629, 630, 628, 627, 627, 626, 624, 625, 617, 616, 616, 615, 613, 614, 650, 639, 638, 638, 637, 635, 636, 644, 643, 643, 642, 640, 641, 649, 648, 648, 647, 645, 646, 650, 1, 0, 2, 599, 6, 0, 0, 0, 0, 0, 82, 0, 38, 37, 589, 34, 35, 33, 581, 583, 585, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 36, 7, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 46, 52, 48, 0, 10, 0, 601, 622, 632, 627, 616, 0, 634, 638, 637, 643, 642, 648, 647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 595, 0, 0, 0, 83, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 440, 594, 594, 594, 594, 594, 594, 165, 166, 594, 594, 594, 594, 155, 144, 594, 444, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 160, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 279, 269, 594, 249, 594, 594, 594, 594, 594, 594, 594, 594, 594, 248, 594, 594, 594, 594, 594, 594, 594, 594, 280, 594, 128, 594, 594, 311, 129, 594, 250, 594, 594, 594, 594, 594, 594, 366, 94, 594, 594, 594, 468, 594, 305, 594, 594, 594, 594, 594, 95, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 97, 594, 365, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 186, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 443, 368, 96, 594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 596, 0, 0, 0, 0, 594, 594, 17, 445, 594, 456, 594, 594, 162, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 156, 157, 167, 594, 594, 594, 594, 168, 594, 594, 594, 594, 594, 594, 594, 509, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 117, 594, 594, 594, 518, 594, 594, 594, 594, 594, 15, 594, 594, 594, 386, 594, 594, 594, 594, 244, 594, 594, 594, 102, 594, 594, 594, 594, 594, 594, 118, 120, 122, 238, 594, 594, 594, 594, 594, 594, 123, 594, 136, 594, 594, 124, 594, 384, 594, 524, 594, 594, 594, 438, 594, 594, 563, 594, 594, 594, 594, 89, 437, 594, 125, 594, 594, 594, 594, 594, 594, 594, 137, 271, 270, 594, 594, 594, 594, 594, 530, 594, 594, 126, 594, 594, 173, 594, 594, 594, 594, 138, 471, 594, 594, 594, 127, 594, 594, 594, 594, 594, 594, 281, 594, 594, 452, 139, 594, 453, 594, 594, 594, 130, 594, 594, 594, 594, 190, 594, 142, 594, 594, 169, 470, 143, 463, 594, 594, 594, 594, 594, 594, 594, 466, 467, 594, 594, 594, 594, 594, 419, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 112, 594, 594, 594, 594, 594, 594, 103, 462, 594, 594, 594, 594, 594, 594, 451, 98, 594, 594, 594, 594, 594, 594, 594, 594, 594, 131, 594, 594, 594, 594, 336, 132, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 492, 145, 594, 594, 134, 100, 594, 594, 594, 594, 594, 594, 594, 594, 420, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 522, 394, 594, 594, 594, 594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 597, 0, 31, 0, 594, 150, 21, 24, 18, 594, 594, 594, 594, 594, 594, 163, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 172, 594, 594, 51, 594, 594, 161, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 85, 436, 594, 594, 594, 594, 19, 23, 594, 16, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 148, 594, 594, 450, 594, 594, 594, 594, 594, 594, 343, 594, 594, 594, 119, 121, 594, 594, 594, 207, 594, 594, 525, 594, 594, 594, 594, 30, 594, 232, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 393, 594, 511, 594, 594, 594, 272, 594, 594, 274, 594, 594, 594, 594, 594, 594, 594, 439, 594, 594, 592, 594, 594, 473, 594, 594, 594, 594, 594, 91, 594, 594, 594, 58, 594, 594, 594, 13, 282, 594, 594, 594, 594, 594, 28, 594, 289, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 312, 346, 315, 594, 307, 594, 594, 594, 594, 594, 338, 594, 594, 594, 594, 594, 594, 594, 594, 369, 479, 594, 594, 594, 594, 535, 594, 594, 594, 266, 594, 594, 594, 464, 261, 594, 493, 594, 594, 587, 62, 594, 594, 594, 594, 594, 27, 538, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 133, 594, 594, 594, 594, 594, 594, 594, 537, 594, 594, 594, 483, 594, 594, 344, 594, 594, 594, 135, 594, 540, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 29, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 49, 594, 594, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 149, 26, 22, 594, 151, 594, 594, 152, 594, 164, 594, 594, 594, 594, 170, 501, 594, 594, 158, 594, 594, 159, 242, 594, 594, 594, 332, 330, 594, 507, 435, 570, 84, 364, 422, 594, 594, 594, 594, 565, 327, 594, 594, 594, 594, 562, 594, 594, 594, 594, 594, 594, 594, 25, 20, 594, 594, 594, 594, 594, 594, 594, 594, 594, 513, 594, 594, 594, 594, 594, 594, 594, 594, 594, 234, 594, 528, 594, 594, 594, 594, 594, 594, 594, 547, 594, 594, 594, 594, 594, 594, 594, 594, 594, 329, 594, 235, 87, 594, 594, 594, 402, 594, 594, 594, 594, 594, 594, 448, 594, 594, 594, 594, 350, 594, 594, 594, 594, 594, 575, 351, 86, 594, 594, 275, 277, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 475, 441, 594, 594, 39, 594, 594, 442, 92, 594, 594, 594, 57, 233, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 290, 291, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 457, 594, 353, 200, 192, 594, 594, 313, 594, 316, 594, 318, 304, 306, 594, 434, 594, 594, 345, 594, 594, 594, 202, 194, 485, 104, 594, 500, 594, 594, 594, 594, 594, 594, 594, 594, 594, 489, 594, 594, 594, 594, 594, 387, 594, 594, 588, 594, 594, 594, 61, 594, 14, 594, 594, 594, 594, 594, 594, 594, 204, 196, 594, 414, 594, 99, 337, 594, 339, 539, 594, 594, 376, 375, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 206, 198, 594, 594, 512, 594, 90, 594, 594, 526, 482, 594, 594, 594, 236, 594, 240, 455, 454, 209, 594, 594, 370, 594, 594, 331, 594, 594, 594, 594, 108, 594, 594, 594, 594, 594, 333, 237, 506, 594, 594, 594, 594, 594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 239, 397, 594, 594, 594, 154, 594, 594, 594, 498, 594, 381, 382, 594, 594, 594, 334, 326, 114, 115, 116, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 246, 594, 241, 594, 594, 594, 594, 594, 594, 594, 510, 594, 594, 594, 594, 594, 465, 328, 594, 594, 594, 415, 398, 594, 399, 594, 594, 594, 594, 594, 594, 594, 480, 594, 495, 594, 594, 417, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 212, 594, 594, 594, 404, 594, 594, 594, 449, 594, 594, 594, 431, 594, 594, 594, 294, 594, 594, 594, 293, 594, 594, 594, 594, 477, 594, 594, 594, 594, 93, 59, 45, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 56, 140, 141, 594, 594, 594, 594, 383, 594, 189, 558, 556, 594, 560, 554, 593, 557, 594, 594, 487, 335, 594, 594, 363, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 361, 362, 594, 594, 594, 497, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 309, 594, 594, 594, 594, 349, 594, 63, 47, 60, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 385, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 446, 594, 594, 254, 594, 594, 594, 354, 594, 594, 594, 319, 594, 594, 514, 594, 594, 594, 594, 594, 594, 491, 542, 594, 594, 594, 594, 594, 594, 213, 594, 594, 594, 594, 594, 594, 113, 594, 109, 594, 594, 594, 594, 594, 594, 594, 594, 594, 0, 0, 0, 0, 609, 0, 0, 0, 0, 612, 0, 373, 594, 594, 594, 594, 594, 594, 210, 594, 171, 594, 594, 594, 594, 252, 594, 395, 396, 548, 594, 594, 367, 503, 594, 594, 594, 425, 594, 594, 594, 594, 594, 594, 594, 594, 488, 594, 594, 594, 594, 520, 594, 594, 594, 594, 580, 594, 594, 594, 594, 594, 594, 418, 374, 153, 594, 594, 594, 594, 594, 594, 594, 594, 147, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 297, 594, 594, 594, 594, 594, 178, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 285, 594, 594, 288, 299, 594, 594, 594, 427, 594, 561, 594, 594, 594, 594, 594, 421, 199, 191, 594, 416, 594, 594, 594, 310, 594, 594, 301, 360, 347, 201, 193, 146, 594, 594, 534, 576, 594, 461, 591, 594, 594, 594, 594, 594, 411, 494, 594, 594, 594, 594, 594, 594, 594, 594, 594, 577, 579, 594, 203, 195, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 358, 594, 594, 205, 197, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 65, 594, 101, 594, 594, 594, 594, 594, 594, 594, 594, 594, 521, 594, 531, 594, 523, 0, 0, 0, 0, 0, 602, 0, 0, 0, 594, 594, 594, 594, 594, 594, 594, 251, 594, 594, 594, 594, 594, 594, 594, 502, 594, 504, 594, 594, 508, 594, 594, 594, 594, 486, 490, 578, 594, 594, 371, 567, 594, 574, 594, 594, 594, 594, 594, 594, 594, 594, 594, 403, 594, 594, 594, 594, 181, 447, 594, 594, 594, 594, 594, 594, 594, 273, 276, 594, 594, 594, 594, 594, 594, 594, 594, 40, 472, 594, 594, 594, 594, 594, 594, 283, 594, 594, 594, 300, 594, 594, 594, 559, 594, 584, 406, 594, 590, 594, 594, 594, 594, 594, 594, 594, 594, 519, 262, 594, 594, 594, 594, 412, 594, 594, 594, 594, 594, 594, 594, 569, 573, 594, 594, 53, 469, 594, 594, 594, 594, 377, 379, 533, 594, 255, 594, 564, 594, 594, 594, 359, 320, 594, 551, 594, 594, 594, 390, 594, 594, 340, 594, 594, 594, 532, 594, 594, 594, 107, 594, 594, 110, 594, 594, 111, 594, 594, 605, 607, 610, 604, 0, 603, 0, 606, 208, 594, 177, 594, 594, 594, 594, 566, 594, 424, 253, 54, 594, 545, 499, 505, 594, 594, 594, 594, 594, 594, 594, 568, 594, 496, 594, 594, 594, 594, 594, 594, 594, 594, 66, 594, 594, 594, 594, 572, 571, 594, 594, 543, 278, 295, 594, 298, 459, 594, 594, 176, 594, 185, 594, 594, 594, 594, 594, 286, 594, 594, 594, 292, 594, 594, 314, 317, 263, 308, 594, 302, 348, 516, 407, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 372, 594, 594, 594, 594, 256, 257, 594, 594, 594, 321, 322, 550, 388, 594, 594, 582, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 391, 594, 594, 529, 527, 611, 0, 594, 594, 594, 179, 594, 594, 594, 594, 594, 594, 594, 555, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 267, 594, 594, 594, 296, 594, 594, 594, 594, 594, 594, 594, 594, 284, 287, 594, 594, 594, 594, 594, 303, 408, 594, 594, 594, 187, 594, 594, 594, 594, 594, 594, 552, 594, 594, 594, 378, 380, 541, 258, 355, 594, 594, 323, 594, 586, 594, 594, 594, 594, 517, 594, 594, 218, 106, 392, 594, 594, 0, 594, 594, 594, 214, 105, 546, 594, 594, 428, 594, 594, 484, 594, 400, 401, 594, 594, 594, 594, 460, 594, 594, 594, 211, 268, 594, 544, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 410, 409, 594, 594, 594, 594, 594, 594, 594, 594, 594, 594, 357, 356, 389, 594, 594, 594, 594, 594, 67, 594, 594, 0, 247, 594, 594, 594, 594, 426, 594, 594, 594, 594, 594, 594, 594, 594, 549, 594, 594, 594, 594, 594, 245, 594, 594, 594, 594, 594, 594, 594, 594, 515, 594, 594, 594, 594, 594, 594, 413, 594, 594, 594, 594, 341, 342, 594, 594, 536, 259, 324, 608, 594, 594, 594, 432, 429, 594, 594, 594, 594, 594, 221, 594, 594, 594, 405, 180, 594, 594, 594, 594, 594, 594, 183, 594, 423, 594, 594, 594, 594, 594, 594, 594, 264, 55, 594, 352, 594, 260, 325, 175, 594, 594, 594, 594, 594, 594, 594, 223, 222, 474, 225, 182, 226, 188, 594, 215, 594, 184, 265, 594, 594, 594, 594, 594, 594, 458, 476, 594, 433, 594, 230, 594, 481, 594, 227, 594, 594, 594, 219, 594, 216, 594, 594, 594, 594, 231, 594, 594, 229, 594, 220, 228, 553, 594, 430, 594, 594, 478, 174, 224, 594, 217, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 5, 1, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 20, 21, 1, 22, 1, 23, 1, 24, 25, 26, 27, 28, 29, 30, 31, 32, 31, 33, 34, 35, 36, 37, 38, 31, 39, 40, 41, 42, 43, 44, 45, 31, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 } ; static yyconst flex_int32_t yy_meta[83] = { 0, 1, 2, 2, 2, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 4, 1, 5, 1, 1, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 1, 1, 1, 8, 1, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 1, 1, 2, 1 } ; static yyconst flex_int16_t yy_base[2457] = { 0, 0, 1, 49, 0, 2879, 2878, 131, 0, 213, 0, 295, 0, 377, 0, 2877, 2876, 458, 461, 464, 467, 470, 488, 2875, 2874, 2952, 2959, 2959, 2944, 2913, 2902, 2959, 2946, 2959, 2959, 2959, 2940, 479, 2936, 2959, 2959, 2959, 2959, 0, 2959, 1, 2959, 6, 2959, 2959, 2959, 2959, 0, 2959, 565, 2959, 2959, 2959, 2959, 494, 2959, 2959, 2959, 2959, 2864, 2959, 7, 10, 2959, 2959, 2959, 2959, 2959, 28, 31, 2959, 2959, 2959, 2959, 34, 37, 2959, 2959, 2959, 2959, 40, 43, 2959, 2959, 2959, 2863, 2959, 491, 497, 2924, 2959, 2959, 2959, 500, 506, 2923, 2959, 2959, 2959, 509, 512, 2922, 2959, 2959, 622, 2959, 2911, 2959, 2937, 2959, 457, 2917, 454, 457, 458, 2927, 7, 508, 0, 2959, 2959, 2959, 2959, 2959, 2959, 2959, 2872, 474, 0, 469, 2863, 2881, 452, 2880, 497, 2859, 2858, 416, 495, 500, 498, 523, 511, 623, 2873, 2868, 2871, 2959, 2959, 587, 625, 646, 648, 595, 661, 677, 670, 680, 2862, 481, 699, 715, 746, 713, 765, 597, 779, 787, 808, 728, 531, 665, 2865, 2868, 2959, 2959, 2959, 613, 2959, 2843, 2959, 670, 868, 877, 880, 2842, 2959, 883, 2903, 886, 2902, 889, 2901, 2854, 2853, 2853, 2851, 2862, 2861, 2860, 2847, 513, 2846, 2959, 664, 0, 2889, 2959, 507, 461, 627, 2959, 2841, 2836, 2848, 2830, 2840, 2840, 2850, 2827, 2848, 2835, 0, 2827, 2826, 2829, 2831, 2837, 2828, 0, 0, 2836, 2828, 2830, 2829, 0, 0, 2828, 0, 2821, 2828, 2827, 694, 2812, 2827, 2822, 708, 2829, 2828, 592, 2824, 2823, 0, 2806, 729, 2824, 2817, 2807, 736, 2797, 674, 636, 656, 711, 2820, 740, 441, 2804, 2804, 2806, 741, 2799, 790, 830, 2813, 806, 779, 756, 836, 844, 2814, 832, 2798, 2801, 773, 2808, 2792, 851, 740, 763, 2798, 2801, 2807, 2789, 800, 2793, 2801, 2787, 2796, 857, 2784, 2796, 2780, 2798, 2797, 846, 2792, 2790, 851, 805, 858, 2775, 2793, 2777, 2774, 497, 2773, 2785, 2774, 862, 2776, 0, 2783, 2773, 686, 866, 866, 2776, 2779, 866, 873, 2768, 798, 2778, 0, 2769, 2805, 646, 2764, 897, 879, 0, 2773, 2768, 2756, 775, 879, 0, 526, 911, 874, 2761, 886, 2762, 2764, 2767, 889, 2753, 893, 2750, 2748, 2753, 896, 2758, 2762, 2744, 2763, 2749, 2744, 2756, 2748, 893, 597, 2758, 894, 2749, 2739, 924, 905, 909, 909, 918, 910, 2755, 930, 952, 916, 921, 2737, 929, 927, 934, 2745, 2738, 2751, 943, 947, 2750, 2732, 941, 955, 2745, 2744, 0, 0, 0, 2727, 2745, 2744, 2735, 2742, 2723, 2721, 2720, 2738, 2737, 2725, 2735, 2959, 2766, 934, 2765, 967, 2725, 2731, 957, 0, 2715, 2710, 2716, 2714, 0, 2714, 2721, 2724, 2708, 2721, 2702, 2714, 2713, 2698, 2705, 0, 0, 0, 2709, 2703, 2696, 2695, 0, 2693, 2697, 2693, 2695, 2700, 2689, 2688, 0, 2686, 2704, 2697, 2702, 2686, 2694, 2692, 2687, 2686, 2679, 951, 0, 2695, 2682, 2683, 0, 2692, 2683, 964, 2676, 2681, 971, 2674, 2685, 2683, 2666, 2665, 964, 2672, 2667, 0, 2662, 2669, 2677, 0, 2676, 2659, 2675, 980, 989, 2658, 2667, 2666, 0, 0, 945, 2666, 2654, 2663, 2663, 2649, 0, 2648, 0, 2654, 2665, 0, 2649, 0, 2648, 957, 2661, 2648, 2660, 0, 2655, 2639, 0, 2649, 2648, 2644, 996, 0, 0, 2636, 0, 2642, 2644, 2632, 2650, 997, 2627, 2636, 0, 984, 0, 2632, 2630, 2637, 1003, 2627, 0, 2626, 2625, 0, 2631, 2635, 0, 997, 2620, 2619, 2626, 993, 2632, 2635, 2615, 2618, 0, 2631, 2625, 2630, 2621, 2609, 2608, 995, 2608, 2611, 0, 1007, 2609, 0, 2608, 2606, 2613, 0, 2614, 2615, 2606, 2600, 2598, 2608, 0, 2596, 2595, 0, 0, 2592, 2607, 2591, 2609, 2597, 2587, 2593, 2588, 2587, 2585, 0, 2594, 2585, 2583, 1000, 2596, 1009, 2581, 2593, 2582, 2583, 1018, 2594, 2593, 2575, 2574, 2572, 2570, 2569, 2581, 2584, 2565, 2572, 2566, 2579, 1023, 2566, 2567, 0, 2577, 2560, 2574, 2574, 2563, 1021, 0, 0, 2574, 2570, 2566, 2571, 2562, 2555, 0, 0, 2561, 2559, 2551, 2546, 1026, 2552, 2555, 2545, 2544, 0, 2548, 2542, 2541, 2545, 2552, 2548, 2543, 2542, 1025, 2548, 1029, 2532, 2530, 2549, 1028, 2530, 2545, 0, 2528, 2528, 2527, 2536, 0, 2524, 2522, 2540, 1015, 1033, 2536, 2534, 2531, 0, 1038, 2517, 2520, 2530, 2519, 2525, 2524, 2513, 1041, 2509, 2520, 2512, 2508, 1044, 2507, 2505, 0, 0, 2504, 2516, 2517, 2520, 2500, 2499, 2511, 2497, 2511, 2507, 2496, 2493, 2500, 2502, 2490, 2959, 1063, 2959, 1071, 2508, 0, 967, 0, 0, 2503, 2506, 2491, 2504, 2503, 2485, 0, 2501, 2497, 1043, 2488, 2498, 2479, 2492, 2476, 2494, 2489, 2488, 2491, 2477, 2472, 2466, 2476, 2479, 2478, 0, 2466, 2479, 0, 2475, 2468, 2480, 2473, 2474, 2463, 2462, 2467, 2474, 2449, 2457, 1052, 2451, 2457, 0, 0, 2465, 2457, 1058, 1058, 1054, 0, 1070, 0, 1061, 2450, 2462, 2461, 2452, 2453, 2444, 2447, 2452, 2451, 2447, 2449, 2452, 2451, 2436, 2439, 2442, 1064, 2431, 2432, 2438, 1074, 2431, 2432, 0, 2433, 2431, 2430, 0, 0, 2419, 2438, 2437, 0, 1075, 2434, 2421, 2438, 2423, 2424, 2424, 0, 2418, 0, 2422, 1087, 2415, 2428, 2406, 2418, 2411, 2427, 2415, 2404, 2405, 2415, 1077, 0, 2411, 0, 2417, 2407, 2419, 0, 2407, 2402, 2400, 2403, 2399, 2399, 2396, 2407, 2401, 2371, 0, 2362, 1080, 0, 2367, 415, 0, 484, 551, 603, 665, 1087, 0, 707, 727, 752, 813, 844, 903, 944, 1094, 0, 976, 1114, 1036, 1038, 1032, 0, 1057, 1063, 1083, 1089, 1085, 1095, 1082, 1083, 1114, 1083, 1093, 1091, 1099, 1113, 1105, 1124, 1108, 1120, 1110, 1112, 1115, 1115, 1118, 0, 1119, 1120, 0, 1126, 1132, 1141, 1140, 1126, 0, 1126, 1143, 1128, 1129, 1130, 1132, 1133, 1144, 0, 0, 1152, 1136, 1136, 1151, 1155, 1149, 1147, 1151, 0, 1141, 1154, 1161, 0, 1163, 1160, 1148, 1150, 1167, 1154, 1161, 1172, 1164, 1163, 1159, 1166, 0, 0, 1169, 1174, 1168, 1169, 1181, 1171, 1170, 1171, 1181, 1175, 1172, 1192, 1177, 0, 1183, 1191, 1192, 1193, 1181, 1184, 1185, 0, 1200, 1185, 1193, 0, 1184, 1201, 1206, 1203, 1192, 1194, 0, 1198, 1195, 1212, 1212, 1217, 1208, 1203, 1218, 1205, 1214, 1213, 1216, 1210, 0, 1212, 1217, 1228, 1229, 1216, 1217, 1213, 1218, 1226, 1238, 1232, 1225, 1241, 1228, 1236, 1238, 1238, 1240, 1241, 1231, 0, 1246, 1250, 0, 1237, 1238, 1243, 1242, 1242, 1257, 1254, 1246, 1253, 1246, 1249, 1299, 1300, 0, 0, 0, 1254, 0, 1259, 1256, 0, 1256, 0, 1275, 1259, 1269, 1274, 0, 0, 1261, 1280, 0, 1262, 1263, 0, 0, 1269, 1271, 1271, 0, 0, 1279, 0, 0, 0, 0, 0, 0, 1264, 1270, 1276, 1277, 1277, 0, 1277, 1276, 1286, 1277, 0, 1292, 1284, 1292, 1292, 1286, 1285, 1288, 0, 0, 1290, 1294, 1298, 1305, 1308, 1294, 1302, 1307, 1309, 0, 1302, 1290, 1303, 1312, 1304, 1298, 1307, 1303, 1307, 0, 1309, 0, 1309, 1322, 1310, 1308, 1321, 1306, 1318, 0, 1332, 1314, 1314, 1332, 1332, 1337, 1321, 1335, 1332, 0, 1337, 0, 0, 1329, 1331, 1344, 1342, 1342, 1330, 1334, 1334, 1333, 1333, 1334, 1339, 1352, 1342, 1354, 0, 1339, 1345, 1352, 1352, 1350, 0, 0, 0, 1362, 1346, 0, 0, 1349, 1346, 1356, 1348, 1356, 1356, 1352, 1369, 1366, 1356, 0, 0, 1372, 1369, 0, 1361, 1361, 0, 0, 1380, 1377, 1378, 0, 0, 1366, 1380, 1377, 1370, 1373, 1388, 1374, 1376, 1375, 1373, 1385, 1377, 1390, 1381, 1380, 0, 0, 1394, 1391, 1394, 1383, 1389, 1389, 1403, 1405, 1389, 1388, 1394, 1398, 1394, 1412, 1412, 1396, 1403, 1409, 0, 1417, 0, 1404, 1405, 1420, 1403, 0, 1412, 0, 1413, 0, 0, 0, 1414, 1422, 1408, 1424, 1425, 1426, 1424, 1425, 1419, 1420, 0, 0, 1421, 0, 1418, 1420, 1430, 1435, 1427, 1430, 1442, 1429, 1439, 0, 1430, 1426, 1431, 1448, 1441, 0, 1448, 1437, 0, 1432, 1449, 1450, 0, 1438, 1456, 1451, 1450, 1446, 1441, 1461, 1444, 1444, 1450, 1451, 1455, 0, 1457, 0, 0, 1452, 0, 0, 1453, 1468, 0, 0, 1459, 1460, 1475, 1463, 1463, 1463, 1483, 1469, 1465, 1470, 1487, 1480, 1470, 1476, 1477, 1475, 1485, 0, 1489, 0, 1495, 1481, 0, 1496, 1494, 1493, 1496, 0, 1500, 0, 0, 0, 1488, 1486, 1493, 0, 1493, 1491, 0, 1491, 1495, 1492, 1504, 0, 1501, 1502, 1511, 1518, 1516, 0, 0, 0, 1521, 1515, 1523, 1516, 1521, 1518, 1519, 1524, 1521, 1502, 1514, 1509, 1526, 1523, 1508, 1529, 2959, 2959, 0, 1535, 1522, 1536, 0, 1524, 1536, 1538, 0, 1527, 0, 0, 1523, 1546, 1534, 0, 1544, 0, 0, 0, 1534, 1532, 1543, 1540, 1553, 1550, 1542, 1539, 1546, 1552, 0, 1557, 0, 1541, 1541, 1550, 1543, 1547, 1554, 1566, 0, 1561, 1554, 1553, 1553, 1559, 0, 0, 1552, 1555, 1570, 0, 0, 1556, 0, 1576, 1573, 1570, 1574, 1567, 1578, 1570, 0, 1567, 1565, 1570, 1570, 0, 1583, 1583, 1573, 1588, 1592, 1569, 1580, 1587, 1579, 1575, 1598, 0, 1591, 1596, 1588, 0, 1583, 1589, 1590, 0, 1599, 1595, 1601, 0, 1595, 1595, 1593, 0, 1607, 1601, 1595, 0, 1610, 1595, 1611, 1611, 0, 1615, 1600, 1620, 1617, 0, 0, 0, 1605, 1618, 1618, 1605, 1609, 1614, 1613, 1610, 1624, 1614, 1620, 0, 0, 0, 1620, 1630, 1630, 1633, 0, 1634, 0, 0, 0, 1628, 1641, 0, 0, 0, 1638, 1641, 0, 0, 1644, 1643, 0, 1635, 1625, 1626, 1647, 1632, 1651, 1652, 1642, 1638, 1643, 1637, 1641, 1640, 0, 0, 1638, 1639, 1649, 0, 1663, 1651, 1646, 1660, 1663, 1657, 1657, 1656, 1656, 1655, 0, 1658, 1666, 1663, 1657, 0, 1662, 0, 0, 0, 1661, 1675, 1672, 1665, 1668, 1680, 1678, 1681, 1668, 1674, 0, 1670, 1667, 1668, 1671, 1684, 1693, 1690, 1675, 1694, 1693, 1694, 0, 1695, 1689, 1697, 1700, 1688, 1687, 0, 1690, 1698, 1695, 1704, 1687, 1689, 0, 1687, 1689, 1700, 1700, 1708, 1718, 0, 0, 1708, 1712, 1704, 1701, 1720, 1703, 0, 1726, 1714, 1711, 1721, 1715, 1724, 0, 1717, 0, 1721, 1716, 1717, 1717, 1720, 1734, 1720, 1729, 1739, 1719, 1720, 1741, 1722, 2959, 1742, 1719, 1725, 1749, 2959, 1727, 0, 1737, 1750, 1739, 1747, 1736, 1739, 0, 1740, 0, 1742, 1740, 1752, 1749, 1758, 1745, 0, 0, 0, 1756, 1758, 0, 0, 1748, 1763, 1753, 0, 1749, 1757, 1767, 1747, 1753, 1766, 1774, 1758, 0, 1759, 1760, 1762, 1777, 0, 1762, 1769, 1763, 1766, 0, 1777, 1784, 1772, 1771, 1770, 1784, 0, 1774, 0, 1775, 1775, 1782, 1782, 1784, 1781, 1786, 1781, 0, 1795, 1791, 1781, 1801, 1797, 1800, 1789, 1786, 1796, 1793, 1808, 0, 1797, 1806, 1796, 1809, 1816, 0, 1794, 1808, 1818, 1807, 1803, 1816, 1816, 1817, 1807, 1810, 0, 1809, 1823, 0, 0, 1807, 1812, 1825, 0, 1817, 0, 1824, 1832, 1832, 1822, 1821, 0, 0, 0, 1835, 0, 1827, 1828, 1838, 0, 1835, 1844, 1841, 0, 1842, 0, 0, 0, 1845, 1844, 0, 0, 1838, 0, 0, 1833, 1834, 1841, 1838, 1842, 0, 0, 1844, 1839, 1852, 1852, 1839, 1849, 1847, 1849, 1845, 0, 0, 1862, 0, 0, 1847, 1863, 1850, 1849, 1861, 1871, 1853, 1854, 1863, 1867, 1860, 1873, 1868, 1862, 1869, 1866, 1870, 0, 1867, 1880, 0, 0, 1881, 1875, 1870, 1873, 1877, 1890, 1889, 1888, 1880, 1894, 1891, 1877, 0, 1880, 0, 1884, 1888, 1900, 1893, 1883, 1903, 1900, 1901, 1906, 0, 1905, 0, 1905, 0, 1881, 1882, 1883, 1884, 1910, 2959, 1886, 1896, 1888, 1895, 1899, 1897, 1901, 1904, 1908, 1906, 0, 1906, 1914, 1922, 1911, 1921, 1923, 1911, 0, 1913, 0, 1914, 1927, 0, 1930, 1935, 1936, 1923, 0, 0, 0, 1921, 1939, 0, 0, 1921, 0, 1928, 1923, 1926, 1924, 1931, 1946, 1928, 1928, 1930, 0, 1931, 1929, 1952, 1936, 0, 0, 1935, 1951, 1938, 1939, 1944, 1953, 1941, 0, 0, 1938, 1944, 1945, 1948, 1946, 1966, 1948, 1944, 0, 0, 1950, 1948, 1971, 1953, 1967, 1968, 0, 1961, 1959, 1958, 0, 1978, 1960, 1964, 0, 1981, 0, 0, 1974, 0, 1964, 1965, 1974, 1983, 1970, 1972, 1973, 1986, 0, 0, 1981, 1978, 1969, 1977, 0, 1991, 1982, 1978, 1991, 1991, 1996, 1982, 0, 0, 1985, 1978, 0, 0, 2004, 1993, 1987, 1996, 2004, 2005, 0, 1997, 1995, 1996, 0, 1999, 1990, 1998, 0, 2000, 2001, 0, 2014, 2015, 2003, 0, 2019, 2018, 2020, 2005, 2023, 2009, 0, 2010, 2006, 2015, 0, 2017, 2018, 0, 2014, 2015, 0, 2025, 2032, 2959, 2959, 2959, 2959, 2010, 2959, 2022, 2959, 0, 2032, 0, 2041, 2034, 2021, 2030, 0, 2031, 0, 0, 0, 2039, 0, 0, 0, 2036, 2035, 2032, 2037, 2040, 2038, 2035, 0, 2035, 0, 2051, 2054, 2035, 2041, 2059, 2052, 2037, 2058, 0, 2046, 2050, 2048, 2048, 0, 0, 2048, 2061, 0, 0, 0, 2051, 0, 0, 2053, 2071, 0, 2064, 0, 2056, 2074, 2075, 2069, 2054, 0, 2061, 2062, 2080, 0, 2068, 2067, 0, 0, 0, 0, 2083, 2068, 0, 0, 0, 2062, 2082, 2073, 2080, 2067, 2090, 2072, 2087, 2089, 2077, 2088, 2093, 2087, 2091, 0, 2100, 2085, 2086, 2099, 0, 2088, 2082, 2102, 2093, 0, 2092, 0, 0, 2095, 2106, 0, 2097, 2108, 2105, 2110, 2111, 2098, 2103, 2100, 2106, 2114, 0, 2108, 2109, 0, 0, 2959, 2115, 2110, 2108, 2120, 0, 2105, 2115, 2110, 2126, 2125, 2128, 2127, 0, 2112, 2128, 2132, 2135, 2136, 2138, 2123, 2124, 2123, 2132, 2138, 2128, 2124, 0, 2129, 2130, 2131, 0, 2134, 2135, 2139, 2137, 2138, 2140, 2140, 2139, 0, 0, 2142, 2143, 2155, 2143, 2152, 0, 0, 2148, 2142, 2153, 0, 2150, 2168, 2169, 2151, 2167, 2157, 0, 2162, 2161, 2162, 0, 0, 0, 0, 0, 2160, 2154, 0, 2155, 0, 2157, 2175, 2175, 2176, 0, 2179, 2162, 0, 0, 0, 2181, 2182, 2164, 2175, 2172, 2183, 0, 0, 0, 2188, 2188, 0, 2182, 2183, 0, 2189, 0, 0, 2182, 2193, 2184, 2182, 0, 2197, 2185, 2189, 0, 0, 2200, 0, 2191, 2189, 2194, 2195, 2193, 2191, 2195, 2213, 2200, 2198, 2205, 2199, 2207, 0, 0, 2200, 2203, 2204, 2205, 2223, 2208, 2206, 2222, 2207, 2222, 0, 0, 0, 2216, 2211, 2224, 2215, 2214, 0, 2218, 2219, 2208, 0, 2223, 2219, 2225, 2225, 0, 2237, 2238, 2235, 2227, 2226, 2241, 2225, 2234, 0, 2249, 2228, 2235, 2230, 2239, 0, 2232, 2241, 2248, 2243, 2241, 2237, 2246, 2257, 0, 2258, 2259, 2250, 2248, 2249, 2250, 0, 2250, 2258, 2252, 2260, 0, 0, 2253, 2273, 0, 2258, 2259, 2959, 2254, 2277, 2256, 0, 2276, 2275, 2275, 2282, 2266, 2265, 0, 2263, 2275, 2269, 0, 0, 2266, 2271, 2268, 2285, 2270, 2276, 0, 2272, 0, 2284, 2290, 2275, 2284, 2285, 2283, 2293, 0, 0, 2298, 0, 2292, 0, 0, 0, 2287, 2292, 2292, 2288, 2301, 2298, 2302, 0, 0, 0, 0, 0, 0, 2293, 2312, 0, 2299, 0, 0, 2297, 2297, 2294, 2295, 2304, 2294, 0, 0, 2303, 0, 2299, 0, 2303, 0, 2317, 0, 2307, 2303, 2326, 0, 2309, 0, 2306, 2325, 2316, 2318, 0, 2325, 2316, 0, 2323, 0, 0, 0, 2313, 0, 2317, 2323, 0, 0, 0, 2316, 0, 2959, 2391, 2399, 2407, 2415, 2423, 2429, 2432, 2438, 2445, 2450, 2453, 2457 } ; static yyconst flex_int16_t yy_def[2457] = { 0, 2445, 2445, 2444, 3, 2446, 2446, 2444, 7, 2444, 9, 2444, 11, 2444, 13, 2446, 2446, 2447, 2447, 2448, 2448, 2449, 2449, 2446, 2446, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2450, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2451, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2452, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2453, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2454, 2454, 2454, 2454, 2444, 2444, 2444, 2451, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2452, 2444, 2444, 2444, 2444, 2444, 2453, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2456, 2454, 2444, 2454, 2454, 2454, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2456, 2454, 2454, 2454, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2454, 2444, 2454, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2454, 2454, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2444, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 2455, 0, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444 } ; static yyconst flex_int16_t yy_nxt[3042] = { 0, 2444, 2444, 27, 27, 2444, 2444, 28, 28, 186, 186, 186, 186, 186, 186, 121, 121, 121, 121, 122, 122, 121, 121, 121, 121, 122, 122, 2444, 29, 29, 187, 187, 187, 187, 187, 187, 188, 188, 188, 188, 188, 188, 189, 189, 189, 189, 189, 189, 30, 30, 31, 32, 33, 31, 34, 35, 36, 31, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 53, 54, 55, 56, 57, 58, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 52, 59, 60, 61, 62, 65, 66, 67, 66, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 65, 65, 65, 65, 65, 65, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 69, 70, 65, 71, 65, 72, 73, 74, 73, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 72, 72, 72, 72, 72, 72, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 75, 76, 72, 77, 72, 78, 79, 80, 79, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 78, 78, 78, 78, 78, 78, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 81, 82, 78, 83, 78, 84, 85, 86, 85, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 84, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 84, 84, 84, 84, 84, 84, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 88, 84, 89, 84, 92, 93, 92, 92, 93, 92, 98, 99, 98, 98, 99, 98, 104, 105, 104, 212, 209, 94, 212, 212, 94, 236, 212, 100, 237, 115, 100, 1183, 238, 106, 104, 105, 104, 192, 192, 192, 182, 182, 182, 192, 192, 192, 194, 194, 194, 491, 492, 106, 194, 194, 194, 196, 196, 196, 196, 196, 196, 227, 228, 229, 213, 117, 214, 121, 215, 121, 222, 122, 212, 426, 223, 218, 118, 210, 318, 219, 224, 95, 319, 96, 95, 220, 96, 101, 1184, 102, 101, 221, 102, 107, 231, 108, 119, 621, 232, 239, 240, 243, 402, 246, 244, 245, 571, 572, 233, 241, 242, 107, 425, 108, 124, 247, 125, 126, 127, 183, 248, 250, 420, 251, 128, 421, 622, 249, 403, 129, 130, 404, 405, 131, 132, 133, 134, 135, 133, 136, 133, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 1185, 152, 153, 182, 182, 182, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 133, 178, 179, 180, 181, 198, 212, 462, 252, 259, 260, 261, 369, 262, 654, 263, 264, 288, 289, 290, 463, 291, 292, 199, 370, 293, 655, 1186, 371, 294, 186, 186, 186, 200, 201, 202, 265, 253, 254, 203, 266, 209, 267, 423, 268, 204, 427, 269, 205, 479, 270, 206, 183, 480, 207, 255, 271, 272, 603, 281, 273, 274, 282, 283, 275, 276, 481, 284, 277, 482, 285, 278, 295, 286, 483, 279, 604, 280, 296, 287, 406, 307, 308, 297, 407, 309, 298, 477, 300, 299, 301, 408, 302, 409, 303, 310, 312, 582, 311, 313, 1187, 304, 478, 314, 315, 316, 452, 305, 583, 306, 320, 321, 322, 323, 324, 325, 326, 327, 328, 457, 453, 329, 458, 330, 331, 1190, 334, 355, 484, 332, 335, 333, 356, 336, 337, 485, 357, 459, 1191, 358, 338, 339, 398, 359, 467, 360, 340, 341, 468, 473, 399, 535, 400, 474, 401, 469, 496, 342, 536, 343, 497, 344, 487, 345, 475, 346, 1192, 512, 347, 348, 488, 349, 350, 489, 490, 351, 361, 352, 353, 354, 362, 513, 537, 363, 364, 528, 616, 365, 366, 538, 372, 373, 374, 367, 368, 375, 509, 376, 377, 529, 381, 378, 382, 617, 379, 383, 384, 510, 511, 380, 385, 543, 598, 386, 387, 499, 563, 388, 389, 391, 390, 500, 599, 392, 393, 544, 394, 395, 187, 187, 187, 564, 507, 396, 508, 1193, 397, 188, 188, 188, 189, 189, 189, 192, 192, 192, 194, 194, 194, 196, 196, 196, 501, 514, 502, 517, 503, 1194, 515, 504, 505, 518, 523, 524, 532, 525, 516, 519, 549, 557, 561, 558, 550, 520, 565, 562, 521, 584, 576, 606, 533, 585, 534, 587, 595, 625, 551, 596, 566, 577, 588, 578, 592, 623, 611, 586, 593, 618, 619, 626, 594, 628, 589, 633, 636, 629, 661, 652, 607, 612, 620, 641, 637, 212, 608, 642, 665, 634, 653, 657, 670, 643, 624, 674, 609, 1195, 667, 658, 671, 672, 666, 610, 668, 669, 683, 662, 673, 663, 675, 676, 685, 677, 679, 680, 690, 687, 212, 686, 691, 692, 693, 694, 710, 681, 664, 688, 682, 699, 703, 730, 695, 704, 700, 684, 773, 701, 711, 821, 712, 705, 713, 702, 833, 1196, 735, 781, 706, 822, 707, 736, 774, 775, 782, 714, 786, 737, 834, 800, 787, 1048, 801, 811, 732, 788, 802, 1049, 789, 783, 1202, 790, 791, 792, 812, 793, 794, 813, 815, 843, 816, 814, 850, 854, 874, 855, 859, 844, 869, 860, 861, 817, 851, 870, 886, 875, 887, 862, 890, 917, 920, 918, 926, 927, 863, 921, 942, 951, 891, 963, 979, 980, 982, 987, 212, 999, 928, 1000, 1001, 952, 964, 1006, 212, 965, 1015, 943, 1058, 966, 988, 1002, 989, 1021, 983, 1208, 1209, 1210, 1007, 1022, 1016, 1088, 1023, 1097, 1024, 1059, 1025, 1026, 1027, 1095, 1100, 1098, 1089, 1124, 1096, 1090, 1101, 1211, 1102, 1129, 1125, 1045, 1105, 1099, 1212, 1106, 1107, 1130, 1163, 1046, 1103, 1139, 1150, 1164, 1104, 1151, 1180, 1140, 1188, 1197, 1213, 1141, 1181, 1216, 1217, 1214, 1218, 1219, 1226, 1189, 1198, 1215, 1152, 1227, 1228, 1229, 1199, 1200, 1201, 1203, 1220, 1221, 1204, 1205, 1222, 1206, 1230, 1223, 1231, 1232, 1233, 1234, 1235, 1224, 1236, 1237, 1225, 1207, 1238, 1239, 1241, 1240, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1275, 1271, 1262, 1272, 1276, 1277, 1278, 1279, 1280, 1263, 1281, 1282, 1273, 1283, 1284, 1285, 1286, 1274, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1308, 1309, 1310, 1311, 1313, 1318, 1314, 1319, 1315, 1320, 1321, 1322, 1323, 1307, 1324, 1325, 1326, 1316, 1312, 1327, 1328, 1329, 1317, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1351, 1352, 1354, 1355, 1356, 1357, 1358, 1359, 1350, 1363, 1364, 1365, 1360, 1353, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1361, 1376, 1362, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1401, 1402, 1400, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1421, 1422, 1423, 1424, 1425, 1426, 1419, 1420, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1474, 1472, 1475, 1476, 1477, 1462, 1473, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1511, 1512, 1513, 1510, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1522, 1523, 1524, 1525, 1526, 1521, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1554, 1563, 1576, 1577, 1579, 1580, 1578, 1564, 1565, 1566, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1594, 1595, 1596, 1597, 1598, 1599, 1601, 1602, 1604, 1605, 1606, 1607, 1608, 1609, 1612, 1613, 1600, 1593, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1603, 1610, 1621, 1622, 1623, 1611, 1624, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1625, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1683, 1684, 1682, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1735, 1736, 1738, 1739, 1724, 1740, 1741, 1742, 1743, 1744, 1745, 1737, 1746, 1747, 1748, 1749, 1750, 1751, 1752, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1762, 1763, 1761, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1808, 1809, 1810, 1811, 1812, 1813, 1814, 1816, 1807, 1817, 1818, 1819, 1820, 1821, 1822, 1815, 1824, 1825, 1826, 1827, 1828, 1823, 1829, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1894, 1895, 1893, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1908, 1909, 1910, 1911, 1907, 1912, 1913, 1914, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1929, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1937, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1953, 1954, 1955, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1971, 1972, 1973, 1974, 1975, 1970, 1976, 1977, 1978, 1979, 1980, 1981, 1982, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2129, 2138, 2139, 2140, 2141, 2142, 2130, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2180, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2245, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2298, 2299, 2300, 2302, 2303, 2304, 2305, 2306, 2301, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2297, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 26, 26, 26, 26, 26, 26, 26, 26, 63, 63, 63, 63, 63, 63, 63, 63, 91, 91, 91, 91, 91, 91, 91, 91, 97, 97, 97, 97, 97, 97, 97, 97, 103, 103, 103, 103, 103, 103, 103, 103, 116, 1182, 1179, 116, 116, 116, 123, 123, 184, 184, 184, 1178, 184, 184, 190, 190, 190, 190, 190, 190, 190, 190, 211, 211, 211, 211, 211, 133, 133, 424, 1177, 424, 1176, 1175, 1174, 1173, 1172, 1171, 1170, 1169, 1168, 1167, 1166, 1165, 1162, 1161, 1160, 1159, 1158, 1157, 1156, 1155, 1154, 1153, 1149, 1148, 1147, 1146, 1145, 1144, 1143, 1142, 1138, 1137, 1136, 1135, 1134, 1133, 1132, 1131, 1128, 1127, 1126, 1123, 1122, 1121, 1120, 1119, 1118, 1117, 1116, 1115, 1114, 1113, 1112, 1111, 1110, 1109, 1108, 1094, 1093, 1092, 1091, 1087, 1086, 1085, 1084, 1083, 1082, 1081, 1080, 1079, 1078, 1077, 1076, 1075, 1074, 1073, 1072, 1071, 1070, 1069, 1068, 1067, 1066, 1065, 1064, 1063, 1062, 1061, 1060, 1057, 1056, 1055, 1054, 1053, 1052, 1051, 1050, 1047, 1044, 1043, 1042, 1041, 1040, 1039, 1038, 1037, 1036, 1035, 1034, 1033, 1032, 1031, 1030, 1029, 1028, 1020, 1019, 1018, 1017, 1014, 1013, 1012, 1011, 1010, 1009, 1008, 1005, 1004, 1003, 998, 997, 996, 995, 994, 993, 992, 991, 990, 986, 985, 984, 981, 978, 977, 976, 975, 974, 973, 972, 971, 970, 969, 968, 967, 962, 961, 960, 959, 958, 957, 956, 955, 954, 953, 950, 949, 948, 947, 946, 945, 944, 941, 940, 939, 938, 937, 936, 935, 934, 933, 932, 931, 930, 929, 925, 924, 923, 922, 919, 916, 915, 914, 913, 912, 911, 910, 909, 908, 907, 906, 905, 904, 903, 902, 901, 900, 899, 898, 897, 896, 895, 894, 893, 892, 889, 888, 885, 884, 883, 882, 881, 880, 879, 878, 877, 876, 873, 872, 871, 868, 867, 866, 865, 864, 858, 857, 856, 853, 852, 849, 848, 847, 846, 845, 842, 841, 840, 839, 838, 837, 836, 835, 832, 831, 830, 829, 828, 827, 826, 825, 824, 823, 820, 819, 818, 810, 809, 808, 807, 806, 805, 804, 803, 799, 798, 797, 796, 795, 785, 784, 780, 779, 778, 777, 776, 772, 771, 770, 769, 768, 767, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, 755, 754, 753, 752, 751, 750, 749, 748, 747, 746, 745, 744, 743, 742, 741, 740, 739, 738, 734, 733, 731, 729, 728, 727, 726, 725, 724, 723, 722, 721, 720, 719, 718, 717, 716, 715, 709, 708, 698, 697, 696, 689, 678, 660, 659, 656, 651, 650, 649, 648, 647, 646, 645, 644, 640, 639, 638, 635, 632, 631, 630, 627, 615, 614, 613, 605, 602, 601, 600, 597, 591, 590, 581, 580, 579, 575, 574, 573, 570, 569, 568, 567, 560, 559, 556, 555, 554, 553, 552, 548, 547, 546, 545, 542, 541, 540, 539, 531, 530, 527, 526, 522, 506, 498, 495, 494, 493, 486, 476, 472, 471, 470, 466, 465, 464, 461, 460, 456, 455, 454, 451, 450, 449, 448, 447, 446, 445, 444, 443, 442, 441, 440, 439, 438, 437, 436, 435, 434, 433, 432, 431, 430, 429, 428, 212, 422, 419, 418, 417, 416, 415, 414, 413, 412, 197, 195, 193, 191, 185, 411, 410, 317, 258, 257, 256, 235, 234, 230, 226, 225, 217, 216, 212, 113, 208, 197, 195, 193, 191, 185, 120, 114, 113, 112, 111, 110, 2444, 109, 109, 90, 90, 64, 64, 25, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444 } ; static yyconst flex_int16_t yy_chk[3042] = { 0, 0, 0, 1, 2, 0, 0, 1, 2, 66, 66, 66, 67, 67, 67, 43, 45, 43, 45, 43, 45, 47, 121, 47, 121, 47, 121, 0, 1, 2, 73, 73, 73, 74, 74, 74, 79, 79, 79, 80, 80, 80, 85, 85, 85, 86, 86, 86, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 17, 17, 17, 18, 18, 18, 19, 19, 19, 20, 20, 20, 21, 21, 21, 117, 115, 17, 118, 119, 18, 142, 214, 19, 142, 37, 20, 870, 142, 21, 22, 22, 22, 92, 92, 92, 59, 59, 59, 93, 93, 93, 98, 98, 98, 271, 271, 22, 99, 99, 99, 104, 104, 104, 105, 105, 105, 137, 137, 137, 117, 37, 118, 122, 119, 122, 134, 122, 213, 214, 134, 132, 37, 115, 164, 132, 134, 17, 164, 17, 18, 132, 18, 19, 872, 19, 20, 132, 20, 21, 139, 21, 37, 353, 139, 143, 143, 144, 175, 145, 144, 144, 320, 320, 139, 143, 143, 22, 213, 22, 54, 145, 54, 54, 54, 59, 146, 147, 206, 147, 54, 206, 353, 146, 175, 54, 54, 175, 175, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 873, 54, 54, 182, 182, 182, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 109, 215, 254, 148, 154, 154, 154, 170, 154, 377, 154, 154, 158, 158, 158, 254, 158, 158, 109, 170, 158, 377, 874, 170, 158, 186, 186, 186, 109, 109, 109, 155, 148, 148, 109, 155, 209, 155, 209, 155, 109, 215, 155, 109, 266, 155, 109, 182, 266, 109, 148, 155, 156, 342, 157, 156, 156, 157, 157, 156, 156, 266, 157, 156, 267, 157, 156, 159, 157, 267, 156, 342, 156, 159, 157, 176, 161, 161, 159, 176, 161, 159, 265, 160, 159, 160, 176, 160, 176, 160, 161, 162, 329, 161, 162, 875, 160, 265, 162, 162, 162, 247, 160, 329, 160, 165, 165, 165, 165, 165, 165, 165, 165, 165, 251, 247, 165, 251, 165, 165, 878, 166, 168, 268, 165, 166, 165, 168, 166, 166, 268, 168, 251, 879, 168, 166, 166, 174, 168, 259, 168, 166, 167, 259, 263, 174, 293, 174, 263, 174, 259, 275, 167, 293, 167, 275, 167, 270, 167, 263, 167, 880, 282, 167, 167, 270, 167, 167, 270, 270, 167, 169, 167, 167, 167, 169, 282, 294, 169, 169, 289, 350, 169, 169, 294, 171, 171, 171, 169, 169, 171, 281, 171, 171, 289, 172, 171, 172, 350, 171, 172, 172, 281, 281, 171, 172, 299, 337, 172, 172, 277, 314, 172, 172, 173, 172, 277, 337, 173, 173, 299, 173, 173, 187, 187, 187, 314, 280, 173, 280, 881, 173, 188, 188, 188, 189, 189, 189, 192, 192, 192, 194, 194, 194, 196, 196, 196, 278, 283, 278, 284, 278, 882, 283, 278, 278, 284, 286, 286, 292, 286, 283, 284, 304, 310, 313, 310, 304, 284, 315, 313, 284, 330, 324, 344, 292, 330, 292, 331, 335, 355, 304, 335, 315, 324, 331, 324, 334, 354, 345, 330, 334, 351, 351, 355, 334, 357, 331, 361, 363, 357, 382, 376, 344, 345, 351, 367, 363, 425, 344, 367, 383, 361, 376, 379, 385, 367, 354, 387, 344, 883, 384, 379, 385, 386, 383, 344, 384, 384, 390, 382, 386, 382, 387, 387, 391, 387, 389, 389, 394, 392, 427, 391, 394, 395, 395, 396, 404, 389, 382, 392, 389, 400, 401, 425, 396, 401, 400, 390, 473, 400, 404, 508, 405, 401, 405, 400, 523, 884, 430, 481, 401, 508, 401, 430, 473, 473, 481, 405, 484, 430, 523, 490, 484, 735, 490, 501, 427, 484, 490, 735, 484, 481, 887, 484, 484, 484, 501, 484, 484, 501, 502, 534, 502, 501, 543, 547, 565, 547, 552, 534, 561, 552, 552, 502, 543, 561, 577, 565, 577, 552, 581, 613, 615, 613, 620, 620, 552, 615, 634, 643, 581, 658, 672, 672, 674, 678, 730, 690, 620, 690, 691, 643, 658, 696, 732, 658, 704, 634, 747, 658, 678, 691, 678, 709, 674, 889, 890, 891, 696, 709, 704, 778, 709, 786, 709, 747, 709, 709, 709, 785, 787, 786, 778, 808, 785, 778, 787, 893, 789, 812, 808, 730, 791, 786, 894, 791, 791, 812, 847, 732, 789, 825, 836, 847, 789, 836, 867, 825, 876, 885, 895, 825, 867, 897, 898, 896, 899, 900, 902, 876, 885, 896, 836, 903, 904, 905, 885, 885, 885, 888, 901, 901, 888, 888, 901, 888, 906, 901, 907, 908, 909, 910, 911, 901, 912, 913, 901, 888, 914, 915, 917, 915, 917, 918, 920, 921, 922, 923, 924, 926, 927, 928, 929, 930, 931, 932, 933, 936, 937, 938, 939, 940, 941, 942, 943, 945, 946, 947, 949, 950, 949, 940, 949, 951, 952, 953, 954, 955, 940, 956, 957, 949, 958, 959, 960, 963, 949, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 977, 978, 979, 980, 981, 982, 983, 985, 986, 987, 989, 990, 991, 992, 991, 993, 991, 994, 996, 997, 998, 985, 999, 1000, 1001, 991, 990, 1002, 1003, 1004, 991, 1005, 1006, 1007, 1008, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1024, 1025, 1026, 1027, 1028, 1029, 1031, 1032, 1032, 1024, 1034, 1035, 1036, 1032, 1026, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1032, 1050, 1032, 1052, 1053, 1055, 1057, 1058, 1059, 1060, 1063, 1064, 1066, 1067, 1070, 1071, 1072, 1075, 1082, 1083, 1084, 1085, 1086, 1088, 1089, 1090, 1091, 1093, 1090, 1094, 1095, 1096, 1097, 1098, 1099, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1112, 1112, 1119, 1120, 1122, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1142, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1161, 1162, 1163, 1164, 1165, 1169, 1170, 1173, 1174, 1176, 1175, 1177, 1178, 1179, 1159, 1175, 1180, 1181, 1182, 1185, 1186, 1188, 1189, 1192, 1193, 1194, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1220, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1233, 1235, 1236, 1237, 1230, 1238, 1240, 1242, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1258, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1270, 1271, 1272, 1273, 1274, 1276, 1277, 1279, 1280, 1281, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1273, 1284, 1294, 1296, 1299, 1302, 1296, 1284, 1284, 1284, 1303, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1324, 1326, 1327, 1329, 1330, 1331, 1332, 1334, 1338, 1339, 1322, 1316, 1340, 1342, 1343, 1345, 1346, 1347, 1348, 1326, 1334, 1350, 1351, 1352, 1334, 1353, 1354, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1353, 1370, 1371, 1372, 1373, 1377, 1378, 1379, 1381, 1382, 1383, 1385, 1388, 1389, 1390, 1392, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1407, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1417, 1418, 1419, 1420, 1421, 1424, 1425, 1426, 1429, 1431, 1432, 1433, 1431, 1434, 1435, 1436, 1437, 1439, 1440, 1441, 1442, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1456, 1457, 1458, 1460, 1461, 1462, 1464, 1465, 1466, 1468, 1469, 1470, 1472, 1473, 1474, 1476, 1477, 1478, 1479, 1481, 1482, 1483, 1484, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1481, 1502, 1503, 1504, 1505, 1507, 1511, 1496, 1512, 1516, 1517, 1520, 1521, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1532, 1535, 1538, 1539, 1540, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1553, 1554, 1555, 1556, 1558, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1585, 1586, 1587, 1588, 1589, 1590, 1592, 1593, 1594, 1595, 1596, 1587, 1597, 1599, 1600, 1601, 1602, 1603, 1595, 1604, 1607, 1608, 1609, 1610, 1603, 1611, 1612, 1614, 1615, 1616, 1617, 1618, 1619, 1621, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1637, 1638, 1639, 1640, 1642, 1644, 1645, 1646, 1647, 1648, 1649, 1651, 1653, 1654, 1655, 1656, 1657, 1658, 1662, 1663, 1666, 1667, 1668, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1679, 1680, 1681, 1682, 1684, 1685, 1686, 1687, 1689, 1690, 1691, 1692, 1693, 1691, 1694, 1696, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1707, 1708, 1709, 1710, 1711, 1707, 1712, 1713, 1714, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1736, 1737, 1740, 1741, 1742, 1744, 1746, 1747, 1748, 1749, 1750, 1754, 1756, 1757, 1758, 1760, 1761, 1762, 1764, 1768, 1769, 1772, 1775, 1776, 1777, 1778, 1779, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1793, 1796, 1797, 1798, 1799, 1800, 1793, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1811, 1812, 1814, 1815, 1818, 1819, 1820, 1821, 1822, 1823, 1824, 1825, 1826, 1827, 1828, 1829, 1831, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1843, 1845, 1847, 1848, 1849, 1850, 1851, 1853, 1854, 1855, 1856, 1857, 1858, 1859, 1860, 1861, 1862, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1872, 1874, 1875, 1877, 1878, 1879, 1880, 1884, 1885, 1888, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1900, 1901, 1902, 1903, 1906, 1907, 1908, 1909, 1910, 1911, 1912, 1915, 1916, 1917, 1918, 1919, 1920, 1921, 1922, 1925, 1926, 1927, 1928, 1929, 1930, 1932, 1933, 1934, 1936, 1937, 1938, 1940, 1943, 1945, 1946, 1947, 1948, 1949, 1950, 1951, 1952, 1955, 1956, 1957, 1958, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1969, 1970, 1973, 1974, 1975, 1976, 1977, 1978, 1980, 1981, 1982, 1984, 1985, 1986, 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006, 1997, 2007, 2009, 2010, 2012, 2013, 1997, 2018, 2020, 2023, 2025, 2026, 2027, 2028, 2030, 2034, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2046, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2057, 2058, 2059, 2060, 2063, 2064, 2068, 2071, 2072, 2074, 2076, 2077, 2078, 2079, 2080, 2082, 2083, 2084, 2086, 2087, 2092, 2093, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2077, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2112, 2113, 2114, 2115, 2117, 2118, 2119, 2120, 2122, 2125, 2126, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2139, 2140, 2144, 2145, 2146, 2147, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2171, 2172, 2162, 2173, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2185, 2186, 2187, 2188, 2189, 2192, 2193, 2194, 2196, 2197, 2198, 2199, 2200, 2201, 2203, 2204, 2205, 2211, 2212, 2214, 2216, 2217, 2218, 2219, 2221, 2222, 2226, 2227, 2228, 2229, 2230, 2231, 2235, 2236, 2238, 2239, 2241, 2244, 2245, 2246, 2247, 2239, 2249, 2250, 2251, 2254, 2256, 2257, 2258, 2235, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2284, 2285, 2286, 2287, 2288, 2290, 2291, 2292, 2294, 2295, 2296, 2297, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2308, 2309, 2310, 2311, 2312, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2323, 2324, 2325, 2326, 2327, 2328, 2330, 2331, 2332, 2333, 2336, 2337, 2339, 2340, 2342, 2343, 2344, 2346, 2347, 2348, 2349, 2350, 2351, 2353, 2354, 2355, 2358, 2359, 2360, 2361, 2362, 2363, 2365, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2376, 2378, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2395, 2396, 2398, 2401, 2402, 2403, 2404, 2405, 2406, 2409, 2411, 2413, 2415, 2417, 2418, 2419, 2421, 2423, 2424, 2425, 2426, 2428, 2429, 2431, 2435, 2437, 2438, 2442, 2445, 2445, 2445, 2445, 2445, 2445, 2445, 2445, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2446, 2447, 2447, 2447, 2447, 2447, 2447, 2447, 2447, 2448, 2448, 2448, 2448, 2448, 2448, 2448, 2448, 2449, 2449, 2449, 2449, 2449, 2449, 2449, 2449, 2450, 869, 866, 2450, 2450, 2450, 2451, 2451, 2452, 2452, 2452, 864, 2452, 2452, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 2453, 2454, 2454, 2454, 2454, 2454, 2455, 2455, 2456, 863, 2456, 862, 861, 860, 859, 858, 857, 856, 855, 853, 852, 851, 849, 846, 845, 844, 843, 842, 841, 840, 839, 838, 837, 835, 833, 831, 830, 829, 828, 827, 826, 823, 822, 821, 818, 817, 816, 814, 813, 811, 810, 809, 807, 806, 805, 804, 803, 802, 801, 800, 799, 798, 797, 796, 795, 794, 793, 792, 784, 783, 780, 779, 777, 776, 775, 774, 773, 772, 771, 770, 769, 768, 767, 765, 764, 762, 761, 760, 759, 758, 757, 756, 755, 754, 753, 752, 751, 750, 749, 748, 746, 745, 743, 742, 741, 740, 739, 738, 733, 728, 727, 726, 725, 724, 723, 722, 721, 720, 719, 718, 717, 716, 715, 714, 711, 710, 708, 707, 706, 705, 703, 702, 701, 700, 699, 698, 697, 694, 693, 692, 689, 688, 687, 685, 684, 683, 682, 680, 679, 677, 676, 675, 673, 671, 670, 669, 668, 667, 666, 665, 664, 662, 661, 660, 659, 657, 656, 655, 654, 651, 650, 649, 648, 647, 646, 642, 641, 640, 639, 638, 636, 635, 633, 632, 631, 630, 629, 628, 627, 626, 625, 624, 623, 622, 621, 619, 618, 617, 616, 614, 612, 611, 610, 608, 607, 606, 605, 604, 603, 602, 601, 600, 599, 596, 595, 593, 592, 591, 590, 589, 588, 586, 585, 584, 582, 579, 578, 576, 575, 574, 573, 572, 571, 569, 568, 567, 566, 564, 563, 562, 559, 558, 556, 555, 553, 551, 550, 549, 545, 544, 542, 541, 540, 539, 537, 533, 532, 531, 529, 528, 526, 525, 524, 522, 520, 518, 517, 515, 513, 512, 511, 510, 509, 505, 504, 503, 500, 499, 498, 496, 495, 494, 492, 491, 489, 488, 487, 486, 485, 483, 482, 480, 479, 477, 476, 475, 472, 471, 470, 469, 468, 467, 466, 465, 464, 463, 461, 460, 459, 458, 457, 456, 455, 453, 452, 451, 450, 446, 445, 444, 443, 442, 441, 440, 439, 438, 437, 435, 434, 433, 432, 429, 428, 426, 424, 422, 421, 420, 419, 418, 417, 416, 415, 414, 413, 412, 411, 407, 406, 403, 402, 399, 398, 397, 393, 388, 381, 380, 378, 375, 374, 373, 372, 371, 370, 369, 368, 366, 365, 364, 362, 360, 359, 358, 356, 349, 348, 347, 343, 341, 340, 338, 336, 333, 332, 328, 327, 325, 323, 322, 321, 319, 318, 317, 316, 312, 311, 309, 308, 307, 306, 305, 303, 302, 301, 300, 298, 297, 296, 295, 291, 290, 288, 287, 285, 279, 276, 274, 273, 272, 269, 264, 262, 261, 260, 258, 256, 255, 253, 252, 250, 249, 248, 246, 245, 244, 242, 239, 238, 237, 236, 233, 232, 231, 230, 229, 228, 226, 225, 224, 223, 222, 221, 220, 219, 218, 217, 211, 207, 205, 204, 203, 202, 201, 200, 199, 198, 197, 195, 193, 190, 184, 178, 177, 163, 151, 150, 149, 141, 140, 138, 136, 135, 131, 120, 116, 113, 111, 106, 100, 94, 90, 64, 38, 36, 32, 30, 29, 28, 25, 24, 23, 16, 15, 6, 5, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444, 2444 } ; static yy_state_type yy_last_accepting_state; static char *yy_last_accepting_cpos; extern int itex2MML_yy_flex_debug; int itex2MML_yy_flex_debug = 0; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET char *itex2MML_yytext; #line 1 "itex2MML.l" /* itex2MML 1.2 * itex2MML.l last modified 4/4/2007 */ #line 6 "itex2MML.l" #line 10 "itex2MML.l" #include #define YYSTYPE char * #include "y.tab.h" #include "itex2MML.h" #define YY_NEVER_INTERACTIVE 1 #define YY_INPUT(buffer,result,max_size) result = s_itex2MML_read (buffer, max_size) static int s_itex2MML_read (char * buffer, int max_size); #define yylval itex2MML_yylval extern char * yylval; int itex2MML_lineno = 1; int itex2MML_rowposn = 0; int itex2MML_displaymode = 0; #line 1984 "lex.yy.c" #define INITIAL 0 #define MATH 1 #define ATTRIBUTELIST 2 #define BBOLD 3 #define FRAKTUR 4 #define CALLIGRAPHIC 5 #define ROMAN 6 #define PLAINTEXT 7 #define INT1 8 #define INT2 9 #define INT3 10 #define MATHENV 11 #ifndef YY_NO_UNISTD_H /* Special case for "unistd.h", since it is non-ANSI. We include it way * down here because we want the user's section 1 to have been scanned first. * The user has a chance to override it with an option. */ #include #endif #ifndef YY_EXTRA_TYPE #define YY_EXTRA_TYPE void * #endif static int yy_init_globals (void ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int itex2MML_yywrap (void ); #else extern int itex2MML_yywrap (void ); #endif #endif static void yyunput (int c,char *buf_ptr ); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void ); #else static int input (void ); #endif #endif /* Amount of stuff to slurp up with each read. */ #ifndef YY_READ_BUF_SIZE #define YY_READ_BUF_SIZE 8192 #endif /* Copy whatever the last rule matched to the standard output. */ #ifndef ECHO /* This used to be an fputs(), but since the string might contain NUL's, * we now use fwrite(). */ #define ECHO (void) fwrite( itex2MML_yytext, itex2MML_yyleng, 1, itex2MML_yyout ) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( itex2MML_yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( itex2MML_yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, itex2MML_yyin))==0 && ferror(itex2MML_yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(itex2MML_yyin); \ } \ }\ \ #endif /* No semi-colon after return; correct usage is to write "yyterminate();" - * we don't want an extra ';' after the "return" because that will cause * some compilers to complain about unreachable statements. */ #ifndef yyterminate #define yyterminate() return YY_NULL #endif /* Number of entries by which start-condition stack grows. */ #ifndef YY_START_STACK_INCR #define YY_START_STACK_INCR 25 #endif /* Report a fatal error. */ #ifndef YY_FATAL_ERROR #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) #endif /* end tables serialization structures and prototypes */ /* Default declaration of generated scanner - a define so the user can * easily add parameters. */ #ifndef YY_DECL #define YY_DECL_IS_OURS 1 extern int itex2MML_yylex (void); #define YY_DECL int itex2MML_yylex (void) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after itex2MML_yytext and itex2MML_yyleng * have been set up. */ #ifndef YY_USER_ACTION #define YY_USER_ACTION #endif /* Code executed at the end of each rule. */ #ifndef YY_BREAK #define YY_BREAK break; #endif #define YY_RULE_SETUP \ YY_USER_ACTION /** The main scanner function which does all the work. */ YY_DECL { register yy_state_type yy_current_state; register char *yy_cp, *yy_bp; register int yy_act; #line 31 "itex2MML.l" if (itex2MML_rowposn==1) itex2MML_rowposn=0; if (itex2MML_rowposn==2) itex2MML_rowposn=1; #line 2154 "lex.yy.c" if ( !(yy_init) ) { (yy_init) = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! (yy_start) ) (yy_start) = 1; /* first start state */ if ( ! itex2MML_yyin ) itex2MML_yyin = stdin; if ( ! itex2MML_yyout ) itex2MML_yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { itex2MML_yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = itex2MML_yy_create_buffer(itex2MML_yyin,YY_BUF_SIZE ); } itex2MML_yy_load_buffer_state( ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = (yy_c_buf_p); /* Support of itex2MML_yytext. */ *yy_cp = (yy_hold_char); /* yy_bp points to the position in yy_ch_buf of the start of * the current run. */ yy_bp = yy_cp; yy_current_state = (yy_start); yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2445 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; ++yy_cp; } while ( yy_base[yy_current_state] != 2959 ); yy_find_action: yy_act = yy_accept[yy_current_state]; if ( yy_act == 0 ) { /* have to back up */ yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); yy_act = yy_accept[yy_current_state]; } YY_DO_BEFORE_ACTION; do_action: /* This label is used only to access EOF actions. */ switch ( yy_act ) { /* beginning of action switch */ case 0: /* must back up */ /* undo the effects of YY_DO_BEFORE_ACTION */ *yy_cp = (yy_hold_char); yy_cp = (yy_last_accepting_cpos); yy_current_state = (yy_last_accepting_state); goto yy_find_action; case 1: YY_RULE_SETUP #line 36 "itex2MML.l" BEGIN(MATH); itex2MML_rowposn=2; if (itex2MML_yyleng==2) { itex2MML_displaymode=1; return STARTDMATH;}; itex2MML_displaymode=0; return STARTMATH; YY_BREAK case 2: YY_RULE_SETUP #line 37 "itex2MML.l" BEGIN(MATH); itex2MML_rowposn=2; itex2MML_displaymode=1; return STARTDMATH; YY_BREAK case 3: YY_RULE_SETUP #line 38 "itex2MML.l" return 0; YY_BREAK case 4: /* rule 4 can match eol */ YY_RULE_SETUP #line 39 "itex2MML.l" {itex2MML_lineno++; yylval=itex2MML_copy_string(itex2MML_yytext); return CHAR;} YY_BREAK case 5: YY_RULE_SETUP #line 40 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return CHAR;} YY_BREAK case 6: #line 48 "itex2MML.l" case 7: YY_RULE_SETUP #line 48 "itex2MML.l" {BEGIN(INITIAL); return ENDMATH;} YY_BREAK case 8: YY_RULE_SETUP #line 50 "itex2MML.l" return SUP; YY_BREAK case 9: YY_RULE_SETUP #line 51 "itex2MML.l" return SUB; YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 52 "itex2MML.l" return EMPTYMROW; YY_BREAK case 11: YY_RULE_SETUP #line 53 "itex2MML.l" {itex2MML_rowposn = 2; return MROWOPEN;} YY_BREAK case 12: YY_RULE_SETUP #line 54 "itex2MML.l" return MROWCLOSE; YY_BREAK case 13: YY_RULE_SETUP #line 56 "itex2MML.l" itex2MML_rowposn=2; return LEFT; YY_BREAK case 14: YY_RULE_SETUP #line 57 "itex2MML.l" return RIGHT; YY_BREAK case 15: #line 60 "itex2MML.l" case 16: YY_RULE_SETUP #line 60 "itex2MML.l" {return BIG;} YY_BREAK case 17: #line 62 "itex2MML.l" case 18: YY_RULE_SETUP #line 62 "itex2MML.l" {return BBIG;} YY_BREAK case 19: #line 64 "itex2MML.l" case 20: YY_RULE_SETUP #line 64 "itex2MML.l" {return BIGG;} YY_BREAK case 21: #line 66 "itex2MML.l" case 22: YY_RULE_SETUP #line 66 "itex2MML.l" {return BBIGG;} YY_BREAK case 23: YY_RULE_SETUP #line 68 "itex2MML.l" {return BIGL;} YY_BREAK case 24: YY_RULE_SETUP #line 69 "itex2MML.l" {return BBIGL;} YY_BREAK case 25: YY_RULE_SETUP #line 70 "itex2MML.l" {return BIGGL;} YY_BREAK case 26: YY_RULE_SETUP #line 71 "itex2MML.l" {return BBIGGL;} YY_BREAK case 27: #line 74 "itex2MML.l" case 28: #line 75 "itex2MML.l" case 29: #line 76 "itex2MML.l" case 30: YY_RULE_SETUP #line 76 "itex2MML.l" {/* Ignore */ ;} YY_BREAK case 31: #line 80 "itex2MML.l" case 32: YY_RULE_SETUP #line 80 "itex2MML.l" {itex2MML_rowposn=2; return COLSEP;} YY_BREAK case 33: YY_RULE_SETUP #line 82 "itex2MML.l" {yylval=itex2MML_copy_string("&"); return MI;} YY_BREAK case 34: YY_RULE_SETUP #line 84 "itex2MML.l" {yylval=itex2MML_copy_string("$"); return MI;} YY_BREAK case 35: YY_RULE_SETUP #line 85 "itex2MML.l" {yylval=itex2MML_copy_string("%"); return MI;} YY_BREAK case 36: YY_RULE_SETUP #line 87 "itex2MML.l" itex2MML_rowposn=2; return ROWSEP; YY_BREAK case 37: YY_RULE_SETUP #line 89 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MI;} YY_BREAK case 38: YY_RULE_SETUP #line 91 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, " "); return MN;} YY_BREAK case 39: #line 93 "itex2MML.l" case 40: YY_RULE_SETUP #line 93 "itex2MML.l" {yylval=itex2MML_copy_string("∞"); return MN;} YY_BREAK case 41: #line 96 "itex2MML.l" case 42: YY_RULE_SETUP #line 96 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return LEFTDELIM;} YY_BREAK case 43: #line 99 "itex2MML.l" case 44: YY_RULE_SETUP #line 99 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return RIGHTDELIM;} YY_BREAK case 45: #line 102 "itex2MML.l" case 46: YY_RULE_SETUP #line 102 "itex2MML.l" {yylval=itex2MML_copy_string("{"); return LEFTDELIM;} YY_BREAK case 47: #line 104 "itex2MML.l" case 48: YY_RULE_SETUP #line 104 "itex2MML.l" {yylval=itex2MML_copy_string("}"); return RIGHTDELIM;} YY_BREAK case 49: #line 107 "itex2MML.l" case 50: YY_RULE_SETUP #line 107 "itex2MML.l" {yylval=itex2MML_copy_string("∣"); return OTHERDELIM;} YY_BREAK case 51: #line 109 "itex2MML.l" case 52: YY_RULE_SETUP #line 109 "itex2MML.l" {yylval=itex2MML_copy_string("∥"); return OTHERDELIM;} YY_BREAK case 53: YY_RULE_SETUP #line 111 "itex2MML.l" {yylval=itex2MML_copy_string("∖"); return MO;} YY_BREAK case 54: YY_RULE_SETUP #line 112 "itex2MML.l" {yylval=itex2MML_copy_string("\"); return MO;} YY_BREAK case 55: YY_RULE_SETUP #line 113 "itex2MML.l" {yylval=itex2MML_copy_string("﹨"); return MOF;} YY_BREAK case 56: #line 116 "itex2MML.l" case 57: #line 117 "itex2MML.l" case 58: #line 118 "itex2MML.l" case 59: YY_RULE_SETUP #line 118 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return LEFTDELIM;} YY_BREAK case 60: #line 121 "itex2MML.l" case 61: #line 122 "itex2MML.l" case 62: #line 123 "itex2MML.l" case 63: YY_RULE_SETUP #line 123 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return RIGHTDELIM;} YY_BREAK case 64: YY_RULE_SETUP #line 125 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return OTHERDELIM;} YY_BREAK case 65: #line 128 "itex2MML.l" case 66: #line 129 "itex2MML.l" case 67: YY_RULE_SETUP #line 129 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return OTHERDELIM;} YY_BREAK case 68: YY_RULE_SETUP #line 131 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return PERIODDELIM;} YY_BREAK case 69: YY_RULE_SETUP #line 133 "itex2MML.l" {if (itex2MML_rowposn==1) return UNARYMINUS; else {yylval=itex2MML_copy_string("−"); return MO;}} YY_BREAK case 70: YY_RULE_SETUP #line 135 "itex2MML.l" {if (itex2MML_rowposn==1) return UNARYPLUS; else {yylval=itex2MML_copy_string("+"); return MO;}} YY_BREAK case 71: #line 138 "itex2MML.l" case 72: #line 139 "itex2MML.l" case 73: #line 140 "itex2MML.l" case 74: #line 141 "itex2MML.l" case 75: #line 142 "itex2MML.l" case 76: #line 143 "itex2MML.l" case 77: #line 144 "itex2MML.l" case 78: #line 145 "itex2MML.l" case 79: #line 146 "itex2MML.l" case 80: YY_RULE_SETUP #line 146 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MOL;} YY_BREAK case 81: YY_RULE_SETUP #line 148 "itex2MML.l" {yylval=itex2MML_copy_string("′"); return MOL;} YY_BREAK case 82: YY_RULE_SETUP #line 149 "itex2MML.l" {yylval=itex2MML_copy_string("″"); return MOL;} YY_BREAK case 83: YY_RULE_SETUP #line 150 "itex2MML.l" {yylval=itex2MML_copy_string("‴"); return MOL;} YY_BREAK case 84: #line 153 "itex2MML.l" case 85: #line 154 "itex2MML.l" case 86: #line 155 "itex2MML.l" case 87: #line 156 "itex2MML.l" case 88: #line 157 "itex2MML.l" case 89: #line 158 "itex2MML.l" case 90: #line 159 "itex2MML.l" case 91: #line 160 "itex2MML.l" case 92: #line 161 "itex2MML.l" case 93: #line 162 "itex2MML.l" case 94: #line 163 "itex2MML.l" case 95: #line 164 "itex2MML.l" case 96: #line 165 "itex2MML.l" case 97: #line 166 "itex2MML.l" case 98: #line 167 "itex2MML.l" case 99: #line 168 "itex2MML.l" case 100: #line 169 "itex2MML.l" case 101: #line 170 "itex2MML.l" case 102: #line 171 "itex2MML.l" case 103: #line 172 "itex2MML.l" case 104: #line 173 "itex2MML.l" case 105: #line 174 "itex2MML.l" case 106: #line 175 "itex2MML.l" case 107: #line 176 "itex2MML.l" case 108: #line 177 "itex2MML.l" case 109: #line 178 "itex2MML.l" case 110: #line 179 "itex2MML.l" case 111: YY_RULE_SETUP #line 179 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MI;} YY_BREAK case 112: YY_RULE_SETUP #line 181 "itex2MML.l" {yylval=itex2MML_copy_string("ϕ"); return MI;} YY_BREAK case 113: YY_RULE_SETUP #line 182 "itex2MML.l" {yylval=itex2MML_copy_string("φ"); return MI;} YY_BREAK case 114: #line 185 "itex2MML.l" case 115: #line 186 "itex2MML.l" case 116: #line 187 "itex2MML.l" case 117: #line 188 "itex2MML.l" case 118: #line 189 "itex2MML.l" case 119: #line 190 "itex2MML.l" case 120: #line 191 "itex2MML.l" case 121: #line 192 "itex2MML.l" case 122: #line 193 "itex2MML.l" case 123: #line 194 "itex2MML.l" case 124: #line 195 "itex2MML.l" case 125: #line 196 "itex2MML.l" case 126: #line 197 "itex2MML.l" case 127: #line 198 "itex2MML.l" case 128: #line 199 "itex2MML.l" case 129: #line 200 "itex2MML.l" case 130: #line 201 "itex2MML.l" case 131: #line 202 "itex2MML.l" case 132: #line 203 "itex2MML.l" case 133: #line 204 "itex2MML.l" case 134: #line 205 "itex2MML.l" case 135: YY_RULE_SETUP #line 205 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); return MI;} YY_BREAK case 136: #line 208 "itex2MML.l" case 137: #line 209 "itex2MML.l" case 138: #line 210 "itex2MML.l" case 139: #line 211 "itex2MML.l" case 140: #line 212 "itex2MML.l" case 141: #line 213 "itex2MML.l" case 142: #line 214 "itex2MML.l" case 143: #line 215 "itex2MML.l" case 144: #line 216 "itex2MML.l" case 145: YY_RULE_SETUP #line 216 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); return MIB;} YY_BREAK case 146: YY_RULE_SETUP #line 218 "itex2MML.l" {yylval=itex2MML_copy_string("ℴ"); return MI;} YY_BREAK case 147: YY_RULE_SETUP #line 220 "itex2MML.l" {yylval=itex2MML_copy_string("ε"); return MI;} YY_BREAK case 148: YY_RULE_SETUP #line 222 "itex2MML.l" {yylval=itex2MML_copy_string("⋅"); return MO;} YY_BREAK case 149: #line 225 "itex2MML.l" case 150: #line 226 "itex2MML.l" case 151: #line 227 "itex2MML.l" case 152: #line 228 "itex2MML.l" case 153: #line 229 "itex2MML.l" case 154: #line 230 "itex2MML.l" case 155: #line 231 "itex2MML.l" case 156: #line 232 "itex2MML.l" case 157: #line 233 "itex2MML.l" case 158: #line 234 "itex2MML.l" case 159: #line 235 "itex2MML.l" case 160: #line 236 "itex2MML.l" case 161: #line 237 "itex2MML.l" case 162: #line 238 "itex2MML.l" case 163: #line 239 "itex2MML.l" case 164: #line 240 "itex2MML.l" case 165: #line 241 "itex2MML.l" case 166: #line 242 "itex2MML.l" case 167: #line 243 "itex2MML.l" case 168: #line 244 "itex2MML.l" case 169: #line 245 "itex2MML.l" case 170: YY_RULE_SETUP #line 245 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MI;} YY_BREAK case 171: #line 248 "itex2MML.l" case 172: YY_RULE_SETUP #line 248 "itex2MML.l" {yylval=itex2MML_copy_string("ϒ"); return MI;} YY_BREAK case 173: #line 251 "itex2MML.l" case 174: YY_RULE_SETUP #line 251 "itex2MML.l" {yylval=itex2MML_copy_string("⇔"); return MOL;} YY_BREAK case 175: YY_RULE_SETUP #line 253 "itex2MML.l" {yylval=itex2MML_copy_string("⇔"); return MOL;} YY_BREAK case 176: #line 256 "itex2MML.l" case 177: YY_RULE_SETUP #line 256 "itex2MML.l" {yylval=itex2MML_copy_string("⇐"); return MOL;} YY_BREAK case 178: #line 259 "itex2MML.l" case 179: YY_RULE_SETUP #line 259 "itex2MML.l" {yylval=itex2MML_copy_string("⇒"); return MOL;} YY_BREAK case 180: YY_RULE_SETUP #line 261 "itex2MML.l" {yylval=itex2MML_copy_string("↩"); return MOL;} YY_BREAK case 181: #line 264 "itex2MML.l" case 182: YY_RULE_SETUP #line 264 "itex2MML.l" {yylval=itex2MML_copy_string("↪"); return MOL;} YY_BREAK case 183: YY_RULE_SETUP #line 266 "itex2MML.l" {yylval=itex2MML_copy_string("⟵"); return MOL;} YY_BREAK case 184: YY_RULE_SETUP #line 268 "itex2MML.l" {yylval=itex2MML_copy_string("⟶"); return MOL;} YY_BREAK case 185: YY_RULE_SETUP #line 270 "itex2MML.l" {yylval=itex2MML_copy_string("←"); return MOL;} YY_BREAK case 186: #line 273 "itex2MML.l" case 187: YY_RULE_SETUP #line 273 "itex2MML.l" {yylval=itex2MML_copy_string("→"); return MOL;} YY_BREAK case 188: YY_RULE_SETUP #line 275 "itex2MML.l" {yylval=itex2MML_copy_string("↔"); return MOL;} YY_BREAK case 189: #line 278 "itex2MML.l" case 190: YY_RULE_SETUP #line 278 "itex2MML.l" {yylval=itex2MML_copy_string("↦"); return MOL;} YY_BREAK case 191: #line 281 "itex2MML.l" case 192: YY_RULE_SETUP #line 281 "itex2MML.l" {yylval=itex2MML_copy_string("↗"); return MOL;} YY_BREAK case 193: #line 284 "itex2MML.l" case 194: YY_RULE_SETUP #line 284 "itex2MML.l" {yylval=itex2MML_copy_string("↖"); return MOL;} YY_BREAK case 195: #line 287 "itex2MML.l" case 196: YY_RULE_SETUP #line 287 "itex2MML.l" {yylval=itex2MML_copy_string("↘"); return MOL;} YY_BREAK case 197: #line 290 "itex2MML.l" case 198: YY_RULE_SETUP #line 290 "itex2MML.l" {yylval=itex2MML_copy_string("↙"); return MOL;} YY_BREAK case 199: #line 293 "itex2MML.l" case 200: YY_RULE_SETUP #line 293 "itex2MML.l" {yylval=itex2MML_copy_string("⇗"); return MOL;} YY_BREAK case 201: #line 296 "itex2MML.l" case 202: YY_RULE_SETUP #line 296 "itex2MML.l" {yylval=itex2MML_copy_string("⇖"); return MOL;} YY_BREAK case 203: #line 299 "itex2MML.l" case 204: YY_RULE_SETUP #line 299 "itex2MML.l" {yylval=itex2MML_copy_string("⇘"); return MOL;} YY_BREAK case 205: #line 302 "itex2MML.l" case 206: YY_RULE_SETUP #line 302 "itex2MML.l" {yylval=itex2MML_copy_string("⇙"); return MOL;} YY_BREAK case 207: YY_RULE_SETUP #line 304 "itex2MML.l" {yylval=itex2MML_copy_string("↓"); return MOL;} YY_BREAK case 208: YY_RULE_SETUP #line 306 "itex2MML.l" {yylval=itex2MML_copy_string("⇓"); return MOL;} YY_BREAK case 209: YY_RULE_SETUP #line 308 "itex2MML.l" {yylval=itex2MML_copy_string("↑"); return MOL;} YY_BREAK case 210: YY_RULE_SETUP #line 310 "itex2MML.l" {yylval=itex2MML_copy_string("⇑"); return MOL;} YY_BREAK case 211: #line 313 "itex2MML.l" case 212: #line 314 "itex2MML.l" case 213: YY_RULE_SETUP #line 314 "itex2MML.l" {yylval=itex2MML_copy_string("↕"); return MOL;} YY_BREAK case 214: YY_RULE_SETUP #line 316 "itex2MML.l" {yylval=itex2MML_copy_string("⇕"); return MOL;} YY_BREAK case 215: YY_RULE_SETUP #line 318 "itex2MML.l" {yylval=itex2MML_copy_string("⇜"); return MOL;} YY_BREAK case 216: YY_RULE_SETUP #line 319 "itex2MML.l" {yylval=itex2MML_copy_string("⇝"); return MOL;} YY_BREAK case 217: YY_RULE_SETUP #line 320 "itex2MML.l" {yylval=itex2MML_copy_string("↭"); return MOL;} YY_BREAK case 218: YY_RULE_SETUP #line 321 "itex2MML.l" {yylval=itex2MML_copy_string("⇈"); return MOL;} YY_BREAK case 219: YY_RULE_SETUP #line 322 "itex2MML.l" {yylval=itex2MML_copy_string("⇄"); return MOL;} YY_BREAK case 220: YY_RULE_SETUP #line 323 "itex2MML.l" {yylval=itex2MML_copy_string("⇉"); return MOL;} YY_BREAK case 221: YY_RULE_SETUP #line 324 "itex2MML.l" {yylval=itex2MML_copy_string("⤎"); return MOL;} YY_BREAK case 222: YY_RULE_SETUP #line 325 "itex2MML.l" {yylval=itex2MML_copy_string("⤏"); return MOL;} YY_BREAK case 223: YY_RULE_SETUP #line 326 "itex2MML.l" {yylval=itex2MML_copy_string("⤺"); return MOL;} YY_BREAK case 224: YY_RULE_SETUP #line 327 "itex2MML.l" {yylval=itex2MML_copy_string("⤻"); return MOL;} YY_BREAK case 225: YY_RULE_SETUP #line 328 "itex2MML.l" {yylval=itex2MML_copy_string("⇊"); return MOL;} YY_BREAK case 226: YY_RULE_SETUP #line 329 "itex2MML.l" {yylval=itex2MML_copy_string("&leftleftarrow;"); return MOL;} YY_BREAK case 227: YY_RULE_SETUP #line 330 "itex2MML.l" {yylval=itex2MML_copy_string("⇆"); return MOL;} YY_BREAK case 228: YY_RULE_SETUP #line 331 "itex2MML.l" {yylval=itex2MML_copy_string("⟲"); return MOL;} YY_BREAK case 229: YY_RULE_SETUP #line 332 "itex2MML.l" {yylval=itex2MML_copy_string("⟳"); return MOL;} YY_BREAK case 230: YY_RULE_SETUP #line 333 "itex2MML.l" {yylval=itex2MML_copy_string("↺"); return MOL;} YY_BREAK case 231: YY_RULE_SETUP #line 334 "itex2MML.l" {yylval=itex2MML_copy_string("↻"); return MOL;} YY_BREAK case 232: #line 337 "itex2MML.l" case 233: YY_RULE_SETUP #line 337 "itex2MML.l" {yylval=itex2MML_copy_string("…"); return MO;} YY_BREAK case 234: YY_RULE_SETUP #line 338 "itex2MML.l" {yylval=itex2MML_copy_string("⋯"); return MO;} YY_BREAK case 235: YY_RULE_SETUP #line 339 "itex2MML.l" {yylval=itex2MML_copy_string("⋱"); return MO;} YY_BREAK case 236: YY_RULE_SETUP #line 340 "itex2MML.l" {yylval=itex2MML_copy_string("⋰"); return MO;} YY_BREAK case 237: YY_RULE_SETUP #line 341 "itex2MML.l" {yylval=itex2MML_copy_string("⋮"); return MO;} YY_BREAK case 238: #line 344 "itex2MML.l" case 239: #line 345 "itex2MML.l" case 240: YY_RULE_SETUP #line 345 "itex2MML.l" {yylval=itex2MML_copy_string("∪"); return MOL;} YY_BREAK case 241: #line 348 "itex2MML.l" case 242: #line 349 "itex2MML.l" case 243: YY_RULE_SETUP #line 349 "itex2MML.l" {yylval=itex2MML_copy_string("⋃"); return MOB;} YY_BREAK case 244: #line 352 "itex2MML.l" case 245: YY_RULE_SETUP #line 352 "itex2MML.l" {yylval=itex2MML_copy_string("∩"); return MOL;} YY_BREAK case 246: #line 355 "itex2MML.l" case 247: YY_RULE_SETUP #line 355 "itex2MML.l" {yylval=itex2MML_copy_string("⋂"); return MOB;} YY_BREAK case 248: YY_RULE_SETUP #line 357 "itex2MML.l" {yylval=itex2MML_copy_string("∈"); return MOL;} YY_BREAK case 249: #line 360 "itex2MML.l" case 250: #line 361 "itex2MML.l" case 251: #line 362 "itex2MML.l" case 252: #line 363 "itex2MML.l" case 253: #line 364 "itex2MML.l" case 254: #line 365 "itex2MML.l" case 255: #line 366 "itex2MML.l" case 256: #line 367 "itex2MML.l" case 257: #line 368 "itex2MML.l" case 258: #line 369 "itex2MML.l" case 259: #line 370 "itex2MML.l" case 260: #line 371 "itex2MML.l" case 261: #line 372 "itex2MML.l" case 262: #line 373 "itex2MML.l" case 263: #line 374 "itex2MML.l" case 264: #line 375 "itex2MML.l" case 265: #line 376 "itex2MML.l" case 266: #line 377 "itex2MML.l" case 267: #line 378 "itex2MML.l" case 268: #line 379 "itex2MML.l" case 269: #line 380 "itex2MML.l" case 270: #line 381 "itex2MML.l" case 271: #line 382 "itex2MML.l" case 272: #line 383 "itex2MML.l" case 273: #line 384 "itex2MML.l" case 274: #line 385 "itex2MML.l" case 275: #line 386 "itex2MML.l" case 276: #line 387 "itex2MML.l" case 277: #line 388 "itex2MML.l" case 278: #line 389 "itex2MML.l" case 279: #line 390 "itex2MML.l" case 280: #line 391 "itex2MML.l" case 281: #line 392 "itex2MML.l" case 282: #line 393 "itex2MML.l" case 283: #line 394 "itex2MML.l" case 284: #line 395 "itex2MML.l" case 285: #line 396 "itex2MML.l" case 286: #line 397 "itex2MML.l" case 287: #line 398 "itex2MML.l" case 288: #line 399 "itex2MML.l" case 289: #line 400 "itex2MML.l" case 290: #line 401 "itex2MML.l" case 291: #line 402 "itex2MML.l" case 292: #line 403 "itex2MML.l" case 293: #line 404 "itex2MML.l" case 294: #line 405 "itex2MML.l" case 295: #line 406 "itex2MML.l" case 296: #line 407 "itex2MML.l" case 297: #line 408 "itex2MML.l" case 298: #line 409 "itex2MML.l" case 299: #line 410 "itex2MML.l" case 300: #line 411 "itex2MML.l" case 301: #line 412 "itex2MML.l" case 302: #line 413 "itex2MML.l" case 303: #line 414 "itex2MML.l" case 304: #line 415 "itex2MML.l" case 305: #line 416 "itex2MML.l" case 306: #line 417 "itex2MML.l" case 307: #line 418 "itex2MML.l" case 308: #line 419 "itex2MML.l" case 309: #line 420 "itex2MML.l" case 310: #line 421 "itex2MML.l" case 311: #line 422 "itex2MML.l" case 312: #line 423 "itex2MML.l" case 313: #line 424 "itex2MML.l" case 314: #line 425 "itex2MML.l" case 315: #line 426 "itex2MML.l" case 316: #line 427 "itex2MML.l" case 317: #line 428 "itex2MML.l" case 318: #line 429 "itex2MML.l" case 319: #line 430 "itex2MML.l" case 320: #line 431 "itex2MML.l" case 321: #line 432 "itex2MML.l" case 322: #line 433 "itex2MML.l" case 323: #line 434 "itex2MML.l" case 324: #line 435 "itex2MML.l" case 325: #line 436 "itex2MML.l" case 326: #line 437 "itex2MML.l" case 327: #line 438 "itex2MML.l" case 328: #line 439 "itex2MML.l" case 329: #line 440 "itex2MML.l" case 330: #line 441 "itex2MML.l" case 331: #line 442 "itex2MML.l" case 332: #line 443 "itex2MML.l" case 333: #line 444 "itex2MML.l" case 334: #line 445 "itex2MML.l" case 335: #line 446 "itex2MML.l" case 336: #line 447 "itex2MML.l" case 337: #line 448 "itex2MML.l" case 338: #line 449 "itex2MML.l" case 339: #line 450 "itex2MML.l" case 340: #line 451 "itex2MML.l" case 341: #line 452 "itex2MML.l" case 342: #line 453 "itex2MML.l" case 343: #line 454 "itex2MML.l" case 344: #line 455 "itex2MML.l" case 345: #line 456 "itex2MML.l" case 346: #line 457 "itex2MML.l" case 347: #line 458 "itex2MML.l" case 348: #line 459 "itex2MML.l" case 349: #line 460 "itex2MML.l" case 350: #line 461 "itex2MML.l" case 351: #line 462 "itex2MML.l" case 352: #line 463 "itex2MML.l" case 353: #line 464 "itex2MML.l" case 354: #line 465 "itex2MML.l" case 355: #line 466 "itex2MML.l" case 356: #line 467 "itex2MML.l" case 357: #line 468 "itex2MML.l" case 358: #line 469 "itex2MML.l" case 359: #line 470 "itex2MML.l" case 360: #line 471 "itex2MML.l" case 361: #line 472 "itex2MML.l" case 362: #line 473 "itex2MML.l" case 363: #line 474 "itex2MML.l" case 364: #line 475 "itex2MML.l" case 365: #line 476 "itex2MML.l" case 366: #line 477 "itex2MML.l" case 367: #line 478 "itex2MML.l" case 368: #line 479 "itex2MML.l" case 369: #line 480 "itex2MML.l" case 370: #line 481 "itex2MML.l" case 371: #line 482 "itex2MML.l" case 372: #line 483 "itex2MML.l" case 373: #line 484 "itex2MML.l" case 374: #line 485 "itex2MML.l" case 375: #line 486 "itex2MML.l" case 376: #line 487 "itex2MML.l" case 377: #line 488 "itex2MML.l" case 378: #line 489 "itex2MML.l" case 379: #line 490 "itex2MML.l" case 380: #line 491 "itex2MML.l" case 381: #line 492 "itex2MML.l" case 382: #line 493 "itex2MML.l" case 383: #line 494 "itex2MML.l" case 384: #line 495 "itex2MML.l" case 385: #line 496 "itex2MML.l" case 386: #line 497 "itex2MML.l" case 387: #line 498 "itex2MML.l" case 388: #line 499 "itex2MML.l" case 389: #line 500 "itex2MML.l" case 390: #line 501 "itex2MML.l" case 391: #line 502 "itex2MML.l" case 392: #line 503 "itex2MML.l" case 393: #line 504 "itex2MML.l" case 394: #line 505 "itex2MML.l" case 395: #line 506 "itex2MML.l" case 396: #line 507 "itex2MML.l" case 397: #line 508 "itex2MML.l" case 398: #line 509 "itex2MML.l" case 399: #line 510 "itex2MML.l" case 400: #line 511 "itex2MML.l" case 401: #line 512 "itex2MML.l" case 402: #line 513 "itex2MML.l" case 403: #line 514 "itex2MML.l" case 404: #line 515 "itex2MML.l" case 405: #line 516 "itex2MML.l" case 406: #line 517 "itex2MML.l" case 407: #line 518 "itex2MML.l" case 408: #line 519 "itex2MML.l" case 409: #line 520 "itex2MML.l" case 410: #line 521 "itex2MML.l" case 411: #line 522 "itex2MML.l" case 412: #line 523 "itex2MML.l" case 413: #line 524 "itex2MML.l" case 414: #line 525 "itex2MML.l" case 415: #line 526 "itex2MML.l" case 416: #line 527 "itex2MML.l" case 417: #line 528 "itex2MML.l" case 418: #line 529 "itex2MML.l" case 419: #line 530 "itex2MML.l" case 420: #line 531 "itex2MML.l" case 421: #line 532 "itex2MML.l" case 422: #line 533 "itex2MML.l" case 423: #line 534 "itex2MML.l" case 424: #line 535 "itex2MML.l" case 425: #line 536 "itex2MML.l" case 426: #line 537 "itex2MML.l" case 427: #line 538 "itex2MML.l" case 428: #line 539 "itex2MML.l" case 429: #line 540 "itex2MML.l" case 430: #line 541 "itex2MML.l" case 431: #line 542 "itex2MML.l" case 432: #line 543 "itex2MML.l" case 433: #line 544 "itex2MML.l" case 434: YY_RULE_SETUP #line 544 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MOL;} YY_BREAK case 435: #line 547 "itex2MML.l" case 436: #line 548 "itex2MML.l" case 437: #line 549 "itex2MML.l" case 438: #line 550 "itex2MML.l" case 439: #line 551 "itex2MML.l" case 440: #line 552 "itex2MML.l" case 441: #line 553 "itex2MML.l" case 442: #line 554 "itex2MML.l" case 443: #line 555 "itex2MML.l" case 444: YY_RULE_SETUP #line 555 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MI;} YY_BREAK case 445: #line 558 "itex2MML.l" case 446: YY_RULE_SETUP #line 558 "itex2MML.l" {yylval=itex2MML_copy_string("□"); return MOL;} YY_BREAK case 447: #line 560 "itex2MML.l" case 448: YY_RULE_SETUP #line 560 "itex2MML.l" {yylval=itex2MML_copy_string("∅"); return MI;} YY_BREAK case 449: YY_RULE_SETUP #line 561 "itex2MML.l" {yylval=itex2MML_copy_string("∃"); return MOL;} YY_BREAK case 450: YY_RULE_SETUP #line 562 "itex2MML.l" {yylval=itex2MML_copy_string("∘"); return MOL;} YY_BREAK case 451: YY_RULE_SETUP #line 563 "itex2MML.l" {yylval=itex2MML_copy_string("⊳"); return MOL;} YY_BREAK case 452: YY_RULE_SETUP #line 564 "itex2MML.l" {yylval=itex2MML_copy_string("⊲"); return MOL;} YY_BREAK case 453: YY_RULE_SETUP #line 565 "itex2MML.l" {yylval=itex2MML_copy_string("⋘"); return MOL;} YY_BREAK case 454: YY_RULE_SETUP #line 566 "itex2MML.l" {yylval=itex2MML_copy_string("⊵"); return MOL;} YY_BREAK case 455: YY_RULE_SETUP #line 567 "itex2MML.l" {yylval=itex2MML_copy_string("⊴"); return MOL;} YY_BREAK case 456: #line 569 "itex2MML.l" case 457: YY_RULE_SETUP #line 569 "itex2MML.l" {yylval=itex2MML_copy_string("∇"); return MOL;} YY_BREAK case 458: YY_RULE_SETUP #line 570 "itex2MML.l" {yylval=itex2MML_copy_string("∢"); return MOL;} YY_BREAK case 459: YY_RULE_SETUP #line 572 "itex2MML.l" {yylval=itex2MML_copy_string("♡"); return MOL;} YY_BREAK case 460: YY_RULE_SETUP #line 573 "itex2MML.l" {yylval=itex2MML_copy_string("♢"); return MOL;} YY_BREAK case 461: YY_RULE_SETUP #line 575 "itex2MML.l" {yylval=itex2MML_copy_string("∂"); return MOL;} YY_BREAK case 462: YY_RULE_SETUP #line 577 "itex2MML.l" {yylval=itex2MML_copy_string("▪"); return MO;} YY_BREAK case 463: YY_RULE_SETUP #line 579 "itex2MML.l" {yylval=itex2MML_copy_string("mod"); return MOS;} YY_BREAK case 464: YY_RULE_SETUP #line 580 "itex2MML.l" {return PMOD;} YY_BREAK case 465: YY_RULE_SETUP #line 582 "itex2MML.l" {yylval=itex2MML_copy_string("⊥"); return MOL;} YY_BREAK case 466: YY_RULE_SETUP #line 584 "itex2MML.l" {yylval=itex2MML_copy_string("¬"); return MOL;} YY_BREAK case 467: #line 587 "itex2MML.l" case 468: YY_RULE_SETUP #line 587 "itex2MML.l" {yylval=itex2MML_copy_string("≠"); return MOL;} YY_BREAK case 469: #line 590 "itex2MML.l" case 470: YY_RULE_SETUP #line 590 "itex2MML.l" {yylval=itex2MML_copy_string("∣"); return MOS;} YY_BREAK case 471: #line 593 "itex2MML.l" case 472: YY_RULE_SETUP #line 593 "itex2MML.l" {yylval=itex2MML_copy_string("∫"); return MOL;} YY_BREAK case 473: #line 596 "itex2MML.l" case 474: YY_RULE_SETUP #line 596 "itex2MML.l" {yylval=itex2MML_copy_string("∬"); return MOL;} YY_BREAK case 475: #line 599 "itex2MML.l" case 476: YY_RULE_SETUP #line 599 "itex2MML.l" {yylval=itex2MML_copy_string("∭"); return MOL;} YY_BREAK case 477: #line 602 "itex2MML.l" case 478: YY_RULE_SETUP #line 602 "itex2MML.l" {yylval=itex2MML_copy_string("⨌"); return MOL;} YY_BREAK case 479: #line 605 "itex2MML.l" case 480: #line 606 "itex2MML.l" case 481: YY_RULE_SETUP #line 606 "itex2MML.l" {yylval=itex2MML_copy_string("∮"); return MOL;} YY_BREAK case 482: YY_RULE_SETUP #line 608 "itex2MML.l" {yylval=itex2MML_copy_string("×"); return MOL;} YY_BREAK case 483: YY_RULE_SETUP #line 609 "itex2MML.l" {yylval=itex2MML_copy_string("⋆"); return MOL;} YY_BREAK case 484: #line 611 "itex2MML.l" case 485: YY_RULE_SETUP #line 611 "itex2MML.l" {yylval=itex2MML_copy_string("⊝"); return MOL;} YY_BREAK case 486: #line 614 "itex2MML.l" case 487: YY_RULE_SETUP #line 614 "itex2MML.l" {yylval=itex2MML_copy_string("⊟"); return MOL;} YY_BREAK case 488: #line 616 "itex2MML.l" case 489: YY_RULE_SETUP #line 616 "itex2MML.l" {yylval=itex2MML_copy_string("⊞"); return MOL;} YY_BREAK case 490: #line 618 "itex2MML.l" case 491: YY_RULE_SETUP #line 618 "itex2MML.l" {yylval=itex2MML_copy_string("⊠"); return MOL;} YY_BREAK case 492: YY_RULE_SETUP #line 620 "itex2MML.l" {yylval=itex2MML_copy_string("∑"); return MOB;} YY_BREAK case 493: #line 623 "itex2MML.l" case 494: YY_RULE_SETUP #line 623 "itex2MML.l" {yylval=itex2MML_copy_string("∏"); return MOB;} YY_BREAK case 495: #line 626 "itex2MML.l" case 496: YY_RULE_SETUP #line 626 "itex2MML.l" {yylval=itex2MML_copy_string("∐"); return MOB;} YY_BREAK case 497: YY_RULE_SETUP #line 628 "itex2MML.l" {yylval=itex2MML_copy_string("⊗"); return MOL;} YY_BREAK case 498: YY_RULE_SETUP #line 629 "itex2MML.l" {yylval=itex2MML_copy_string("⨷"); return MOL;} YY_BREAK case 499: YY_RULE_SETUP #line 630 "itex2MML.l" {yylval=itex2MML_copy_string("⨂"); return MOL;} YY_BREAK case 500: YY_RULE_SETUP #line 633 "itex2MML.l" {yylval=itex2MML_copy_string("⊕"); return MOL;} YY_BREAK case 501: #line 635 "itex2MML.l" case 502: YY_RULE_SETUP #line 635 "itex2MML.l" {yylval=itex2MML_copy_string("⨁"); return MOB;} YY_BREAK case 503: YY_RULE_SETUP #line 637 "itex2MML.l" {yylval=itex2MML_copy_string("⨀"); return MOB;} YY_BREAK case 504: YY_RULE_SETUP #line 638 "itex2MML.l" {yylval=itex2MML_copy_string("⨆"); return MOB;} YY_BREAK case 505: YY_RULE_SETUP #line 639 "itex2MML.l" {yylval=itex2MML_copy_string("⨄"); return MOB;} YY_BREAK case 506: YY_RULE_SETUP #line 641 "itex2MML.l" {yylval=itex2MML_copy_string("∧"); return MOL;} YY_BREAK case 507: #line 643 "itex2MML.l" case 508: YY_RULE_SETUP #line 643 "itex2MML.l" {yylval=itex2MML_copy_string("⋀"); return MOB;} YY_BREAK case 509: #line 646 "itex2MML.l" case 510: YY_RULE_SETUP #line 646 "itex2MML.l" {yylval=itex2MML_copy_string("⋁"); return MOB;} YY_BREAK case 511: YY_RULE_SETUP #line 648 "itex2MML.l" {return FRAC;} YY_BREAK case 512: YY_RULE_SETUP #line 649 "itex2MML.l" {return TFRAC;} YY_BREAK case 513: YY_RULE_SETUP #line 651 "itex2MML.l" {return BINOM;} YY_BREAK case 514: YY_RULE_SETUP #line 653 "itex2MML.l" {return TENSOR;} YY_BREAK case 515: YY_RULE_SETUP #line 655 "itex2MML.l" {return MULTI;} YY_BREAK case 516: YY_RULE_SETUP #line 657 "itex2MML.l" {return OVERBRACE;} YY_BREAK case 517: YY_RULE_SETUP #line 659 "itex2MML.l" {return UNDERBRACE;} YY_BREAK case 518: YY_RULE_SETUP #line 661 "itex2MML.l" {return BAR;} YY_BREAK case 519: #line 663 "itex2MML.l" case 520: #line 664 "itex2MML.l" case 521: YY_RULE_SETUP #line 664 "itex2MML.l" {return WIDEBAR;} YY_BREAK case 522: YY_RULE_SETUP #line 666 "itex2MML.l" {return VEC;} YY_BREAK case 523: YY_RULE_SETUP #line 667 "itex2MML.l" {return WIDEVEC;} YY_BREAK case 524: YY_RULE_SETUP #line 669 "itex2MML.l" {return DOT;} YY_BREAK case 525: YY_RULE_SETUP #line 671 "itex2MML.l" {return DDOT;} YY_BREAK case 526: YY_RULE_SETUP #line 673 "itex2MML.l" {return TILDE;} YY_BREAK case 527: YY_RULE_SETUP #line 674 "itex2MML.l" {return WIDETILDE;} YY_BREAK case 528: YY_RULE_SETUP #line 677 "itex2MML.l" {return CHECK;} YY_BREAK case 529: YY_RULE_SETUP #line 678 "itex2MML.l" {return WIDECHECK;} YY_BREAK case 530: YY_RULE_SETUP #line 681 "itex2MML.l" {return HAT;} YY_BREAK case 531: YY_RULE_SETUP #line 682 "itex2MML.l" {return WIDEHAT;} YY_BREAK case 532: YY_RULE_SETUP #line 684 "itex2MML.l" {return UNDER;} YY_BREAK case 533: #line 687 "itex2MML.l" case 534: YY_RULE_SETUP #line 687 "itex2MML.l" {return OVER;} YY_BREAK case 535: YY_RULE_SETUP #line 689 "itex2MML.l" {return TEXOVER;} YY_BREAK case 536: YY_RULE_SETUP #line 691 "itex2MML.l" {return UNDEROVER;} YY_BREAK case 537: YY_RULE_SETUP #line 693 "itex2MML.l" {return SQRT;} YY_BREAK case 538: YY_RULE_SETUP #line 695 "itex2MML.l" {return ROOT;} YY_BREAK case 539: YY_RULE_SETUP #line 697 "itex2MML.l" {BEGIN(INT1); return SPACE;} YY_BREAK case 540: YY_RULE_SETUP #line 699 "itex2MML.l" {BEGIN(PLAINTEXT); return TEXTBOX;} YY_BREAK case 541: YY_RULE_SETUP #line 701 "itex2MML.l" {BEGIN(PLAINTEXT); return STATLINE;} YY_BREAK case 542: YY_RULE_SETUP #line 703 "itex2MML.l" {return TOGGLE;} YY_BREAK case 543: #line 706 "itex2MML.l" case 544: YY_RULE_SETUP #line 706 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return FGHIGHLIGHT;} YY_BREAK case 545: #line 709 "itex2MML.l" case 546: YY_RULE_SETUP #line 709 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return BGHIGHLIGHT;} YY_BREAK case 547: YY_RULE_SETUP #line 711 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLOR;} YY_BREAK case 548: YY_RULE_SETUP #line 712 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return BGCOLOR;} YY_BREAK case 549: YY_RULE_SETUP #line 714 "itex2MML.l" {itex2MML_rowposn=2; return DISPLAY;} YY_BREAK case 550: YY_RULE_SETUP #line 716 "itex2MML.l" {itex2MML_rowposn=2; return TEXTSTY;} YY_BREAK case 551: YY_RULE_SETUP #line 718 "itex2MML.l" {return TEXTSIZE;} YY_BREAK case 552: YY_RULE_SETUP #line 720 "itex2MML.l" {return SCSIZE;} YY_BREAK case 553: YY_RULE_SETUP #line 722 "itex2MML.l" {return SCSCSIZE;} YY_BREAK case 554: YY_RULE_SETUP #line 724 "itex2MML.l" {return ITALICS;} YY_BREAK case 555: #line 727 "itex2MML.l" case 556: YY_RULE_SETUP #line 727 "itex2MML.l" {return BOLD;} YY_BREAK case 557: YY_RULE_SETUP #line 729 "itex2MML.l" {BEGIN(ROMAN); return RM;} YY_BREAK case 558: YY_RULE_SETUP #line 731 "itex2MML.l" {BEGIN(BBOLD); return BB;} YY_BREAK case 559: #line 734 "itex2MML.l" case 560: YY_RULE_SETUP #line 734 "itex2MML.l" {BEGIN(FRAKTUR); return FRAK;} YY_BREAK case 561: YY_RULE_SETUP #line 736 "itex2MML.l" {BEGIN(CALLIGRAPHIC); return CAL;} YY_BREAK case 562: YY_RULE_SETUP #line 738 "itex2MML.l" {BEGIN(MATHENV); return BEGINENV;} YY_BREAK case 563: YY_RULE_SETUP #line 739 "itex2MML.l" {BEGIN(MATHENV); return ENDENV;} YY_BREAK case 564: YY_RULE_SETUP #line 741 "itex2MML.l" {return SUBSTACK;} YY_BREAK case 565: YY_RULE_SETUP #line 743 "itex2MML.l" {return ARRAY;} YY_BREAK case 566: YY_RULE_SETUP #line 745 "itex2MML.l" {return ARRAYOPTS;} YY_BREAK case 567: YY_RULE_SETUP #line 747 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLALIGN;} YY_BREAK case 568: YY_RULE_SETUP #line 749 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLLAYOUT;} YY_BREAK case 569: YY_RULE_SETUP #line 751 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ROWALIGN;} YY_BREAK case 570: YY_RULE_SETUP #line 753 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ALIGN;} YY_BREAK case 571: YY_RULE_SETUP #line 755 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return EQROWS;} YY_BREAK case 572: YY_RULE_SETUP #line 757 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return EQCOLS;} YY_BREAK case 573: YY_RULE_SETUP #line 759 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ROWLINES;} YY_BREAK case 574: YY_RULE_SETUP #line 761 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLLINES;} YY_BREAK case 575: YY_RULE_SETUP #line 763 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return FRAME;} YY_BREAK case 576: YY_RULE_SETUP #line 765 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return PADDING;} YY_BREAK case 577: YY_RULE_SETUP #line 767 "itex2MML.l" {return ROWOPTS;} YY_BREAK case 578: YY_RULE_SETUP #line 769 "itex2MML.l" {return CELLOPTS;} YY_BREAK case 579: YY_RULE_SETUP #line 771 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ROWSPAN;} YY_BREAK case 580: YY_RULE_SETUP #line 773 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLSPAN;} YY_BREAK case 581: #line 777 "itex2MML.l" case 582: YY_RULE_SETUP #line 777 "itex2MML.l" {return THINSPACE;} YY_BREAK case 583: #line 780 "itex2MML.l" case 584: YY_RULE_SETUP #line 780 "itex2MML.l" {return MEDSPACE;} YY_BREAK case 585: #line 783 "itex2MML.l" case 586: YY_RULE_SETUP #line 783 "itex2MML.l" {return THICKSPACE;} YY_BREAK case 587: YY_RULE_SETUP #line 785 "itex2MML.l" {return QUAD;} YY_BREAK case 588: YY_RULE_SETUP #line 786 "itex2MML.l" {return QQUAD;} YY_BREAK case 589: #line 789 "itex2MML.l" case 590: YY_RULE_SETUP #line 789 "itex2MML.l" {return NEGSPACE;} YY_BREAK case 591: YY_RULE_SETUP #line 791 "itex2MML.l" {return PHANTOM;} YY_BREAK case 592: YY_RULE_SETUP #line 793 "itex2MML.l" {BEGIN(PLAINTEXT); return HREF;} YY_BREAK case 593: YY_RULE_SETUP #line 796 "itex2MML.l" {BEGIN(PLAINTEXT); return MATHOP;} YY_BREAK case 594: YY_RULE_SETUP #line 798 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); return MOP;} YY_BREAK case 595: #line 801 "itex2MML.l" case 596: #line 802 "itex2MML.l" case 597: YY_RULE_SETUP #line 802 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MI;} YY_BREAK case 598: /* rule 598 can match eol */ YY_RULE_SETUP #line 804 "itex2MML.l" itex2MML_lineno++; YY_BREAK case 599: YY_RULE_SETUP #line 805 "itex2MML.l" ; YY_BREAK case 600: YY_RULE_SETUP #line 808 "itex2MML.l" {return UNKNOWNCHAR;} YY_BREAK case 601: /* rule 601 can match eol */ YY_RULE_SETUP #line 811 "itex2MML.l" {BEGIN(MATH); yylval=itex2MML_copy_string(itex2MML_yytext); if (yylval != itex2MML_empty_string) { yylval[0]='"'; yylval[itex2MML_yyleng-1]='"'; } return ATTRLIST;} YY_BREAK case 602: YY_RULE_SETUP #line 814 "itex2MML.l" {BEGIN(MATH); return MATRIX;} YY_BREAK case 603: YY_RULE_SETUP #line 815 "itex2MML.l" {BEGIN(MATH); return PMATRIX;} YY_BREAK case 604: YY_RULE_SETUP #line 816 "itex2MML.l" {BEGIN(MATH); return BMATRIX;} YY_BREAK case 605: YY_RULE_SETUP #line 817 "itex2MML.l" {BEGIN(MATH); return BBMATRIX;} YY_BREAK case 606: YY_RULE_SETUP #line 818 "itex2MML.l" {BEGIN(MATH); return VMATRIX;} YY_BREAK case 607: YY_RULE_SETUP #line 819 "itex2MML.l" {BEGIN(MATH); return VVMATRIX;} YY_BREAK case 608: YY_RULE_SETUP #line 820 "itex2MML.l" {BEGIN(MATH); return SMALLMATRIX;} YY_BREAK case 609: YY_RULE_SETUP #line 821 "itex2MML.l" {BEGIN(MATH); return CASES;} YY_BREAK case 610: YY_RULE_SETUP #line 822 "itex2MML.l" {BEGIN(MATH); return ALIGNED;} YY_BREAK case 611: YY_RULE_SETUP #line 823 "itex2MML.l" {BEGIN(MATH); return GATHERED;} YY_BREAK case 612: YY_RULE_SETUP #line 824 "itex2MML.l" {BEGIN(MATH); return ALIGNED;} YY_BREAK case 613: YY_RULE_SETUP #line 828 "itex2MML.l" {return ST;} YY_BREAK case 614: YY_RULE_SETUP #line 829 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 615: YY_RULE_SETUP #line 830 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return RMCHAR;} YY_BREAK case 616: /* rule 616 can match eol */ YY_RULE_SETUP #line 831 "itex2MML.l" ; YY_BREAK case 617: YY_RULE_SETUP #line 832 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 618: YY_RULE_SETUP #line 836 "itex2MML.l" {return ST;} YY_BREAK case 619: YY_RULE_SETUP #line 837 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 620: YY_RULE_SETUP #line 838 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return BBLOWERCHAR;} YY_BREAK case 621: YY_RULE_SETUP #line 839 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return BBUPPERCHAR;} YY_BREAK case 622: /* rule 622 can match eol */ YY_RULE_SETUP #line 840 "itex2MML.l" ; YY_BREAK case 623: YY_RULE_SETUP #line 841 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 624: YY_RULE_SETUP #line 845 "itex2MML.l" {return ST;} YY_BREAK case 625: YY_RULE_SETUP #line 846 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 626: YY_RULE_SETUP #line 847 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return CALCHAR;} YY_BREAK case 627: /* rule 627 can match eol */ YY_RULE_SETUP #line 848 "itex2MML.l" ; YY_BREAK case 628: YY_RULE_SETUP #line 849 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 629: YY_RULE_SETUP #line 853 "itex2MML.l" {return ST;} YY_BREAK case 630: YY_RULE_SETUP #line 854 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 631: YY_RULE_SETUP #line 855 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return FRAKCHAR;} YY_BREAK case 632: /* rule 632 can match eol */ YY_RULE_SETUP #line 856 "itex2MML.l" ; YY_BREAK case 633: YY_RULE_SETUP #line 857 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 634: /* rule 634 can match eol */ YY_RULE_SETUP #line 861 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); if ((itex2MML_yyleng > 1) && (yylval != itex2MML_empty_string)) yylval[itex2MML_yyleng-2]='\0'; BEGIN(MATH); return TEXTSTRING;} YY_BREAK case 635: YY_RULE_SETUP #line 865 "itex2MML.l" {return ST;} YY_BREAK case 636: YY_RULE_SETUP #line 866 "itex2MML.l" {BEGIN(INT2); return END;} YY_BREAK case 637: YY_RULE_SETUP #line 867 "itex2MML.l" {yylval=itex2MML_copy_string_extra(itex2MML_yytext, 1); if (itex2MML_yyleng && (yylval != itex2MML_empty_string)) { yylval[itex2MML_yyleng]=yylval[itex2MML_yyleng-1]; yylval[itex2MML_yyleng-1]='.'; yylval[itex2MML_yyleng+1]='\0'; } return INTONE;} YY_BREAK case 638: /* rule 638 can match eol */ YY_RULE_SETUP #line 868 "itex2MML.l" ; YY_BREAK case 639: YY_RULE_SETUP #line 869 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 640: YY_RULE_SETUP #line 873 "itex2MML.l" {return ST;} YY_BREAK case 641: YY_RULE_SETUP #line 874 "itex2MML.l" {BEGIN(INT3); return END;} YY_BREAK case 642: YY_RULE_SETUP #line 875 "itex2MML.l" {yylval=itex2MML_copy_string_extra(itex2MML_yytext, 1); if (itex2MML_yyleng && (yylval != itex2MML_empty_string)) { yylval[itex2MML_yyleng]=yylval[itex2MML_yyleng-1]; yylval[itex2MML_yyleng-1]='.'; yylval[itex2MML_yyleng+1]='\0'; } return INTTWO;} YY_BREAK case 643: /* rule 643 can match eol */ YY_RULE_SETUP #line 876 "itex2MML.l" ; YY_BREAK case 644: YY_RULE_SETUP #line 877 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 645: YY_RULE_SETUP #line 881 "itex2MML.l" {return ST;} YY_BREAK case 646: YY_RULE_SETUP #line 882 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 647: YY_RULE_SETUP #line 883 "itex2MML.l" {yylval=itex2MML_copy_string_extra(itex2MML_yytext, 1); if (itex2MML_yyleng && (yylval != itex2MML_empty_string)) { yylval[itex2MML_yyleng]=yylval[itex2MML_yyleng-1]; yylval[itex2MML_yyleng-1]='.'; yylval[itex2MML_yyleng+1]='\0'; } return INTTHREE;} YY_BREAK case 648: /* rule 648 can match eol */ YY_RULE_SETUP #line 884 "itex2MML.l" ; YY_BREAK case 649: YY_RULE_SETUP #line 885 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 650: YY_RULE_SETUP #line 890 "itex2MML.l" ECHO; YY_BREAK #line 4433 "lex.yy.c" case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(MATH): case YY_STATE_EOF(ATTRIBUTELIST): case YY_STATE_EOF(BBOLD): case YY_STATE_EOF(FRAKTUR): case YY_STATE_EOF(CALLIGRAPHIC): case YY_STATE_EOF(ROMAN): case YY_STATE_EOF(PLAINTEXT): case YY_STATE_EOF(INT1): case YY_STATE_EOF(INT2): case YY_STATE_EOF(INT3): case YY_STATE_EOF(MATHENV): yyterminate(); case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = (yy_hold_char); YY_RESTORE_YY_MORE_OFFSET if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) { /* We're scanning a new file or input source. It's * possible that this happened because the user * just pointed itex2MML_yyin at a new source and called * itex2MML_yylex(). If so, then we have to assure * consistency between YY_CURRENT_BUFFER and our * globals. Here is the right place to do so, because * this is the first action (other than possibly a * back-up) that will match for the new input source. */ (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = itex2MML_yyin; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; } /* Note that here we test for yy_c_buf_p "<=" to the position * of the first EOB in the buffer, since yy_c_buf_p will * already have been incremented past the NUL character * (since all states make transitions on EOB to the * end-of-buffer state). Contrast this with the test * in input(). */ if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) { /* This was really a NUL. */ yy_state_type yy_next_state; (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); /* Okay, we're now positioned to make the NUL * transition. We couldn't have * yy_get_previous_state() go ahead and do it * for us because it doesn't know how to deal * with the possibility of jamming (and we don't * want to build jamming into it because then it * will run more slowly). */ yy_next_state = yy_try_NUL_trans( yy_current_state ); yy_bp = (yytext_ptr) + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++(yy_c_buf_p); yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = (yy_c_buf_p); goto yy_find_action; } } else switch ( yy_get_next_buffer( ) ) { case EOB_ACT_END_OF_FILE: { (yy_did_buffer_switch_on_eof) = 0; if ( itex2MML_yywrap( ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * itex2MML_yytext, we can now set up * yy_c_buf_p so that if some total * hoser (like flex itself) wants to * call the scanner after we return the * YY_NULL, it'll still work - another * YY_NULL will get returned. */ (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: (yy_c_buf_p) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; yy_current_state = yy_get_previous_state( ); yy_cp = (yy_c_buf_p); yy_bp = (yytext_ptr) + YY_MORE_ADJ; goto yy_find_action; } break; } default: YY_FATAL_ERROR( "fatal flex scanner internal error--no action found" ); } /* end of action switch */ } /* end of scanning one token */ } /* end of itex2MML_yylex */ /* yy_get_next_buffer - try to read in a new buffer * * Returns a code representing an action: * EOB_ACT_LAST_MATCH - * EOB_ACT_CONTINUE_SCAN - continue scanning from current position * EOB_ACT_END_OF_FILE - end of file */ static int yy_get_next_buffer (void) { register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = (yytext_ptr); register int number_to_move, i; int ret_val; if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) YY_FATAL_ERROR( "fatal flex scanner internal error--end of buffer missed" ); if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) { /* Don't try to fill the buffer, so this is an EOF. */ if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) { /* We matched a single character, the EOB, so * treat this as a final EOF. */ return EOB_ACT_END_OF_FILE; } else { /* We matched some text prior to the EOB, first * process it. */ return EOB_ACT_LAST_MATCH; } } /* Try to read more data. */ /* First move last chars to start of buffer. */ number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1; for ( i = 0; i < number_to_move; ++i ) *(dest++) = *(source++); if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) /* don't do the read, it's not guaranteed to return an EOF, * just force an EOF */ YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; else { int num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; while ( num_to_read <= 0 ) { /* Not enough room in the buffer - grow it. */ /* just a shorter name for the current buffer */ YY_BUFFER_STATE b = YY_CURRENT_BUFFER; int yy_c_buf_p_offset = (int) ((yy_c_buf_p) - b->yy_ch_buf); if ( b->yy_is_our_buffer ) { int new_size = b->yy_buf_size * 2; if ( new_size <= 0 ) b->yy_buf_size += b->yy_buf_size / 8; else b->yy_buf_size *= 2; b->yy_ch_buf = (char *) /* Include room in for 2 EOB chars. */ itex2MML_yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ); } else /* Can't grow it, we don't own it. */ b->yy_ch_buf = 0; if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "fatal error - scanner input buffer overflow" ); (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset]; num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; } if ( num_to_read > YY_READ_BUF_SIZE ) num_to_read = YY_READ_BUF_SIZE; /* Read in more data. */ YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), (yy_n_chars), num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } if ( (yy_n_chars) == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; itex2MML_yyrestart(itex2MML_yyin ); } else { ret_val = EOB_ACT_LAST_MATCH; YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_EOF_PENDING; } } else ret_val = EOB_ACT_CONTINUE_SCAN; (yy_n_chars) += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; return ret_val; } /* yy_get_previous_state - get the state just before the EOB char was reached */ static yy_state_type yy_get_previous_state (void) { register yy_state_type yy_current_state; register char *yy_cp; yy_current_state = (yy_start); for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) { register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2445 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; } return yy_current_state; } /* yy_try_NUL_trans - try to make a transition on the NUL character * * synopsis * next_state = yy_try_NUL_trans( current_state ); */ static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) { register int yy_is_jam; register char *yy_cp = (yy_c_buf_p); register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { (yy_last_accepting_state) = yy_current_state; (yy_last_accepting_cpos) = yy_cp; } while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) { yy_current_state = (int) yy_def[yy_current_state]; if ( yy_current_state >= 2445 ) yy_c = yy_meta[(unsigned int) yy_c]; } yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]; yy_is_jam = (yy_current_state == 2444); return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp ) { register char *yy_cp; yy_cp = (yy_c_buf_p); /* undo effects of setting up itex2MML_yytext */ *yy_cp = (yy_hold_char); if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) { /* need to shift things up to make room */ /* +2 for EOB chars. */ register int number_to_move = (yy_n_chars) + 2; register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; register char *source = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) *--dest = *--source; yy_cp += (int) (dest - source); yy_bp += (int) (dest - source); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size; if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) YY_FATAL_ERROR( "flex scanner push-back overflow" ); } *--yy_cp = (char) c; (yytext_ptr) = yy_bp; (yy_hold_char) = *yy_cp; (yy_c_buf_p) = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (void) #else static int input (void) #endif { int c; *(yy_c_buf_p) = (yy_hold_char); if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) { /* yy_c_buf_p now points to the character we want to return. * If this occurs *before* the EOB characters, then it's a * valid NUL; if not, then we've hit the end of the buffer. */ if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) /* This was really a NUL. */ *(yy_c_buf_p) = '\0'; else { /* need more input */ int offset = (yy_c_buf_p) - (yytext_ptr); ++(yy_c_buf_p); switch ( yy_get_next_buffer( ) ) { case EOB_ACT_LAST_MATCH: /* This happens because yy_g_n_b() * sees that we've accumulated a * token and flags that we need to * try matching the token before * proceeding. But for input(), * there's no matching to consider. * So convert the EOB_ACT_LAST_MATCH * to EOB_ACT_END_OF_FILE. */ /* Reset buffer status. */ itex2MML_yyrestart(itex2MML_yyin ); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( itex2MML_yywrap( ) ) return EOF; if ( ! (yy_did_buffer_switch_on_eof) ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(); #else return input(); #endif } case EOB_ACT_CONTINUE_SCAN: (yy_c_buf_p) = (yytext_ptr) + offset; break; } } } c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ *(yy_c_buf_p) = '\0'; /* preserve itex2MML_yytext */ (yy_hold_char) = *++(yy_c_buf_p); return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * * @note This function does not reset the start condition to @c INITIAL . */ void itex2MML_yyrestart (FILE * input_file ) { if ( ! YY_CURRENT_BUFFER ){ itex2MML_yyensure_buffer_stack (); YY_CURRENT_BUFFER_LVALUE = itex2MML_yy_create_buffer(itex2MML_yyin,YY_BUF_SIZE ); } itex2MML_yy_init_buffer(YY_CURRENT_BUFFER,input_file ); itex2MML_yy_load_buffer_state( ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * */ void itex2MML_yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) { /* TODO. We should be able to replace this entire function body * with * itex2MML_yypop_buffer_state(); * itex2MML_yypush_buffer_state(new_buffer); */ itex2MML_yyensure_buffer_stack (); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } YY_CURRENT_BUFFER_LVALUE = new_buffer; itex2MML_yy_load_buffer_state( ); /* We don't actually know whether we did this switch during * EOF (itex2MML_yywrap()) processing, but the only time this flag * is looked at is after itex2MML_yywrap() is called, so it's safe * to go ahead and always set it. */ (yy_did_buffer_switch_on_eof) = 1; } static void itex2MML_yy_load_buffer_state (void) { (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; itex2MML_yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; (yy_hold_char) = *(yy_c_buf_p); } /** Allocate and initialize an input buffer state. * @param file A readable stream. * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. * * @return the allocated buffer state. */ YY_BUFFER_STATE itex2MML_yy_create_buffer (FILE * file, int size ) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) itex2MML_yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in itex2MML_yy_create_buffer()" ); b->yy_buf_size = size; /* yy_ch_buf has to be 2 characters longer than the size given because * we need to put in 2 end-of-buffer characters. */ b->yy_ch_buf = (char *) itex2MML_yyalloc(b->yy_buf_size + 2 ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in itex2MML_yy_create_buffer()" ); b->yy_is_our_buffer = 1; itex2MML_yy_init_buffer(b,file ); return b; } /** Destroy the buffer. * @param b a buffer created with itex2MML_yy_create_buffer() * */ void itex2MML_yy_delete_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; if ( b->yy_is_our_buffer ) itex2MML_yyfree((void *) b->yy_ch_buf ); itex2MML_yyfree((void *) b ); } #ifndef __cplusplus extern int isatty (int ); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a itex2MML_yyrestart() or at EOF. */ static void itex2MML_yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) { int oerrno = errno; itex2MML_yy_flush_buffer(b ); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then itex2MML_yy_init_buffer was _probably_ * called from itex2MML_yyrestart() or through yy_get_next_buffer. * In that case, we don't want to reset the lineno or column. */ if (b != YY_CURRENT_BUFFER){ b->yy_bs_lineno = 1; b->yy_bs_column = 0; } b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; errno = oerrno; } /** Discard all buffered characters. On the next scan, YY_INPUT will be called. * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. * */ void itex2MML_yy_flush_buffer (YY_BUFFER_STATE b ) { if ( ! b ) return; b->yy_n_chars = 0; /* We always need two end-of-buffer characters. The first causes * a transition to the end-of-buffer state. The second causes * a jam in that state. */ b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; b->yy_buf_pos = &b->yy_ch_buf[0]; b->yy_at_bol = 1; b->yy_buffer_status = YY_BUFFER_NEW; if ( b == YY_CURRENT_BUFFER ) itex2MML_yy_load_buffer_state( ); } /** Pushes the new state onto the stack. The new state becomes * the current state. This function will allocate the stack * if necessary. * @param new_buffer The new state. * */ void itex2MML_yypush_buffer_state (YY_BUFFER_STATE new_buffer ) { if (new_buffer == NULL) return; itex2MML_yyensure_buffer_stack(); /* This block is copied from itex2MML_yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *(yy_c_buf_p) = (yy_hold_char); YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) (yy_buffer_stack_top)++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from itex2MML_yy_switch_to_buffer. */ itex2MML_yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * */ void itex2MML_yypop_buffer_state (void) { if (!YY_CURRENT_BUFFER) return; itex2MML_yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; if ((yy_buffer_stack_top) > 0) --(yy_buffer_stack_top); if (YY_CURRENT_BUFFER) { itex2MML_yy_load_buffer_state( ); (yy_did_buffer_switch_on_eof) = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void itex2MML_yyensure_buffer_stack (void) { int num_to_alloc; if (!(yy_buffer_stack)) { /* First allocation is just for 2 elements, since we don't know if this * scanner will even need a stack. We use 2 instead of 1 to avoid an * immediate realloc on the next call. */ num_to_alloc = 1; (yy_buffer_stack) = (struct yy_buffer_state**)itex2MML_yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) ); memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; (yy_buffer_stack_top) = 0; return; } if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = (yy_buffer_stack_max) + grow_size; (yy_buffer_stack) = (struct yy_buffer_state**)itex2MML_yyrealloc ((yy_buffer_stack), num_to_alloc * sizeof(struct yy_buffer_state*) ); /* zero only the new slots.*/ memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); (yy_buffer_stack_max) = num_to_alloc; } } /** Setup the input buffer state to scan directly from a user-specified character buffer. * @param base the character buffer * @param size the size in bytes of the character buffer * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE itex2MML_yy_scan_buffer (char * base, yy_size_t size ) { YY_BUFFER_STATE b; if ( size < 2 || base[size-2] != YY_END_OF_BUFFER_CHAR || base[size-1] != YY_END_OF_BUFFER_CHAR ) /* They forgot to leave room for the EOB's. */ return 0; b = (YY_BUFFER_STATE) itex2MML_yyalloc(sizeof( struct yy_buffer_state ) ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in itex2MML_yy_scan_buffer()" ); b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */ b->yy_buf_pos = b->yy_ch_buf = base; b->yy_is_our_buffer = 0; b->yy_input_file = 0; b->yy_n_chars = b->yy_buf_size; b->yy_is_interactive = 0; b->yy_at_bol = 1; b->yy_fill_buffer = 0; b->yy_buffer_status = YY_BUFFER_NEW; itex2MML_yy_switch_to_buffer(b ); return b; } /** Setup the input buffer state to scan a string. The next call to itex2MML_yylex() will * scan from a @e copy of @a str. * @param str a NUL-terminated string to scan * * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * itex2MML_yy_scan_bytes() instead. */ YY_BUFFER_STATE itex2MML_yy_scan_string (yyconst char * yystr ) { return itex2MML_yy_scan_bytes(yystr,strlen(yystr) ); } /** Setup the input buffer state to scan the given bytes. The next call to itex2MML_yylex() will * scan from a @e copy of @a bytes. * @param bytes the byte buffer to scan * @param len the number of bytes in the buffer pointed to by @a bytes. * * @return the newly allocated buffer state object. */ YY_BUFFER_STATE itex2MML_yy_scan_bytes (yyconst char * yybytes, int _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n; int i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) itex2MML_yyalloc(n ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in itex2MML_yy_scan_bytes()" ); for ( i = 0; i < _yybytes_len; ++i ) buf[i] = yybytes[i]; buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; b = itex2MML_yy_scan_buffer(buf,n ); if ( ! b ) YY_FATAL_ERROR( "bad buffer in itex2MML_yy_scan_bytes()" ); /* It's okay to grow etc. this buffer, and we should throw it * away when we're done. */ b->yy_is_our_buffer = 1; return b; } #ifndef YY_EXIT_FAILURE #define YY_EXIT_FAILURE 2 #endif static void yy_fatal_error (yyconst char* msg ) { (void) fprintf( stderr, "%s\n", msg ); exit( YY_EXIT_FAILURE ); } /* Redefine yyless() so it works in section 3 code. */ #undef yyless #define yyless(n) \ do \ { \ /* Undo effects of setting up itex2MML_yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ itex2MML_yytext[itex2MML_yyleng] = (yy_hold_char); \ (yy_c_buf_p) = itex2MML_yytext + yyless_macro_arg; \ (yy_hold_char) = *(yy_c_buf_p); \ *(yy_c_buf_p) = '\0'; \ itex2MML_yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the current line number. * */ int itex2MML_yyget_lineno (void) { return itex2MML_yylineno; } /** Get the input stream. * */ FILE *itex2MML_yyget_in (void) { return itex2MML_yyin; } /** Get the output stream. * */ FILE *itex2MML_yyget_out (void) { return itex2MML_yyout; } /** Get the length of the current token. * */ int itex2MML_yyget_leng (void) { return itex2MML_yyleng; } /** Get the current token. * */ char *itex2MML_yyget_text (void) { return itex2MML_yytext; } /** Set the current line number. * @param line_number * */ void itex2MML_yyset_lineno (int line_number ) { itex2MML_yylineno = line_number; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * * @see itex2MML_yy_switch_to_buffer */ void itex2MML_yyset_in (FILE * in_str ) { itex2MML_yyin = in_str ; } void itex2MML_yyset_out (FILE * out_str ) { itex2MML_yyout = out_str ; } int itex2MML_yyget_debug (void) { return itex2MML_yy_flex_debug; } void itex2MML_yyset_debug (int bdebug ) { itex2MML_yy_flex_debug = bdebug ; } static int yy_init_globals (void) { /* Initialization is the same as for the non-reentrant scanner. * This function is called from itex2MML_yylex_destroy(), so don't allocate here. */ (yy_buffer_stack) = 0; (yy_buffer_stack_top) = 0; (yy_buffer_stack_max) = 0; (yy_c_buf_p) = (char *) 0; (yy_init) = 0; (yy_start) = 0; /* Defined in main.c */ #ifdef YY_STDINIT itex2MML_yyin = stdin; itex2MML_yyout = stdout; #else itex2MML_yyin = (FILE *) 0; itex2MML_yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * itex2MML_yylex_init() */ return 0; } /* itex2MML_yylex_destroy is for both reentrant and non-reentrant scanners. */ int itex2MML_yylex_destroy (void) { /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ itex2MML_yy_delete_buffer(YY_CURRENT_BUFFER ); YY_CURRENT_BUFFER_LVALUE = NULL; itex2MML_yypop_buffer_state(); } /* Destroy the stack itself. */ itex2MML_yyfree((yy_buffer_stack) ); (yy_buffer_stack) = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * itex2MML_yylex() is called, initialization will occur. */ yy_init_globals( ); return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) { register int i; for ( i = 0; i < n; ++i ) s1[i] = s2[i]; } #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * s ) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *itex2MML_yyalloc (yy_size_t size ) { return (void *) malloc( size ); } void *itex2MML_yyrealloc (void * ptr, yy_size_t size ) { /* The cast to (char *) in the following accommodates both * implementations that use char* generic pointers, and those * that use void* generic pointers. It works with the latter * because both ANSI C and C++ allow castless assignment from * any pointer type to void*, and deal with argument conversions * as though doing an assignment. */ return (void *) realloc( (char *) ptr, size ); } void itex2MML_yyfree (void * ptr ) { free( (char *) ptr ); /* see itex2MML_yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 890 "itex2MML.l" void itex2MML_restart () { BEGIN(INITIAL); } static const char * s_itex2MML_buffer = 0; static unsigned long s_itex2MML_length = 0; void itex2MML_setup (const char * buffer, unsigned long length) { itex2MML_yy_flush_buffer(YY_CURRENT_BUFFER ); s_itex2MML_buffer = buffer; s_itex2MML_length = length; } static int s_itex2MML_read (char * buffer, int max_size) { int result = 0; if (max_size < s_itex2MML_length) { result = max_size; memcpy (buffer, s_itex2MML_buffer, max_size); s_itex2MML_buffer += max_size; s_itex2MML_length -= max_size; } else { result = s_itex2MML_length; memcpy (buffer, s_itex2MML_buffer, s_itex2MML_length); s_itex2MML_buffer = 0; s_itex2MML_length = 0; } return result; }