#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 35 #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 defined (__STDC_VERSION__) && __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 */ /* C99 requires __STDC__ to be defined as 1. */ #if defined (__STDC__) #define YY_USE_CONST #endif /* defined (__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 #ifndef YY_TYPEDEF_YY_SIZE_T #define YY_TYPEDEF_YY_SIZE_T typedef size_t yy_size_t; #endif extern yy_size_t 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) ) #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. */ yy_size_t 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 yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */ yy_size_t 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,yy_size_t 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; \ (yytext_ptr) -= (yy_more_len); \ itex2MML_yyleng = (size_t) (yy_cp - (yytext_ptr)); \ (yy_hold_char) = *yy_cp; \ *yy_cp = '\0'; \ (yy_c_buf_p) = yy_cp; #define YY_NUM_RULES 799 #define YY_END_OF_BUFFER 800 /* 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[3230] = { 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 800, 5, 4, 1, 5, 5, 723, 722, 721, 84, 89, 6, 35, 93, 46, 48, 91, 80, 82, 79, 78, 74, 41, 83, 87, 85, 88, 40, 47, 723, 49, 8, 9, 90, 11, 55, 12, 86, 799, 799, 772, 771, 771, 770, 769, 768, 766, 767, 782, 781, 781, 780, 778, 779, 777, 776, 776, 775, 773, 774, 765, 764, 764, 763, 761, 762, 799, 788, 787, 787, 786, 784, 785, 793, 792, 792, 791, 789, 790, 798, 797, 797, 796, 794, 795, 799, 759, 759, 760, 727, 726, 726, 725, 752, 799, 751, 757, 754, 755, 756, 753, 734, 734, 732, 732, 729, 799, 730, 1, 0, 2, 722, 6, 0, 0, 0, 0, 0, 94, 42, 0, 0, 41, 40, 704, 81, 37, 38, 36, 696, 698, 700, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 39, 7, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 51, 57, 53, 0, 10, 0, 724, 771, 781, 776, 764, 0, 783, 787, 786, 792, 791, 797, 796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 726, 752, 0, 0, 0, 757, 0, 733, 0, 731, 729, 728, 0, 730, 3, 0, 0, 0, 718, 0, 0, 0, 95, 0, 41, 41, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 530, 717, 717, 717, 717, 717, 717, 717, 717, 178, 179, 717, 717, 717, 717, 717, 168, 157, 717, 534, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 173, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 358, 348, 717, 326, 717, 717, 717, 717, 717, 717, 717, 717, 717, 300, 717, 717, 717, 717, 717, 717, 717, 717, 717, 359, 717, 141, 717, 717, 390, 717, 142, 717, 327, 717, 717, 717, 717, 717, 717, 446, 107, 717, 717, 717, 717, 717, 561, 717, 384, 717, 717, 717, 717, 717, 717, 717, 108, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 110, 717, 445, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 199, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 533, 448, 717, 717, 717, 109, 717, 717, 717, 717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 750, 749, 748, 719, 0, 0, 0, 0, 96, 0, 43, 717, 717, 17, 538, 717, 315, 717, 316, 549, 717, 717, 717, 717, 175, 717, 717, 717, 717, 717, 717, 717, 717, 250, 717, 717, 717, 717, 169, 170, 180, 717, 717, 251, 717, 717, 717, 181, 717, 717, 717, 717, 717, 717, 717, 717, 609, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 130, 717, 314, 717, 717, 717, 622, 717, 717, 717, 717, 717, 15, 717, 717, 717, 466, 717, 717, 717, 717, 296, 717, 717, 717, 115, 717, 717, 717, 717, 717, 717, 131, 133, 135, 290, 717, 717, 717, 717, 717, 717, 717, 717, 136, 717, 149, 717, 717, 137, 717, 464, 717, 628, 717, 717, 717, 528, 717, 717, 678, 717, 717, 717, 717, 717, 102, 527, 717, 138, 717, 717, 717, 717, 717, 717, 717, 150, 350, 349, 717, 717, 717, 717, 717, 636, 717, 717, 139, 717, 717, 186, 717, 717, 717, 717, 717, 151, 564, 717, 717, 717, 717, 717, 140, 717, 717, 717, 717, 717, 717, 360, 717, 717, 545, 152, 717, 546, 717, 717, 717, 717, 143, 717, 717, 717, 717, 717, 203, 717, 155, 717, 717, 182, 563, 156, 556, 717, 717, 717, 717, 717, 717, 717, 717, 717, 559, 560, 717, 717, 717, 717, 717, 498, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 125, 717, 717, 717, 717, 717, 717, 116, 555, 717, 717, 717, 717, 717, 717, 544, 111, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 144, 717, 717, 717, 717, 415, 145, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 588, 158, 717, 717, 147, 113, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 499, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 626, 473, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 720, 0, 34, 0, 41, 0, 717, 163, 21, 24, 18, 717, 717, 717, 717, 717, 717, 717, 717, 717, 176, 717, 717, 717, 717, 717, 717, 717, 717, 535, 717, 717, 717, 717, 717, 717, 717, 717, 717, 185, 717, 536, 717, 56, 717, 717, 174, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 642, 717, 717, 717, 717, 98, 526, 717, 717, 717, 717, 19, 717, 23, 717, 16, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 161, 717, 717, 543, 717, 717, 717, 717, 717, 717, 422, 717, 717, 717, 132, 134, 717, 717, 717, 220, 717, 717, 717, 717, 717, 629, 717, 717, 717, 717, 717, 33, 717, 717, 283, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 472, 717, 613, 717, 717, 717, 351, 717, 717, 353, 717, 717, 717, 717, 717, 717, 717, 529, 717, 717, 710, 717, 717, 566, 717, 717, 717, 717, 717, 717, 717, 104, 717, 717, 717, 717, 65, 717, 717, 717, 13, 361, 717, 717, 717, 717, 717, 717, 31, 717, 717, 368, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 391, 425, 717, 394, 717, 386, 717, 717, 717, 717, 717, 717, 417, 717, 717, 717, 717, 717, 717, 717, 717, 717, 449, 572, 717, 717, 717, 717, 717, 717, 717, 641, 717, 717, 612, 717, 345, 717, 717, 717, 557, 340, 717, 589, 717, 717, 702, 71, 717, 717, 717, 717, 717, 30, 717, 645, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 146, 717, 717, 717, 717, 717, 717, 717, 717, 644, 717, 717, 717, 717, 576, 717, 717, 423, 717, 717, 717, 148, 717, 717, 647, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 32, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 54, 717, 717, 717, 717, 717, 717, 717, 717, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 747, 0, 0, 0, 0, 0, 162, 26, 22, 717, 717, 164, 717, 717, 717, 717, 165, 717, 177, 717, 717, 717, 717, 717, 183, 599, 717, 717, 717, 171, 717, 717, 172, 294, 717, 717, 717, 411, 409, 717, 607, 525, 685, 97, 444, 501, 717, 717, 717, 717, 680, 406, 717, 717, 717, 717, 717, 677, 717, 717, 717, 717, 717, 717, 717, 25, 20, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 615, 717, 717, 717, 717, 717, 675, 717, 717, 717, 717, 717, 285, 717, 634, 717, 717, 717, 717, 717, 717, 717, 289, 658, 717, 717, 717, 717, 717, 717, 717, 717, 717, 408, 717, 717, 717, 630, 286, 100, 717, 717, 717, 717, 481, 717, 717, 717, 717, 717, 717, 717, 717, 541, 717, 717, 717, 717, 717, 717, 717, 429, 717, 717, 717, 717, 717, 690, 431, 99, 717, 717, 354, 356, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 568, 531, 717, 717, 717, 44, 717, 717, 717, 717, 532, 105, 717, 717, 717, 63, 284, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 369, 370, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 550, 717, 433, 213, 205, 717, 717, 717, 717, 717, 392, 717, 717, 395, 717, 397, 383, 385, 717, 524, 717, 717, 717, 424, 717, 717, 717, 717, 215, 207, 578, 117, 717, 717, 717, 598, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 585, 717, 717, 717, 717, 717, 92, 717, 717, 703, 717, 717, 717, 69, 717, 14, 717, 717, 717, 717, 717, 717, 717, 717, 717, 217, 209, 717, 493, 717, 112, 416, 674, 717, 418, 646, 717, 717, 456, 455, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 219, 211, 717, 717, 717, 614, 717, 103, 717, 717, 632, 575, 717, 717, 717, 717, 717, 287, 717, 292, 548, 547, 222, 717, 717, 717, 450, 717, 717, 410, 717, 717, 717, 717, 120, 717, 717, 717, 717, 717, 717, 412, 288, 717, 606, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 295, 291, 41, 476, 717, 717, 717, 717, 717, 717, 717, 717, 167, 717, 717, 717, 717, 594, 717, 717, 461, 462, 717, 717, 717, 413, 405, 127, 128, 129, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 298, 717, 293, 717, 717, 717, 717, 717, 717, 717, 717, 610, 717, 717, 717, 717, 717, 558, 407, 537, 717, 717, 717, 494, 477, 717, 478, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 573, 717, 591, 717, 717, 717, 717, 496, 717, 717, 717, 717, 631, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 225, 717, 717, 717, 717, 483, 717, 717, 717, 717, 717, 542, 717, 717, 717, 521, 717, 717, 717, 373, 717, 717, 717, 372, 717, 717, 717, 717, 570, 717, 717, 717, 717, 717, 717, 611, 717, 106, 66, 50, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 62, 153, 154, 717, 717, 717, 717, 717, 717, 717, 463, 717, 202, 671, 669, 717, 717, 717, 673, 665, 717, 712, 717, 717, 717, 670, 666, 667, 717, 717, 583, 414, 717, 717, 717, 717, 717, 443, 717, 717, 717, 717, 717, 717, 430, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 441, 442, 717, 717, 717, 596, 717, 597, 593, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 388, 717, 717, 717, 717, 428, 717, 72, 52, 68, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 465, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 539, 61, 717, 717, 333, 717, 717, 717, 434, 717, 717, 717, 398, 717, 717, 616, 617, 717, 717, 717, 717, 717, 717, 587, 650, 717, 717, 717, 717, 717, 717, 717, 717, 717, 226, 717, 717, 717, 717, 717, 717, 717, 126, 717, 121, 717, 717, 717, 717, 717, 325, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 0, 0, 0, 746, 0, 742, 0, 0, 0, 0, 745, 0, 0, 717, 304, 717, 453, 717, 308, 717, 717, 717, 717, 717, 717, 717, 717, 223, 717, 184, 717, 717, 717, 717, 329, 717, 717, 474, 717, 475, 659, 717, 717, 447, 717, 601, 717, 717, 717, 717, 504, 717, 717, 717, 717, 717, 717, 717, 717, 584, 717, 717, 717, 717, 624, 717, 717, 717, 717, 717, 303, 717, 695, 717, 717, 717, 717, 717, 717, 717, 717, 717, 497, 454, 166, 717, 717, 717, 322, 717, 717, 717, 717, 717, 717, 717, 717, 717, 160, 307, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 376, 717, 717, 717, 717, 717, 191, 717, 717, 717, 717, 717, 715, 717, 717, 717, 717, 717, 717, 717, 717, 717, 364, 717, 717, 367, 378, 67, 717, 717, 717, 717, 717, 506, 717, 713, 676, 717, 717, 717, 717, 714, 717, 717, 717, 717, 717, 717, 717, 717, 500, 212, 204, 717, 717, 717, 717, 495, 717, 717, 717, 717, 717, 389, 717, 717, 717, 380, 440, 426, 717, 214, 206, 159, 717, 717, 717, 640, 691, 717, 554, 709, 717, 717, 717, 717, 717, 490, 590, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 692, 694, 73, 717, 216, 208, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 438, 717, 717, 218, 210, 717, 717, 717, 717, 717, 717, 717, 649, 717, 717, 717, 717, 717, 717, 717, 75, 717, 717, 114, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 625, 717, 637, 717, 627, 717, 717, 717, 717, 717, 717, 717, 282, 717, 717, 0, 0, 0, 0, 0, 735, 0, 0, 0, 758, 717, 302, 312, 717, 306, 717, 717, 717, 717, 717, 717, 717, 717, 328, 717, 717, 717, 717, 717, 331, 717, 717, 717, 717, 600, 717, 603, 602, 717, 605, 608, 717, 717, 717, 717, 582, 586, 693, 717, 717, 717, 717, 451, 682, 717, 689, 717, 301, 311, 717, 717, 717, 717, 319, 717, 717, 717, 717, 313, 717, 717, 717, 482, 717, 717, 717, 717, 717, 717, 194, 540, 717, 305, 717, 717, 717, 717, 717, 717, 717, 352, 355, 717, 717, 717, 717, 717, 717, 717, 717, 717, 45, 565, 579, 717, 717, 717, 717, 717, 717, 717, 717, 362, 717, 717, 717, 717, 379, 717, 717, 717, 717, 29, 672, 28, 717, 27, 717, 699, 485, 717, 717, 717, 717, 717, 705, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 623, 341, 717, 717, 717, 717, 491, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 684, 688, 717, 717, 58, 562, 717, 717, 717, 717, 717, 717, 457, 459, 639, 717, 334, 717, 679, 717, 717, 717, 439, 399, 717, 662, 717, 717, 717, 469, 717, 717, 419, 717, 717, 717, 717, 717, 717, 638, 717, 717, 717, 717, 119, 717, 717, 122, 717, 717, 123, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 738, 740, 743, 737, 0, 736, 0, 739, 717, 221, 717, 190, 717, 717, 717, 717, 717, 717, 681, 717, 503, 330, 59, 717, 717, 656, 717, 595, 717, 717, 717, 717, 717, 717, 717, 717, 717, 683, 717, 717, 592, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 76, 717, 717, 717, 652, 717, 717, 687, 686, 717, 717, 654, 357, 374, 717, 377, 552, 717, 717, 189, 717, 717, 198, 717, 717, 717, 717, 717, 717, 717, 365, 717, 717, 717, 717, 717, 371, 717, 717, 717, 717, 717, 717, 717, 717, 717, 393, 717, 717, 396, 342, 717, 387, 717, 381, 427, 717, 717, 619, 486, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 452, 717, 717, 717, 717, 335, 336, 717, 717, 717, 400, 401, 661, 467, 717, 717, 697, 717, 717, 518, 717, 717, 717, 717, 717, 621, 717, 717, 717, 717, 717, 717, 470, 717, 717, 717, 635, 633, 717, 717, 717, 717, 717, 717, 717, 717, 717, 744, 0, 717, 717, 717, 246, 717, 192, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 668, 717, 317, 717, 717, 717, 717, 717, 717, 320, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 346, 717, 717, 717, 375, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 363, 366, 64, 717, 717, 717, 717, 717, 717, 717, 256, 717, 717, 717, 717, 717, 257, 717, 717, 717, 382, 717, 717, 717, 487, 717, 717, 717, 200, 717, 717, 717, 717, 717, 717, 717, 717, 70, 717, 663, 717, 580, 717, 581, 717, 458, 460, 648, 337, 435, 717, 717, 402, 717, 701, 717, 717, 717, 717, 717, 717, 620, 717, 717, 717, 717, 236, 124, 471, 717, 717, 717, 275, 717, 717, 717, 717, 273, 717, 717, 717, 0, 310, 717, 717, 717, 247, 227, 118, 651, 657, 717, 717, 717, 507, 717, 717, 318, 577, 309, 717, 479, 480, 717, 717, 717, 717, 717, 553, 717, 717, 717, 717, 717, 717, 224, 347, 717, 655, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 260, 707, 717, 717, 717, 261, 717, 717, 717, 717, 489, 488, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 437, 436, 468, 717, 717, 717, 717, 717, 717, 717, 77, 717, 717, 717, 717, 717, 717, 276, 717, 717, 717, 717, 272, 717, 0, 299, 717, 717, 717, 717, 717, 505, 717, 717, 717, 717, 717, 717, 717, 717, 717, 660, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 297, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 653, 717, 618, 717, 717, 706, 717, 717, 717, 717, 711, 717, 717, 717, 717, 717, 717, 717, 717, 717, 492, 717, 717, 717, 717, 420, 421, 717, 717, 717, 717, 643, 717, 717, 338, 403, 717, 717, 717, 717, 717, 717, 717, 717, 741, 717, 717, 604, 717, 522, 508, 717, 717, 717, 717, 717, 717, 230, 717, 321, 717, 717, 717, 717, 717, 484, 193, 717, 717, 242, 717, 264, 717, 717, 717, 717, 717, 717, 717, 196, 717, 248, 717, 502, 717, 708, 717, 717, 512, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 717, 343, 60, 717, 717, 432, 717, 717, 717, 270, 717, 339, 404, 717, 717, 717, 717, 717, 717, 717, 717, 188, 717, 717, 717, 717, 717, 717, 717, 717, 717, 239, 717, 231, 332, 567, 241, 717, 717, 195, 717, 717, 244, 201, 717, 717, 228, 323, 717, 197, 249, 717, 717, 344, 717, 513, 717, 243, 717, 262, 717, 717, 717, 717, 717, 717, 717, 551, 516, 717, 569, 717, 717, 271, 717, 717, 717, 280, 717, 717, 717, 717, 717, 523, 717, 717, 717, 252, 717, 574, 717, 240, 266, 717, 717, 265, 245, 717, 717, 717, 258, 259, 514, 717, 717, 717, 237, 717, 717, 229, 324, 717, 717, 517, 717, 717, 519, 717, 277, 281, 274, 717, 717, 717, 717, 717, 717, 253, 717, 267, 0, 0, 717, 717, 234, 515, 717, 263, 717, 238, 233, 664, 254, 717, 520, 717, 717, 717, 511, 509, 717, 717, 0, 0, 0, 716, 268, 717, 571, 269, 255, 717, 717, 187, 510, 232, 717, 278, 279, 235, 0 } ; static yyconst flex_int32_t yy_ec[256] = { 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 1, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 19, 20, 1, 21, 1, 22, 1, 23, 24, 25, 26, 27, 28, 29, 30, 31, 30, 32, 33, 34, 35, 36, 37, 30, 38, 39, 40, 41, 42, 43, 44, 30, 45, 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, 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[82] = { 0, 1, 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[3256] = { 0, 0, 1, 48, 129, 3687, 3686, 210, 0, 291, 372, 453, 534, 615, 696, 3685, 3684, 6, 11, 23, 28, 74, 107, 3683, 3682, 3712, 3711, 3677, 3676, 32, 34, 36, 41, 102, 120, 29, 37, 39, 42, 3677, 3676, 3673, 3672, 3751, 3766, 3766, 3744, 3713, 3702, 3766, 3745, 3766, 3766, 3766, 3740, 112, 3736, 3766, 3766, 3766, 3766, 3766, 3766, 3726, 3766, 1, 3766, 3766, 3766, 3766, 0, 3766, 774, 3766, 3766, 3766, 3766, 20, 3766, 3766, 3766, 3766, 3663, 3766, 8, 18, 3766, 3766, 3766, 3766, 3766, 3766, 69, 71, 3766, 3766, 3766, 3766, 109, 113, 3766, 3766, 3766, 3766, 118, 155, 3766, 3766, 3766, 3662, 3766, 157, 159, 3723, 3766, 3766, 3766, 164, 166, 3722, 3766, 3766, 3766, 170, 188, 3721, 3766, 3766, 291, 3766, 3682, 3766, 3766, 190, 192, 3766, 194, 263, 3766, 196, 3766, 3766, 3766, 3766, 3766, 3689, 3766, 3688, 316, 3655, 3766, 3766, 3706, 3766, 3731, 3766, 15, 3712, 59, 301, 98, 3722, 3712, 3711, 3710, 187, 0, 3766, 3766, 3766, 3766, 3766, 3766, 3766, 3766, 3664, 264, 41, 266, 257, 0, 3674, 282, 3673, 343, 3652, 3651, 286, 341, 356, 263, 129, 137, 376, 3666, 3661, 3664, 3766, 3766, 370, 424, 453, 505, 499, 425, 534, 458, 537, 3655, 300, 803, 586, 844, 584, 615, 295, 667, 694, 867, 381, 372, 461, 892, 3662, 3766, 3766, 3766, 401, 3766, 3637, 3766, 357, 405, 440, 476, 3636, 3766, 483, 3697, 490, 3696, 495, 3695, 3648, 3647, 299, 3646, 3657, 3656, 3655, 3642, 505, 3641, 3639, 504, 573, 3655, 3654, 3653, 593, 3652, 3766, 3651, 3766, 657, 3766, 3618, 3766, 3766, 309, 0, 3677, 3766, 294, 506, 385, 3687, 3677, 3676, 504, 3626, 3621, 3633, 3615, 3625, 3621, 3624, 3619, 3622, 3632, 3609, 461, 3630, 3617, 0, 3609, 3608, 3611, 3613, 3619, 3619, 3609, 3614, 0, 0, 3616, 3608, 3610, 3600, 3608, 0, 0, 3607, 0, 3600, 3607, 3604, 3604, 3604, 526, 3589, 3604, 3599, 618, 3606, 3605, 3604, 361, 3600, 3599, 0, 3582, 531, 3600, 3593, 3583, 622, 533, 3583, 101, 681, 552, 582, 3596, 666, 586, 3580, 3580, 3582, 621, 3575, 423, 720, 3589, 574, 701, 3579, 818, 817, 833, 3589, 615, 3573, 3576, 615, 3583, 3567, 811, 631, 665, 3573, 3576, 3582, 3564, 697, 3568, 3576, 3562, 3571, 699, 3559, 3571, 3555, 3573, 3572, 720, 3567, 3565, 663, 820, 874, 3550, 3564, 3567, 3551, 3548, 708, 3547, 3559, 3548, 864, 3550, 0, 3557, 3547, 537, 3544, 883, 892, 3549, 3552, 834, 737, 3541, 834, 3551, 0, 3542, 3548, 3543, 3576, 343, 3535, 914, 822, 0, 3544, 3539, 3527, 843, 3537, 903, 3527, 0, 741, 772, 877, 3530, 700, 808, 3531, 3533, 3536, 885, 3522, 886, 3519, 3517, 3522, 904, 3527, 3531, 3513, 3532, 3518, 3513, 3525, 3517, 893, 664, 3527, 3512, 899, 3525, 3516, 3506, 926, 915, 919, 3522, 916, 927, 931, 3510, 3520, 938, 919, 922, 3511, 923, 3501, 834, 932, 941, 3509, 3502, 3501, 3514, 949, 958, 3513, 3495, 954, 960, 3508, 3507, 0, 0, 3505, 3500, 3493, 0, 3502, 3505, 3496, 3484, 3502, 3501, 3492, 3482, 3498, 3479, 3477, 3476, 3494, 3493, 3481, 3485, 3490, 3486, 3766, 3766, 3766, 3766, 3520, 590, 3519, 924, 3766, 3520, 0, 3478, 3484, 964, 0, 3468, 0, 3468, 0, 3462, 3468, 3466, 3464, 3475, 0, 3464, 3471, 3474, 3458, 3471, 3452, 3465, 3463, 0, 3462, 3447, 3454, 3450, 0, 0, 0, 3457, 3457, 0, 3450, 3443, 3442, 0, 3440, 3444, 3440, 3442, 3447, 3436, 3436, 3434, 0, 3432, 3450, 3443, 3448, 3432, 3440, 3438, 3433, 3432, 3425, 961, 0, 3441, 0, 3428, 3424, 3428, 3415, 3436, 3427, 967, 3420, 3425, 980, 3418, 3429, 3427, 3410, 3409, 992, 3416, 3411, 0, 3406, 3413, 3421, 0, 3420, 3403, 3419, 992, 965, 3402, 3411, 3410, 0, 0, 972, 3410, 3398, 3407, 3411, 3406, 1002, 3392, 0, 3391, 0, 3397, 3408, 0, 3392, 3398, 3390, 1004, 3403, 3390, 3402, 0, 3397, 3381, 3380, 3390, 1001, 3395, 3385, 1012, 0, 0, 3377, 0, 3383, 3385, 3373, 3391, 1011, 3368, 3377, 0, 755, 0, 3373, 3371, 3378, 1014, 3368, 0, 3367, 3366, 0, 3372, 3376, 0, 977, 3361, 3360, 3367, 3366, 1016, 3372, 3375, 3374, 3350, 3353, 3356, 0, 3369, 3363, 3368, 3359, 3347, 3346, 1010, 3346, 3349, 0, 1013, 1014, 0, 3342, 3346, 3344, 3351, 0, 3352, 3342, 3352, 3343, 3337, 3335, 3345, 0, 3333, 3332, 0, 0, 3329, 3344, 3328, 3341, 3339, 3344, 3332, 3322, 3328, 3323, 3322, 1018, 3318, 3329, 3320, 3318, 1028, 3331, 1026, 3316, 3328, 3325, 3316, 3317, 1039, 3320, 3327, 3326, 3308, 3307, 3305, 3303, 3302, 3314, 1036, 3302, 3298, 3317, 3304, 3298, 3311, 1042, 3298, 3299, 0, 3309, 3292, 3306, 3306, 3295, 1040, 0, 0, 3306, 3302, 3298, 3303, 3294, 3287, 0, 0, 3293, 3291, 3283, 3277, 3277, 1051, 3282, 3282, 3285, 3275, 3274, 0, 3278, 3272, 3271, 3275, 3282, 3278, 3266, 3272, 3271, 1045, 3277, 134, 3261, 3259, 3278, 3277, 1051, 3258, 3273, 0, 3256, 3256, 3255, 3264, 0, 3257, 3251, 3249, 3267, 1033, 1043, 3263, 3261, 3258, 3252, 0, 972, 3255, 3242, 3245, 3255, 3244, 3250, 3249, 3238, 1057, 3254, 3233, 3244, 3236, 3232, 1062, 3231, 3229, 0, 3246, 3227, 3239, 3240, 3238, 3236, 3227, 3235, 3224, 3232, 3237, 3217, 3216, 3228, 3233, 3213, 3227, 3223, 3212, 3209, 3216, 3218, 3197, 3205, 3197, 3766, 1090, 3766, 1092, 1112, 3256, 3221, 0, 1056, 0, 0, 3216, 3206, 3201, 3144, 3149, 3137, 15, 50, 297, 0, 386, 392, 1078, 488, 606, 640, 750, 836, 0, 851, 915, 941, 955, 1059, 1064, 1069, 1066, 1062, 1074, 1079, 0, 1080, 0, 1070, 1085, 0, 1083, 1078, 1092, 1087, 1090, 1082, 1083, 1090, 1099, 1076, 1086, 0, 1098, 1100, 1086, 1094, 0, 0, 1104, 1098, 1104, 1111, 1101, 1101, 0, 1114, 0, 1104, 1104, 1107, 1120, 1121, 1114, 1117, 1110, 1116, 1124, 1120, 1132, 1128, 1126, 1130, 1135, 1136, 1123, 1128, 1133, 1140, 1125, 1128, 1136, 1148, 1136, 1135, 0, 1139, 1140, 1141, 0, 0, 1133, 1154, 1155, 0, 1149, 1147, 1156, 1149, 1145, 1147, 1167, 1154, 1157, 1160, 1169, 0, 1157, 1163, 0, 1164, 1176, 1160, 1175, 1156, 1167, 1171, 1167, 1174, 1172, 1187, 1177, 1168, 1171, 1183, 1186, 0, 1182, 0, 1190, 1182, 1198, 0, 1188, 1185, 1185, 1190, 1188, 1190, 1189, 1202, 1199, 1189, 0, 1190, 1199, 0, 1198, 1193, 0, 1206, 1206, 1195, 1204, 1194, 1213, 1208, 0, 1208, 1215, 1223, 1221, 1214, 1224, 1216, 1210, 1229, 0, 1220, 1235, 1218, 1220, 1214, 1231, 0, 1224, 1228, 1228, 1233, 1238, 1250, 1238, 1248, 1235, 1237, 1256, 1239, 1245, 1244, 1252, 1257, 1247, 1261, 1251, 1271, 1255, 1270, 1260, 1261, 1275, 1265, 1274, 1274, 1265, 1268, 0, 1266, 1271, 1270, 0, 1277, 1283, 1292, 1291, 1287, 1278, 0, 1278, 1295, 1280, 1299, 1282, 1283, 1285, 1286, 1297, 0, 0, 1305, 1289, 1287, 1308, 1291, 1292, 1307, 1311, 1305, 1303, 0, 1307, 0, 1297, 1310, 1317, 0, 1319, 1316, 1304, 1306, 1323, 1310, 1317, 1328, 1320, 1319, 1315, 1322, 0, 1318, 0, 1327, 1331, 1325, 1326, 1336, 1339, 1329, 1328, 1329, 1339, 1333, 1330, 1350, 1335, 0, 1345, 1342, 1350, 1351, 1352, 1340, 1343, 1344, 0, 1359, 1344, 1344, 1353, 0, 1344, 1361, 1366, 1363, 1352, 1354, 0, 1358, 1359, 1357, 1374, 1373, 1378, 1371, 1364, 1379, 1367, 1375, 1368, 1375, 1378, 1386, 1373, 0, 1375, 1380, 1391, 1392, 1379, 1380, 1376, 1382, 1382, 1390, 1402, 1396, 1389, 1405, 1392, 1400, 1402, 1402, 1404, 1405, 1395, 1414, 0, 1411, 1417, 1397, 1413, 1413, 1406, 1408, 1420, 0, 1411, 1412, 1417, 1407, 1415, 1415, 1430, 1427, 1420, 1428, 1421, 3766, 1424, 1424, 1475, 1476, 1479, 0, 0, 0, 1430, 1447, 0, 1435, 1432, 1436, 1441, 0, 1435, 0, 1454, 1438, 1448, 1457, 1454, 0, 0, 1441, 1460, 1442, 0, 1443, 1444, 0, 0, 1450, 1453, 1453, 0, 0, 1461, 0, 0, 0, 0, 0, 0, 1446, 1452, 1458, 1459, 1459, 0, 1459, 1458, 1468, 1474, 1460, 1461, 1477, 1468, 1476, 1476, 1470, 1469, 1472, 0, 0, 1469, 1475, 1479, 1483, 1490, 1493, 1486, 1484, 1492, 1494, 0, 1487, 1475, 1488, 1497, 1483, 0, 1490, 1484, 1495, 1489, 1493, 0, 1495, 0, 1495, 1508, 1496, 1494, 1507, 1492, 1504, 1518, 0, 1519, 1501, 1501, 1520, 1520, 1525, 1509, 1523, 1520, 0, 1518, 1526, 1512, 0, 0, 0, 1519, 1521, 1534, 1531, 1534, 1518, 1535, 1523, 1529, 1544, 1530, 1529, 1529, 1530, 1543, 1536, 1549, 1538, 1542, 1541, 1553, 0, 1538, 1544, 1551, 1551, 1549, 0, 0, 0, 1561, 1545, 0, 0, 1548, 1545, 1555, 1547, 1555, 1555, 1551, 1568, 1565, 1555, 0, 0, 1571, 1573, 1569, 0, 1561, 1577, 1565, 1561, 0, 0, 1582, 1579, 1580, 0, 0, 1568, 1586, 1583, 1580, 1573, 1583, 1591, 1577, 1579, 1578, 1577, 1590, 1582, 1595, 1586, 1591, 1584, 1587, 0, 0, 1601, 1598, 1590, 1602, 1591, 1597, 1597, 1611, 1613, 1597, 1596, 1606, 1603, 1621, 1615, 1603, 1606, 1626, 1626, 1610, 1617, 1630, 1612, 1627, 0, 1636, 0, 1623, 1624, 1636, 1640, 1633, 1621, 1624, 0, 1633, 1645, 0, 1635, 0, 0, 0, 1637, 1645, 1631, 1632, 1648, 1649, 1650, 1642, 1649, 1650, 1644, 1645, 0, 0, 1646, 1643, 1644, 0, 1657, 1647, 1649, 1659, 1664, 1656, 1659, 1671, 1658, 1668, 0, 1659, 1655, 1660, 1677, 1670, 0, 1677, 1666, 0, 1661, 1678, 1679, 0, 1667, 1685, 1680, 1668, 1680, 1676, 1671, 1691, 1682, 1676, 1678, 1684, 1685, 1687, 0, 1693, 0, 0, 0, 1696, 0, 0, 1688, 1699, 0, 0, 1691, 1692, 1707, 1705, 1696, 1697, 1697, 1717, 1703, 1699, 1704, 1721, 1714, 1704, 1710, 1711, 1714, 1710, 1721, 0, 1723, 0, 1730, 1716, 0, 1731, 1729, 1726, 1729, 1732, 1737, 0, 1740, 0, 0, 0, 1724, 1725, 1730, 1729, 0, 1731, 1729, 0, 1729, 1734, 1731, 1744, 0, 1739, 1741, 1750, 1756, 1755, 1752, 0, 0, 1744, 0, 1762, 1756, 1764, 1757, 1762, 1767, 1749, 1758, 1770, 1753, 1754, 1766, 1768, 1773, 1750, 1771, 1752, 1764, 1759, 1775, 1773, 1758, 1780, 1768, 3766, 3766, 1824, 0, 1776, 1776, 1785, 1791, 1778, 1783, 1783, 1794, 0, 1782, 1794, 1784, 1797, 0, 1786, 1804, 0, 0, 1783, 1806, 1794, 0, 1804, 0, 0, 0, 1794, 1792, 1803, 1800, 1813, 1808, 1811, 1802, 1804, 1801, 1808, 1814, 0, 1819, 0, 1818, 1804, 1804, 1813, 1826, 1810, 1828, 1809, 0, 1824, 1817, 1816, 1816, 1822, 0, 0, 0, 1815, 1818, 1833, 0, 0, 1819, 0, 1839, 1836, 1833, 1837, 1830, 1841, 1832, 1832, 1841, 1837, 0, 1834, 1832, 1837, 1850, 1851, 1839, 0, 1852, 1852, 1845, 1843, 0, 1858, 1862, 1839, 1850, 1851, 1848, 1866, 1851, 1847, 1853, 1871, 0, 1864, 1869, 1869, 1863, 0, 1864, 1864, 1860, 1866, 1867, 0, 1876, 1872, 1878, 0, 1872, 1872, 1870, 0, 1884, 1878, 1872, 0, 1887, 1872, 1888, 1888, 0, 1892, 1892, 1878, 1898, 1899, 1896, 0, 1889, 0, 0, 0, 1885, 1886, 1899, 1899, 1886, 1890, 1891, 1896, 1896, 1893, 1907, 1897, 1903, 0, 0, 0, 1912, 1917, 1904, 1914, 1914, 1904, 1918, 0, 1920, 0, 0, 0, 1912, 1915, 1927, 1928, 0, 1929, 0, 1922, 1920, 1932, 0, 0, 0, 1929, 1932, 0, 0, 1935, 1934, 1920, 1930, 1939, 0, 1929, 1919, 1920, 1925, 1942, 1943, 0, 1928, 1947, 1931, 1941, 1950, 1940, 1936, 1953, 1942, 1936, 1942, 1940, 1954, 0, 0, 1939, 1940, 1950, 0, 1950, 0, 0, 1965, 1953, 1948, 1962, 1965, 1959, 1959, 1958, 1958, 1957, 0, 1960, 1968, 1965, 1959, 0, 1964, 0, 0, 0, 1963, 1981, 1978, 1975, 1968, 1978, 1983, 1987, 1982, 1985, 1972, 1978, 1989, 0, 1976, 1973, 1974, 1977, 1990, 1999, 1983, 1997, 1982, 2001, 2000, 2001, 0, 0, 2002, 1996, 2004, 2008, 1996, 1995, 0, 1998, 2006, 2003, 2012, 1996, 1997, 0, 0, 1995, 1997, 2008, 2008, 2016, 2026, 0, 0, 2012, 2017, 2021, 2027, 2015, 2025, 2013, 2031, 2014, 0, 2037, 2024, 2026, 2023, 2033, 2027, 2036, 0, 2029, 0, 2033, 2028, 2029, 2029, 2049, 0, 2033, 2047, 2033, 2042, 2052, 2038, 2048, 2057, 2054, 2051, 2043, 2053, 2048, 2063, 2041, 2042, 2063, 3766, 2044, 3766, 2064, 2041, 2047, 2071, 3766, 2049, 2067, 2060, 2060, 2065, 0, 2064, 0, 2066, 2078, 2067, 2075, 2066, 2065, 2068, 2069, 0, 2070, 0, 2072, 2070, 2082, 2079, 2088, 2075, 2090, 0, 2089, 0, 0, 2088, 2090, 0, 2081, 0, 2081, 2096, 2086, 2087, 0, 2090, 2086, 2101, 2081, 2087, 2100, 2108, 2092, 0, 2093, 2094, 2096, 2114, 0, 2096, 2105, 2099, 2102, 2106, 2106, 2111, 0, 2116, 2123, 2111, 2123, 2125, 2113, 2112, 2125, 2120, 0, 2116, 0, 2117, 2123, 2118, 0, 2138, 2126, 2126, 2128, 2127, 2126, 2131, 2126, 2135, 0, 0, 2134, 2142, 2138, 2128, 2148, 2144, 2147, 2136, 2133, 2143, 2140, 2155, 0, 2144, 2153, 2143, 2156, 2163, 0, 2159, 2142, 2156, 2157, 2167, 0, 2156, 2156, 2153, 2166, 2166, 2171, 2168, 2158, 2161, 0, 2160, 2174, 0, 0, 0, 2179, 2159, 2164, 2177, 2171, 0, 2170, 0, 0, 2172, 2178, 2174, 2172, 0, 2176, 2189, 2189, 2179, 2178, 2179, 2191, 2181, 0, 0, 0, 2184, 2196, 2191, 2184, 0, 2190, 2187, 2199, 2193, 2203, 0, 2191, 2201, 2210, 2207, 0, 2208, 2202, 0, 0, 0, 2197, 2213, 2212, 0, 0, 2206, 0, 0, 2201, 2202, 2209, 2206, 2210, 0, 0, 2212, 2207, 2208, 2221, 2221, 2208, 2212, 2219, 2217, 2230, 2220, 2216, 0, 0, 0, 2233, 0, 0, 2218, 2234, 2221, 2225, 2221, 2234, 2235, 2244, 2226, 2227, 2236, 2240, 2233, 2246, 2241, 2235, 2242, 2239, 2243, 0, 2240, 2253, 0, 0, 2254, 2248, 2243, 2246, 2250, 2263, 2262, 0, 2261, 2253, 2256, 2268, 2256, 2266, 2252, 0, 2255, 2260, 0, 2261, 2265, 2277, 2270, 2260, 2280, 2277, 2278, 2283, 2271, 0, 2283, 0, 2283, 0, 2270, 2282, 2272, 2285, 2285, 2275, 2287, 0, 2277, 2291, 2268, 2269, 2270, 2271, 2297, 3766, 2273, 2283, 2275, 3766, 2287, 0, 0, 2283, 0, 2287, 2285, 2289, 2295, 2293, 2297, 2295, 2296, 0, 2296, 2304, 2312, 2301, 2311, 0, 2313, 2314, 2302, 2311, 0, 2305, 0, 0, 2318, 0, 0, 2321, 2326, 2327, 2314, 0, 0, 0, 2312, 2312, 2323, 2332, 0, 0, 2314, 0, 2317, 0, 0, 2322, 2317, 2320, 2318, 0, 2333, 2326, 2341, 2323, 0, 2323, 2325, 2326, 0, 2329, 2328, 2326, 2349, 2336, 2334, 0, 0, 2348, 0, 2334, 2350, 2337, 2338, 2343, 2352, 2340, 0, 0, 2337, 2343, 2344, 2347, 2345, 2365, 2347, 2343, 2351, 0, 0, 0, 2350, 2348, 2357, 2372, 2354, 2368, 2371, 2370, 0, 2363, 2361, 2360, 2373, 0, 2381, 2363, 2361, 2368, 0, 0, 0, 2381, 0, 2386, 0, 0, 2379, 2374, 2382, 2373, 2391, 0, 2374, 2378, 2375, 2381, 2389, 2378, 2387, 2382, 2397, 2384, 2386, 2387, 2400, 2392, 2402, 0, 0, 2397, 2394, 2385, 2393, 0, 2407, 2398, 2398, 2395, 2408, 2408, 2413, 2414, 2400, 2413, 0, 0, 2404, 2397, 0, 0, 2423, 2402, 2413, 2415, 2408, 2417, 2425, 2426, 0, 2418, 2416, 2417, 0, 2420, 2411, 2419, 0, 2421, 2422, 0, 2435, 2436, 2424, 0, 2440, 2439, 2441, 2426, 2442, 2439, 2446, 2445, 2433, 0, 2434, 2440, 2432, 2441, 0, 2443, 2445, 0, 2441, 2442, 0, 2456, 2453, 2460, 2451, 2459, 2450, 2449, 2462, 2456, 2464, 2455, 2468, 3766, 3766, 3766, 3766, 2446, 3766, 2458, 3766, 2462, 0, 2469, 0, 2478, 2457, 2472, 2459, 2468, 2469, 0, 2470, 0, 0, 0, 2474, 2479, 0, 2483, 0, 2477, 2476, 2473, 2478, 2481, 2479, 2475, 2478, 2478, 0, 2483, 2479, 0, 2495, 2498, 2497, 2480, 2486, 2504, 2497, 2482, 2499, 2486, 2505, 0, 2493, 2497, 2498, 0, 2496, 2496, 0, 0, 2496, 2509, 0, 0, 0, 2499, 0, 0, 2501, 2519, 0, 2520, 2513, 2503, 2509, 2507, 2525, 2526, 2508, 2521, 2506, 0, 2513, 2527, 2516, 2534, 2524, 0, 2535, 2524, 2523, 2517, 2521, 2528, 2542, 2530, 2546, 0, 2525, 2529, 0, 0, 2535, 0, 2550, 2535, 0, 2541, 2553, 0, 0, 2531, 2551, 2542, 2549, 2537, 2546, 2561, 2543, 2557, 2560, 2560, 2548, 2563, 2561, 2566, 2560, 2559, 2565, 2570, 0, 2575, 2560, 2561, 2574, 0, 2563, 2557, 2577, 2568, 0, 2567, 0, 0, 2570, 2581, 0, 2572, 2583, 0, 2580, 2585, 2585, 2585, 2588, 0, 2575, 2580, 2584, 2578, 2584, 2592, 0, 2586, 2587, 2591, 0, 0, 2581, 2585, 2591, 2606, 2588, 2586, 2590, 2596, 2592, 3766, 2604, 2590, 2600, 2598, 0, 2610, 0, 2595, 2596, 2606, 2616, 2602, 2622, 2619, 2618, 2621, 2620, 0, 2605, 0, 2626, 2622, 2607, 2627, 2630, 2631, 0, 2633, 2618, 2619, 2618, 2627, 2627, 2636, 2635, 2625, 2630, 2623, 0, 2628, 2629, 2629, 0, 2632, 2634, 2637, 2639, 2654, 2642, 2639, 2640, 2658, 2643, 2643, 2653, 2643, 0, 0, 0, 2646, 2647, 2661, 2658, 2653, 2662, 2650, 0, 2670, 2649, 2668, 2673, 2672, 0, 2675, 2654, 2666, 0, 2674, 2671, 2668, 0, 2665, 2659, 2670, 2665, 2671, 2669, 2687, 2688, 2689, 2671, 2672, 2688, 0, 2678, 0, 2683, 0, 2682, 0, 2683, 0, 0, 0, 0, 0, 2681, 2675, 0, 2676, 0, 2678, 2696, 2696, 2697, 2685, 2698, 0, 2702, 2685, 2704, 2701, 0, 0, 0, 2706, 2707, 2708, 0, 2713, 2692, 2698, 2716, 0, 2717, 2696, 2712, 2697, 0, 2708, 2705, 2716, 0, 0, 0, 0, 0, 2704, 2723, 2723, 0, 2717, 2718, 0, 0, 0, 2724, 0, 0, 2717, 2728, 2725, 2720, 2719, 0, 2733, 2734, 2736, 2723, 2727, 2731, 0, 0, 2740, 0, 2731, 2729, 2740, 2736, 2742, 2748, 2738, 2736, 2737, 2735, 2739, 2745, 2758, 2745, 2743, 2756, 2756, 2740, 2753, 2747, 2749, 0, 0, 2765, 2765, 2753, 0, 2760, 2767, 2767, 2770, 0, 0, 2756, 2776, 2764, 2761, 2762, 2763, 2764, 2774, 2783, 2768, 2766, 2782, 2767, 2782, 0, 0, 0, 2776, 2771, 2784, 2775, 2793, 2775, 2776, 0, 2791, 2791, 2782, 2783, 2789, 2784, 0, 2785, 2786, 2787, 2805, 0, 2807, 2780, 0, 2795, 2791, 2807, 2798, 2798, 0, 2810, 2811, 2808, 2800, 2799, 2814, 2814, 2799, 2808, 0, 2805, 2818, 2825, 2804, 2823, 2820, 2813, 2808, 2817, 2824, 0, 2822, 2820, 2820, 2814, 2823, 2823, 2831, 2826, 2837, 2825, 2821, 2830, 2826, 2839, 0, 2843, 0, 2831, 2845, 0, 2833, 2847, 2833, 2846, 0, 2850, 2847, 2853, 2843, 2843, 2842, 2843, 2849, 2845, 0, 2845, 2853, 2847, 2855, 0, 2863, 2849, 2869, 2853, 2871, 0, 2853, 2867, 2859, 2860, 2873, 2870, 2862, 2866, 2864, 2865, 2866, 2867, 3766, 2863, 2886, 0, 2865, 0, 2885, 2884, 2884, 2891, 2875, 2874, 2887, 0, 2873, 0, 2893, 2887, 2881, 2895, 2895, 0, 0, 2881, 2902, 0, 2883, 0, 2888, 2885, 2894, 2903, 2888, 2893, 2895, 0, 2891, 0, 2895, 0, 2901, 0, 2902, 2906, 2914, 2900, 2914, 2910, 2908, 2908, 2902, 2911, 2912, 2913, 2924, 2912, 2922, 0, 0, 2927, 2916, 2929, 2923, 2918, 2919, 0, 2918, 0, 0, 2933, 2933, 2926, 2919, 2928, 2929, 2929, 2930, 0, 2929, 2934, 2934, 2945, 2942, 2932, 2945, 2942, 2946, 0, 2936, 0, 0, 0, 0, 2937, 2950, 0, 2940, 2946, 0, 2942, 2947, 2962, 0, 0, 2949, 0, 0, 2942, 2943, 0, 2950, 2963, 2951, 0, 2947, 0, 2952, 2957, 2950, 2951, 2956, 2961, 2951, 0, 0, 2961, 0, 2964, 2962, 0, 2961, 2974, 2960, 0, 2961, 2962, 2971, 2972, 2970, 0, 2966, 2984, 2984, 0, 2972, 0, 2986, 0, 0, 2974, 3000, 0, 0, 2982, 2979, 2975, 0, 0, 0, 2982, 2999, 2987, 0, 2988, 2984, 0, 0, 2981, 3000, 0, 2983, 2992, 0, 2988, 0, 0, 0, 2994, 2995, 2996, 2998, 2993, 3006, 0, 3007, 0, 3019, 2988, 2999, 3001, 0, 0, 3008, 0, 3002, 0, 0, 0, 0, 2999, 0, 3009, 3010, 3002, 0, 0, 3006, 3008, 3032, 3003, 3002, 3766, 0, 3017, 0, 0, 0, 3014, 3015, 0, 0, 0, 3012, 0, 0, 0, 3766, 3086, 3094, 3102, 3110, 3118, 3126, 3134, 3142, 3150, 3158, 3166, 3174, 3182, 3190, 3196, 3199, 3205, 3212, 3220, 3228, 3236, 3241, 3244, 3248, 3254, 3262 } ; static yyconst flex_int16_t yy_def[3256] = { 0, 3230, 3230, 3231, 3231, 3232, 3232, 3229, 7, 3233, 3233, 3234, 3234, 3235, 3235, 3232, 3232, 3236, 3236, 3237, 3237, 3238, 3238, 3232, 3232, 3239, 3239, 3232, 3232, 3240, 3240, 3232, 3232, 3232, 3232, 3241, 3241, 3242, 3242, 3232, 3232, 3243, 3243, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3244, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3245, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3246, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3247, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3248, 3229, 3249, 3229, 3250, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3251, 3251, 3251, 3251, 3229, 3229, 3229, 3229, 3229, 3245, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3246, 3229, 3229, 3229, 3229, 3229, 3247, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3248, 3229, 3249, 3229, 3229, 3229, 3250, 3229, 3229, 3229, 3253, 3251, 3229, 3251, 3251, 3251, 3229, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3253, 3251, 3251, 3251, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3251, 3229, 3251, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3251, 3251, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3254, 3255, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3254, 3229, 3255, 3229, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 3252, 0, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229 } ; static yyconst flex_int16_t yy_nxt[3848] = { 0, 3229, 3229, 45, 45, 3229, 46, 46, 111, 112, 231, 231, 3229, 111, 112, 163, 881, 164, 530, 165, 231, 231, 227, 227, 113, 117, 118, 47, 47, 113, 117, 118, 81, 269, 133, 134, 133, 134, 136, 136, 81, 119, 81, 136, 136, 81, 119, 48, 48, 49, 50, 51, 52, 53, 54, 49, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 232, 232, 232, 232, 145, 123, 124, 135, 272, 135, 1263, 137, 145, 114, 147, 115, 137, 147, 114, 270, 115, 125, 285, 71, 72, 73, 74, 75, 76, 228, 120, 1264, 121, 139, 139, 120, 286, 121, 123, 124, 233, 233, 287, 138, 233, 233, 156, 272, 138, 234, 234, 139, 139, 273, 125, 77, 78, 79, 80, 49, 50, 51, 52, 53, 54, 49, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 126, 158, 127, 593, 140, 234, 234, 237, 237, 237, 237, 275, 159, 141, 239, 239, 239, 239, 594, 142, 241, 241, 140, 71, 72, 73, 74, 75, 76, 320, 143, 141, 160, 126, 1173, 127, 321, 142, 241, 241, 254, 254, 254, 254, 255, 255, 259, 259, 143, 163, 322, 164, 323, 279, 1174, 77, 78, 79, 80, 83, 84, 85, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 83, 86, 83, 83, 83, 83, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 87, 83, 83, 83, 83, 83, 83, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 89, 83, 90, 83, 91, 92, 93, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 272, 243, 256, 257, 264, 264, 281, 272, 288, 318, 282, 291, 289, 269, 292, 523, 283, 265, 290, 244, 258, 319, 284, 91, 91, 91, 91, 91, 91, 245, 246, 247, 294, 295, 296, 248, 305, 451, 394, 306, 525, 249, 395, 307, 250, 231, 231, 251, 508, 452, 252, 274, 1265, 453, 509, 95, 91, 96, 91, 91, 92, 93, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 91, 298, 729, 308, 490, 299, 309, 310, 324, 227, 227, 272, 300, 232, 232, 301, 311, 312, 313, 302, 730, 314, 315, 576, 91, 91, 91, 91, 91, 91, 491, 316, 317, 492, 493, 325, 577, 326, 327, 332, 333, 334, 486, 335, 1266, 336, 337, 338, 233, 233, 487, 527, 488, 1267, 489, 328, 95, 91, 96, 91, 97, 98, 99, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 339, 370, 234, 234, 340, 228, 341, 371, 342, 237, 237, 343, 372, 615, 344, 373, 239, 239, 374, 616, 345, 241, 241, 97, 97, 97, 97, 97, 97, 346, 254, 254, 347, 348, 382, 383, 349, 350, 384, 542, 351, 494, 163, 352, 164, 495, 530, 353, 385, 354, 272, 386, 496, 543, 497, 101, 97, 102, 97, 97, 98, 99, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 97, 355, 356, 1270, 357, 358, 363, 364, 365, 359, 366, 367, 360, 515, 368, 361, 516, 526, 369, 255, 255, 362, 517, 565, 97, 97, 97, 97, 97, 97, 375, 581, 376, 704, 377, 582, 378, 566, 387, 259, 259, 388, 583, 379, 705, 389, 390, 391, 590, 380, 598, 381, 392, 591, 272, 599, 101, 97, 102, 97, 103, 104, 105, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 411, 436, 600, 623, 412, 624, 437, 413, 414, 601, 438, 607, 608, 439, 415, 416, 440, 441, 877, 442, 417, 264, 264, 103, 103, 103, 103, 103, 103, 443, 646, 1271, 570, 444, 265, 571, 445, 446, 587, 612, 447, 448, 588, 613, 647, 654, 449, 450, 641, 642, 572, 643, 655, 589, 1272, 107, 103, 108, 103, 103, 104, 105, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 103, 454, 455, 456, 784, 680, 457, 656, 458, 459, 681, 603, 460, 461, 657, 462, 785, 595, 463, 604, 464, 596, 605, 606, 103, 103, 103, 103, 103, 103, 465, 662, 466, 668, 597, 467, 468, 669, 756, 469, 470, 625, 757, 471, 472, 663, 473, 474, 475, 749, 476, 670, 626, 627, 693, 694, 107, 103, 108, 103, 167, 168, 169, 170, 171, 617, 676, 618, 677, 619, 172, 719, 620, 621, 720, 173, 174, 751, 750, 175, 176, 177, 178, 179, 180, 181, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 1273, 197, 198, 1024, 752, 1025, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 180, 223, 224, 225, 226, 396, 397, 398, 399, 400, 401, 402, 403, 404, 758, 650, 405, 406, 407, 408, 629, 759, 682, 630, 409, 632, 410, 418, 737, 651, 633, 652, 419, 653, 631, 635, 420, 683, 634, 722, 825, 636, 1274, 738, 826, 742, 421, 637, 422, 723, 423, 716, 424, 638, 425, 717, 639, 426, 427, 718, 428, 429, 743, 430, 431, 432, 433, 434, 435, 477, 478, 698, 1275, 479, 480, 498, 481, 482, 684, 753, 499, 685, 699, 483, 700, 707, 484, 732, 766, 708, 763, 485, 817, 754, 272, 686, 767, 687, 782, 793, 710, 500, 501, 709, 764, 502, 503, 711, 712, 783, 771, 504, 745, 746, 772, 788, 733, 797, 803, 713, 773, 818, 734, 789, 1276, 747, 804, 799, 794, 805, 795, 798, 735, 800, 801, 807, 806, 819, 822, 736, 879, 813, 814, 1277, 820, 827, 828, 796, 823, 829, 808, 809, 815, 810, 836, 816, 848, 830, 831, 837, 840, 1278, 838, 841, 850, 929, 851, 842, 839, 939, 849, 843, 884, 977, 1200, 978, 940, 885, 844, 852, 845, 930, 931, 886, 944, 983, 979, 1039, 945, 1201, 946, 941, 1040, 947, 973, 984, 948, 960, 961, 949, 950, 951, 952, 953, 954, 974, 962, 990, 975, 963, 999, 1009, 976, 964, 1013, 1020, 1029, 1010, 991, 1030, 1031, 1000, 1014, 1063, 1001, 1021, 1045, 1032, 1059, 1065, 1060, 1066, 1091, 1064, 1033, 1098, 1102, 1046, 1092, 1093, 1121, 1103, 1109, 1110, 1129, 1139, 1099, 1194, 1100, 1170, 1171, 1122, 1192, 1152, 1193, 1179, 1111, 1140, 1195, 1210, 272, 1130, 272, 1131, 1153, 1279, 1280, 1154, 1217, 1255, 1180, 1155, 1181, 1211, 1218, 1256, 163, 1219, 1253, 1220, 1268, 1221, 1222, 1223, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1269, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1251, 1303, 1252, 1304, 1305, 1306, 1307, 1308, 1310, 1313, 1301, 1315, 1309, 1302, 1316, 1314, 1311, 1319, 1321, 1322, 1320, 1323, 1324, 1325, 1326, 1327, 1317, 1328, 1312, 1329, 1318, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1342, 1343, 1344, 1345, 1347, 1349, 1341, 1350, 1348, 1351, 1352, 1346, 1353, 1354, 1355, 1356, 1359, 1360, 1361, 1362, 1363, 1357, 1364, 1365, 1366, 1358, 1367, 1368, 1369, 1370, 1371, 1372, 1376, 1377, 1373, 1378, 1379, 1380, 1374, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1391, 1392, 1393, 1375, 1390, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1408, 1409, 1410, 1411, 1412, 1407, 1413, 1414, 1415, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1416, 1432, 1438, 1439, 1440, 1433, 1427, 1441, 1434, 1435, 1428, 1436, 1442, 1443, 1444, 1445, 1429, 1430, 1431, 1446, 1448, 1449, 1450, 1437, 1451, 1447, 1452, 1453, 1454, 1462, 1463, 1455, 1464, 1465, 1456, 1466, 1467, 1457, 1468, 1469, 1458, 1470, 1471, 1459, 1460, 1461, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1482, 1481, 1483, 1485, 1484, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1522, 1518, 1509, 1519, 1523, 1524, 1525, 1526, 1527, 1510, 1528, 1529, 1520, 1530, 1531, 1532, 1533, 1521, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1558, 1559, 1560, 1561, 1562, 1564, 1569, 1565, 1570, 1566, 1571, 1572, 1573, 1557, 1574, 1575, 1576, 1577, 1567, 1563, 1578, 1579, 1580, 1568, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1606, 1607, 1609, 1611, 1612, 1613, 1614, 1620, 1605, 1615, 1616, 1621, 1610, 1608, 1622, 1617, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1618, 1634, 1619, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1646, 1647, 1648, 1644, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1645, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1674, 1675, 1673, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1697, 1698, 1699, 1700, 1701, 1702, 1695, 1696, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1717, 1718, 1719, 1715, 1720, 1721, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731, 1732, 1733, 1734, 1716, 1735, 1736, 1737, 1738, 1722, 1723, 1739, 1740, 1741, 1742, 1743, 1744, 1745, 1746, 1747, 1748, 1749, 1750, 1751, 1753, 1754, 1755, 1756, 1757, 1758, 1759, 1760, 1761, 1764, 1762, 1765, 1766, 1767, 1752, 1763, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1789, 1790, 1791, 1792, 1776, 1793, 1788, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1811, 1813, 1814, 1809, 1815, 1816, 1810, 1821, 1817, 1822, 1823, 1812, 1818, 1824, 1825, 1826, 1827, 1829, 1831, 1819, 1820, 1832, 1828, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1844, 1830, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1843, 1859, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1888, 1889, 1890, 1891, 1892, 1893, 1883, 1894, 1895, 1874, 1884, 1896, 1897, 1898, 1899, 1902, 1885, 1886, 1887, 1900, 1904, 1905, 1901, 1906, 1907, 1908, 1909, 1910, 1903, 1911, 1912, 1913, 1914, 1915, 1916, 1917, 1919, 1920, 1921, 1922, 1923, 1924, 1927, 1925, 1928, 1930, 1931, 1932, 1933, 1934, 1935, 1936, 1941, 1918, 1926, 1937, 1942, 1943, 1944, 1945, 1946, 1947, 1929, 1948, 1949, 1938, 1950, 1951, 1939, 1952, 1953, 1954, 1940, 1956, 1957, 1958, 1959, 1960, 1961, 1962, 1963, 1964, 1966, 1967, 1969, 1955, 1971, 1972, 1973, 1968, 1974, 1975, 1976, 1977, 1978, 1979, 1980, 1981, 1965, 1982, 1983, 1970, 1984, 1985, 1641, 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, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2037, 2038, 2036, 2039, 2040, 2041, 2022, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057, 2058, 2059, 2060, 2061, 2062, 2064, 2065, 2066, 2067, 2068, 2069, 2063, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2091, 2106, 2107, 2108, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2109, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2152, 2141, 2151, 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, 2180, 2182, 2183, 2184, 2185, 2186, 2187, 2181, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2197, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2205, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2213, 2222, 2223, 2224, 2225, 2226, 2221, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2259, 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, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2312, 2310, 2311, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2323, 2324, 2322, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2345, 2346, 2347, 2348, 2344, 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, 2432, 2433, 2434, 2435, 2436, 2431, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2464, 2465, 2466, 2467, 2468, 2463, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2640, 2650, 2651, 2652, 2653, 2641, 2642, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2707, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2723, 2724, 2725, 2726, 2727, 2728, 2721, 2729, 2730, 2731, 2733, 2734, 2735, 2736, 2737, 2732, 2738, 2722, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2749, 2750, 2751, 2752, 2753, 2748, 2754, 2755, 2756, 2758, 2759, 2760, 2761, 2762, 2763, 2757, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2771, 2772, 2773, 2774, 2775, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2792, 2793, 2794, 2795, 2796, 2791, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2808, 2809, 2810, 2811, 2812, 2813, 2814, 2815, 2816, 2817, 2818, 2819, 2820, 2821, 2822, 2823, 2824, 2825, 2826, 2827, 2828, 2829, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2840, 2830, 2841, 2842, 2843, 2844, 2845, 2831, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2866, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2902, 2903, 2904, 2905, 2906, 2907, 2908, 2909, 2910, 2911, 2912, 2914, 2915, 2916, 2917, 2918, 2919, 2913, 2920, 2921, 2923, 2924, 2925, 2927, 2928, 2929, 2930, 2931, 2926, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2922, 2940, 2941, 2942, 2943, 2939, 2944, 2945, 2946, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2947, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2997, 2998, 2999, 3000, 3001, 2996, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3016, 3017, 3018, 3019, 3020, 3021, 3022, 3023, 3024, 3025, 3026, 3027, 3028, 3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3052, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3084, 3093, 3094, 3095, 3096, 3097, 3085, 3098, 3099, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3212, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3190, 3224, 3212, 3190, 3214, 3225, 3226, 3227, 3228, 44, 44, 44, 44, 44, 44, 44, 44, 70, 70, 70, 70, 70, 70, 70, 70, 81, 81, 81, 81, 81, 81, 81, 81, 94, 94, 94, 94, 94, 94, 94, 94, 100, 100, 100, 100, 100, 100, 100, 100, 106, 106, 106, 106, 106, 106, 106, 106, 110, 110, 110, 110, 110, 110, 110, 110, 116, 116, 116, 116, 116, 116, 116, 116, 122, 122, 122, 122, 122, 122, 122, 122, 129, 129, 129, 129, 129, 129, 129, 129, 132, 132, 132, 132, 132, 132, 132, 132, 144, 144, 144, 144, 144, 144, 144, 144, 146, 146, 146, 146, 146, 146, 146, 146, 149, 149, 149, 149, 149, 149, 149, 149, 157, 1262, 1261, 157, 157, 157, 166, 166, 229, 229, 229, 1260, 229, 229, 235, 235, 235, 235, 235, 235, 235, 235, 260, 260, 260, 260, 260, 260, 260, 260, 262, 262, 262, 262, 262, 262, 262, 262, 266, 266, 266, 266, 266, 266, 266, 266, 271, 271, 271, 271, 271, 180, 180, 524, 1259, 524, 3211, 3211, 3211, 3211, 3211, 3211, 3211, 3211, 3213, 3213, 3213, 3213, 3213, 3213, 3213, 3213, 1258, 1257, 1254, 162, 1250, 1249, 1248, 1247, 1246, 1245, 1244, 1243, 1242, 1241, 1240, 1239, 1238, 1237, 1236, 1235, 1234, 1233, 1232, 1231, 1230, 1229, 1228, 1227, 1226, 1225, 1224, 1216, 1215, 1214, 1213, 1212, 1209, 1208, 1207, 1206, 1205, 1204, 1203, 1202, 1199, 1198, 1197, 1196, 1191, 1190, 1189, 1188, 1187, 1186, 1185, 1184, 1183, 1182, 1178, 1177, 1176, 1175, 1172, 1169, 1168, 1167, 1166, 1165, 1164, 1163, 1162, 1161, 1160, 1159, 1158, 1157, 1156, 1151, 1150, 1149, 1148, 1147, 1146, 1145, 1144, 1143, 1142, 1141, 1138, 1137, 1136, 1135, 1134, 1133, 1132, 1128, 1127, 1126, 1125, 1124, 1123, 1120, 1119, 1118, 1117, 1116, 1115, 1114, 1113, 1112, 1108, 1107, 1106, 1105, 1104, 1101, 1097, 1096, 1095, 1094, 1090, 1089, 1088, 1087, 1086, 1085, 1084, 1083, 1082, 1081, 1080, 1079, 1078, 1077, 1076, 1075, 1074, 1073, 1072, 1071, 1070, 1069, 1068, 1067, 1062, 1061, 1058, 1057, 1056, 1055, 1054, 1053, 1052, 1051, 1050, 1049, 1048, 1047, 1044, 1043, 1042, 1041, 1038, 1037, 1036, 1035, 1034, 1028, 1027, 1026, 1023, 1022, 1019, 1018, 1017, 1016, 1015, 1012, 1011, 1008, 1007, 1006, 1005, 1004, 1003, 1002, 998, 997, 996, 995, 994, 993, 992, 989, 988, 987, 986, 985, 982, 981, 980, 972, 971, 970, 969, 968, 967, 966, 965, 959, 958, 957, 956, 955, 943, 942, 938, 937, 936, 935, 934, 933, 932, 928, 927, 926, 925, 924, 923, 922, 921, 920, 919, 918, 917, 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, 891, 890, 889, 888, 887, 883, 882, 880, 878, 876, 875, 874, 873, 872, 871, 870, 869, 868, 867, 866, 865, 864, 863, 862, 861, 860, 859, 858, 857, 856, 855, 854, 853, 847, 846, 835, 834, 833, 832, 824, 821, 812, 811, 802, 792, 791, 790, 787, 786, 781, 780, 779, 778, 777, 776, 775, 774, 770, 769, 768, 765, 762, 761, 760, 755, 748, 744, 741, 740, 739, 731, 728, 727, 726, 725, 724, 721, 715, 714, 706, 703, 702, 701, 697, 696, 695, 692, 691, 690, 689, 688, 679, 678, 675, 674, 673, 672, 671, 667, 666, 665, 664, 661, 660, 659, 658, 649, 648, 645, 644, 640, 628, 622, 614, 611, 610, 609, 602, 592, 586, 585, 584, 580, 579, 578, 575, 574, 573, 569, 568, 567, 564, 563, 562, 561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, 541, 540, 539, 538, 537, 536, 535, 534, 533, 532, 531, 278, 529, 528, 272, 267, 263, 261, 522, 521, 520, 519, 518, 514, 513, 512, 511, 510, 507, 506, 242, 240, 238, 236, 230, 505, 393, 331, 330, 329, 304, 303, 297, 293, 280, 278, 277, 162, 276, 272, 154, 268, 267, 263, 261, 253, 242, 240, 238, 236, 230, 162, 161, 155, 154, 153, 152, 151, 3229, 150, 150, 148, 148, 131, 131, 130, 130, 128, 128, 109, 109, 82, 82, 43, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229 } ; static yyconst flex_int16_t yy_chk[3848] = { 0, 0, 0, 1, 2, 0, 1, 2, 17, 17, 84, 84, 0, 18, 18, 65, 530, 65, 530, 65, 85, 85, 77, 77, 17, 19, 19, 1, 2, 18, 20, 20, 35, 156, 29, 29, 30, 30, 31, 31, 36, 19, 37, 32, 32, 38, 20, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 92, 92, 93, 93, 35, 21, 21, 29, 158, 30, 893, 31, 36, 17, 37, 17, 32, 38, 18, 156, 18, 21, 177, 3, 3, 3, 3, 3, 3, 77, 19, 894, 19, 33, 33, 20, 177, 20, 22, 22, 98, 98, 177, 31, 99, 99, 55, 160, 32, 104, 104, 34, 34, 158, 22, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 21, 55, 21, 339, 33, 105, 105, 111, 111, 112, 112, 160, 55, 33, 117, 117, 118, 118, 339, 33, 123, 123, 34, 4, 4, 4, 4, 4, 4, 191, 33, 34, 55, 22, 807, 22, 191, 34, 124, 124, 133, 133, 134, 134, 136, 136, 139, 139, 34, 165, 192, 165, 192, 165, 807, 4, 4, 4, 4, 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, 273, 128, 137, 137, 148, 148, 176, 159, 178, 190, 176, 179, 178, 269, 179, 269, 176, 148, 178, 128, 137, 190, 176, 9, 9, 9, 9, 9, 9, 128, 128, 128, 182, 182, 182, 128, 187, 215, 209, 187, 273, 128, 209, 187, 128, 231, 231, 128, 245, 215, 128, 159, 895, 215, 245, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 184, 421, 188, 220, 184, 188, 188, 193, 227, 227, 275, 184, 232, 232, 184, 188, 188, 189, 184, 421, 189, 189, 327, 10, 10, 10, 10, 10, 10, 220, 189, 189, 220, 220, 193, 327, 193, 193, 199, 199, 199, 219, 199, 897, 199, 199, 199, 233, 233, 219, 275, 219, 898, 219, 193, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 200, 204, 234, 234, 200, 227, 200, 204, 200, 237, 237, 200, 204, 351, 200, 204, 239, 239, 204, 351, 200, 241, 241, 11, 11, 11, 11, 11, 11, 201, 254, 254, 201, 201, 206, 206, 201, 201, 206, 291, 201, 221, 279, 201, 279, 221, 279, 201, 206, 201, 274, 206, 221, 291, 221, 11, 11, 11, 11, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 202, 202, 900, 202, 202, 203, 203, 203, 202, 203, 203, 202, 251, 203, 202, 251, 274, 203, 255, 255, 202, 251, 319, 12, 12, 12, 12, 12, 12, 205, 332, 205, 405, 205, 332, 205, 319, 207, 259, 259, 207, 332, 205, 405, 207, 207, 207, 337, 205, 341, 205, 207, 337, 525, 341, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 211, 213, 342, 354, 211, 354, 213, 211, 211, 342, 213, 345, 345, 213, 211, 211, 213, 213, 525, 213, 211, 264, 264, 13, 13, 13, 13, 13, 13, 214, 364, 901, 323, 214, 264, 323, 214, 214, 336, 349, 214, 214, 336, 349, 364, 368, 214, 214, 361, 361, 323, 361, 368, 336, 902, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 216, 216, 216, 459, 388, 216, 369, 216, 216, 388, 344, 216, 216, 369, 216, 459, 340, 216, 344, 216, 340, 344, 344, 14, 14, 14, 14, 14, 14, 217, 374, 217, 379, 340, 217, 217, 379, 438, 217, 217, 355, 438, 217, 217, 374, 217, 217, 217, 434, 217, 379, 355, 355, 396, 396, 14, 14, 14, 14, 72, 72, 72, 72, 72, 352, 385, 352, 385, 352, 72, 412, 352, 352, 412, 72, 72, 435, 434, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 903, 72, 72, 666, 435, 666, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72, 210, 210, 210, 210, 210, 210, 210, 210, 210, 439, 367, 210, 210, 210, 210, 357, 439, 389, 357, 210, 358, 210, 212, 424, 367, 358, 367, 212, 367, 357, 359, 212, 389, 358, 414, 481, 359, 904, 424, 481, 429, 212, 359, 212, 414, 212, 411, 212, 359, 212, 411, 359, 212, 212, 411, 212, 212, 429, 212, 212, 212, 212, 212, 212, 218, 218, 400, 906, 218, 218, 222, 218, 218, 390, 436, 222, 390, 400, 218, 400, 407, 218, 423, 445, 407, 443, 218, 476, 436, 527, 390, 445, 390, 458, 466, 408, 222, 222, 407, 443, 222, 222, 408, 408, 458, 449, 222, 431, 431, 449, 462, 423, 467, 470, 408, 449, 476, 423, 462, 907, 431, 470, 468, 466, 471, 466, 467, 423, 468, 468, 472, 471, 477, 479, 423, 527, 475, 475, 908, 477, 482, 482, 466, 479, 483, 472, 472, 475, 472, 488, 475, 492, 483, 483, 488, 489, 909, 488, 489, 493, 587, 493, 489, 488, 597, 492, 489, 533, 618, 832, 618, 597, 533, 489, 493, 489, 587, 587, 533, 600, 624, 618, 680, 600, 832, 600, 597, 680, 600, 617, 624, 600, 606, 606, 600, 600, 600, 600, 600, 600, 617, 606, 630, 617, 606, 641, 650, 617, 606, 653, 662, 671, 650, 630, 671, 671, 641, 653, 703, 641, 662, 685, 671, 699, 704, 699, 704, 734, 703, 671, 739, 741, 685, 734, 734, 757, 741, 747, 747, 764, 773, 739, 826, 739, 805, 805, 757, 825, 789, 825, 812, 747, 773, 826, 841, 877, 764, 879, 764, 789, 910, 911, 789, 847, 884, 812, 789, 812, 841, 847, 884, 880, 847, 880, 847, 899, 847, 847, 847, 912, 913, 914, 915, 916, 918, 920, 921, 923, 924, 925, 926, 927, 899, 928, 929, 930, 931, 932, 933, 935, 877, 936, 879, 937, 938, 941, 942, 943, 944, 945, 935, 946, 943, 935, 948, 945, 944, 950, 951, 952, 950, 953, 954, 955, 956, 957, 948, 958, 944, 959, 948, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 970, 978, 975, 979, 980, 974, 983, 984, 985, 987, 988, 989, 990, 991, 992, 987, 993, 994, 995, 987, 996, 997, 999, 1000, 1002, 1003, 1004, 1005, 1003, 1006, 1007, 1008, 1003, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1019, 1021, 1022, 1003, 1017, 1023, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1036, 1037, 1039, 1040, 1042, 1043, 1044, 1037, 1045, 1046, 1047, 1048, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1047, 1060, 1062, 1063, 1064, 1061, 1058, 1065, 1061, 1061, 1058, 1061, 1067, 1068, 1069, 1070, 1058, 1058, 1058, 1071, 1072, 1073, 1074, 1061, 1075, 1071, 1076, 1077, 1077, 1078, 1079, 1077, 1080, 1081, 1077, 1082, 1083, 1077, 1084, 1085, 1077, 1086, 1087, 1077, 1077, 1077, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1098, 1096, 1099, 1100, 1099, 1102, 1103, 1104, 1105, 1106, 1107, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1131, 1133, 1134, 1135, 1137, 1138, 1137, 1127, 1137, 1139, 1140, 1141, 1142, 1143, 1127, 1144, 1145, 1137, 1146, 1147, 1148, 1150, 1137, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1176, 1177, 1178, 1179, 1181, 1182, 1183, 1184, 1183, 1185, 1183, 1186, 1188, 1189, 1176, 1190, 1191, 1192, 1193, 1183, 1182, 1194, 1195, 1196, 1183, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1228, 1230, 1220, 1229, 1229, 1231, 1223, 1222, 1232, 1229, 1233, 1234, 1235, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1229, 1245, 1229, 1246, 1247, 1249, 1250, 1251, 1252, 1253, 1257, 1258, 1260, 1261, 1262, 1258, 1263, 1265, 1267, 1268, 1269, 1270, 1271, 1274, 1275, 1276, 1278, 1279, 1282, 1258, 1283, 1284, 1287, 1294, 1295, 1296, 1297, 1298, 1300, 1301, 1302, 1303, 1304, 1302, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1326, 1327, 1328, 1329, 1330, 1332, 1333, 1326, 1326, 1334, 1335, 1336, 1338, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1349, 1350, 1351, 1347, 1352, 1353, 1354, 1355, 1356, 1357, 1359, 1360, 1361, 1365, 1366, 1367, 1368, 1347, 1369, 1370, 1371, 1372, 1353, 1353, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1387, 1388, 1389, 1390, 1391, 1395, 1396, 1399, 1400, 1402, 1401, 1403, 1404, 1405, 1385, 1401, 1406, 1407, 1408, 1411, 1412, 1413, 1415, 1416, 1417, 1418, 1421, 1422, 1423, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1416, 1436, 1431, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1453, 1457, 1458, 1453, 1460, 1459, 1461, 1462, 1454, 1459, 1463, 1464, 1465, 1466, 1467, 1468, 1459, 1459, 1469, 1466, 1471, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1481, 1482, 1484, 1467, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1502, 1503, 1482, 1504, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1517, 1518, 1519, 1520, 1521, 1523, 1524, 1526, 1527, 1528, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1531, 1538, 1539, 1520, 1531, 1540, 1541, 1542, 1543, 1549, 1531, 1531, 1531, 1545, 1552, 1553, 1545, 1556, 1557, 1558, 1559, 1560, 1549, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1576, 1574, 1578, 1579, 1581, 1582, 1583, 1584, 1585, 1586, 1592, 1567, 1574, 1588, 1593, 1594, 1595, 1597, 1598, 1600, 1578, 1601, 1602, 1588, 1603, 1605, 1588, 1606, 1607, 1608, 1588, 1609, 1610, 1613, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1608, 1624, 1625, 1626, 1622, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1620, 1635, 1636, 1623, 1637, 1638, 1641, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1652, 1653, 1654, 1655, 1657, 1658, 1661, 1662, 1663, 1665, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1682, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1693, 1694, 1695, 1696, 1697, 1701, 1702, 1703, 1706, 1708, 1709, 1710, 1708, 1711, 1712, 1713, 1688, 1714, 1715, 1716, 1717, 1719, 1720, 1721, 1722, 1723, 1724, 1726, 1727, 1728, 1729, 1731, 1732, 1733, 1734, 1735, 1736, 1737, 1738, 1739, 1740, 1741, 1743, 1744, 1737, 1745, 1746, 1748, 1749, 1750, 1751, 1752, 1754, 1755, 1756, 1758, 1759, 1760, 1762, 1763, 1764, 1766, 1767, 1768, 1769, 1771, 1772, 1773, 1774, 1775, 1776, 1778, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1771, 1790, 1791, 1792, 1793, 1794, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1792, 1806, 1810, 1811, 1812, 1813, 1815, 1817, 1818, 1819, 1823, 1824, 1827, 1828, 1829, 1830, 1831, 1833, 1834, 1835, 1836, 1837, 1838, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1838, 1848, 1850, 1851, 1852, 1855, 1856, 1857, 1859, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1873, 1874, 1875, 1876, 1878, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1887, 1894, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1903, 1904, 1905, 1906, 1907, 1910, 1911, 1912, 1903, 1913, 1914, 1915, 1917, 1918, 1919, 1920, 1912, 1921, 1922, 1925, 1926, 1927, 1928, 1929, 1920, 1930, 1933, 1934, 1935, 1936, 1929, 1937, 1938, 1939, 1940, 1941, 1943, 1944, 1945, 1946, 1947, 1948, 1949, 1951, 1953, 1954, 1955, 1956, 1957, 1959, 1960, 1961, 1962, 1963, 1964, 1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1975, 1977, 1979, 1980, 1981, 1982, 1984, 1985, 1972, 1986, 1987, 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011, 2014, 2015, 2017, 2019, 2020, 2021, 2022, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2033, 2034, 2035, 2036, 2038, 2036, 2036, 2039, 2040, 2041, 2042, 2043, 2044, 2046, 2047, 2048, 2049, 2050, 2048, 2051, 2052, 2053, 2054, 2056, 2058, 2059, 2060, 2062, 2063, 2064, 2065, 2066, 2067, 2068, 2069, 2070, 2073, 2074, 2075, 2076, 2077, 2078, 2074, 2079, 2080, 2081, 2082, 2083, 2084, 2086, 2087, 2088, 2089, 2090, 2092, 2093, 2094, 2095, 2096, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2108, 2109, 2113, 2114, 2115, 2116, 2117, 2119, 2122, 2123, 2124, 2125, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2138, 2139, 2140, 2141, 2143, 2144, 2145, 2146, 2147, 2149, 2150, 2151, 2152, 2154, 2155, 2159, 2160, 2161, 2164, 2167, 2168, 2169, 2170, 2171, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2189, 2192, 2193, 2194, 2195, 2196, 2189, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2212, 2213, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2232, 2226, 2233, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2246, 2248, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2266, 2267, 2268, 2270, 2273, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2284, 2285, 2286, 2287, 2288, 2290, 2291, 2292, 2293, 2295, 2298, 2301, 2302, 2303, 2304, 2308, 2309, 2310, 2311, 2314, 2316, 2319, 2320, 2321, 2322, 2324, 2325, 2326, 2327, 2329, 2330, 2331, 2333, 2334, 2335, 2336, 2337, 2338, 2341, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2373, 2374, 2375, 2376, 2378, 2379, 2380, 2381, 2385, 2387, 2390, 2391, 2392, 2393, 2394, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2413, 2414, 2415, 2416, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2430, 2431, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2443, 2444, 2445, 2447, 2448, 2449, 2451, 2452, 2454, 2455, 2456, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2468, 2460, 2469, 2470, 2471, 2473, 2460, 2460, 2474, 2476, 2477, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2495, 2497, 2499, 2501, 2503, 2504, 2505, 2506, 2507, 2508, 2510, 2514, 2515, 2517, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2529, 2530, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2544, 2545, 2546, 2548, 2549, 2552, 2553, 2557, 2560, 2561, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2574, 2575, 2568, 2576, 2577, 2578, 2580, 2581, 2582, 2583, 2584, 2578, 2585, 2568, 2586, 2587, 2588, 2590, 2591, 2594, 2596, 2597, 2599, 2600, 2603, 2604, 2605, 2606, 2599, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2609, 2616, 2617, 2618, 2619, 2620, 2621, 2623, 2624, 2625, 2626, 2628, 2629, 2630, 2631, 2633, 2636, 2637, 2639, 2640, 2642, 2643, 2644, 2645, 2646, 2648, 2649, 2650, 2651, 2652, 2653, 2655, 2656, 2650, 2657, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2670, 2671, 2672, 2673, 2675, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2688, 2690, 2691, 2692, 2693, 2694, 2695, 2697, 2698, 2699, 2700, 2701, 2702, 2703, 2704, 2705, 2706, 2697, 2707, 2709, 2710, 2711, 2713, 2697, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2737, 2738, 2739, 2740, 2741, 2743, 2744, 2745, 2747, 2748, 2749, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2764, 2766, 2768, 2770, 2776, 2777, 2779, 2781, 2782, 2783, 2784, 2785, 2786, 2788, 2789, 2790, 2791, 2795, 2796, 2797, 2799, 2800, 2801, 2802, 2804, 2805, 2806, 2807, 2809, 2810, 2811, 2804, 2817, 2818, 2819, 2821, 2822, 2826, 2829, 2830, 2831, 2832, 2822, 2833, 2835, 2836, 2837, 2838, 2839, 2840, 2818, 2843, 2845, 2846, 2847, 2840, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2868, 2850, 2869, 2870, 2872, 2873, 2874, 2875, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2895, 2896, 2897, 2898, 2899, 2900, 2901, 2903, 2904, 2905, 2906, 2907, 2908, 2910, 2911, 2912, 2913, 2907, 2915, 2916, 2918, 2919, 2920, 2921, 2922, 2924, 2925, 2926, 2927, 2928, 2929, 2930, 2931, 2932, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2960, 2962, 2963, 2965, 2966, 2967, 2968, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2980, 2981, 2982, 2983, 2985, 2986, 2987, 2988, 2989, 2991, 2972, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999, 3000, 3001, 3002, 3004, 3005, 3007, 3009, 3010, 3011, 3012, 3013, 3014, 3015, 3017, 3009, 3019, 3020, 3021, 3022, 3023, 3009, 3026, 3027, 3029, 3031, 3032, 3033, 3034, 3035, 3036, 3037, 3039, 3041, 3043, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3062, 3063, 3064, 3065, 3066, 3067, 3069, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3091, 3096, 3097, 3099, 3100, 3102, 3103, 3104, 3107, 3110, 3111, 3113, 3114, 3115, 3117, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3128, 3130, 3131, 3133, 3134, 3135, 3137, 3138, 3139, 3140, 3141, 3143, 3144, 3145, 3147, 3149, 3152, 3153, 3156, 3157, 3158, 3162, 3163, 3164, 3166, 3167, 3170, 3171, 3173, 3174, 3176, 3180, 3181, 3182, 3183, 3184, 3185, 3187, 3189, 3190, 3191, 3192, 3195, 3197, 3202, 3204, 3205, 3206, 3209, 3153, 3210, 3211, 3212, 3213, 3216, 3220, 3221, 3225, 3230, 3230, 3230, 3230, 3230, 3230, 3230, 3230, 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3231, 3232, 3232, 3232, 3232, 3232, 3232, 3232, 3232, 3233, 3233, 3233, 3233, 3233, 3233, 3233, 3233, 3234, 3234, 3234, 3234, 3234, 3234, 3234, 3234, 3235, 3235, 3235, 3235, 3235, 3235, 3235, 3235, 3236, 3236, 3236, 3236, 3236, 3236, 3236, 3236, 3237, 3237, 3237, 3237, 3237, 3237, 3237, 3237, 3238, 3238, 3238, 3238, 3238, 3238, 3238, 3238, 3239, 3239, 3239, 3239, 3239, 3239, 3239, 3239, 3240, 3240, 3240, 3240, 3240, 3240, 3240, 3240, 3241, 3241, 3241, 3241, 3241, 3241, 3241, 3241, 3242, 3242, 3242, 3242, 3242, 3242, 3242, 3242, 3243, 3243, 3243, 3243, 3243, 3243, 3243, 3243, 3244, 892, 891, 3244, 3244, 3244, 3245, 3245, 3246, 3246, 3246, 890, 3246, 3246, 3247, 3247, 3247, 3247, 3247, 3247, 3247, 3247, 3248, 3248, 3248, 3248, 3248, 3248, 3248, 3248, 3249, 3249, 3249, 3249, 3249, 3249, 3249, 3249, 3250, 3250, 3250, 3250, 3250, 3250, 3250, 3250, 3251, 3251, 3251, 3251, 3251, 3252, 3252, 3253, 889, 3253, 3254, 3254, 3254, 3254, 3254, 3254, 3254, 3254, 3255, 3255, 3255, 3255, 3255, 3255, 3255, 3255, 888, 887, 882, 881, 875, 874, 873, 872, 871, 870, 869, 868, 867, 866, 865, 864, 863, 862, 861, 860, 859, 858, 857, 856, 855, 854, 853, 852, 851, 849, 848, 846, 845, 844, 843, 842, 840, 839, 838, 837, 836, 835, 834, 833, 830, 829, 828, 827, 824, 823, 822, 821, 819, 818, 817, 816, 814, 813, 811, 810, 809, 808, 806, 804, 803, 802, 801, 800, 799, 798, 797, 796, 794, 793, 792, 791, 790, 788, 787, 786, 785, 784, 781, 780, 779, 778, 777, 776, 772, 771, 770, 769, 768, 766, 765, 763, 762, 761, 760, 759, 758, 756, 755, 754, 753, 752, 751, 750, 749, 748, 746, 745, 744, 743, 742, 740, 738, 737, 736, 735, 733, 732, 731, 730, 729, 728, 727, 726, 725, 724, 723, 720, 719, 717, 716, 715, 714, 713, 712, 711, 709, 708, 707, 706, 701, 700, 698, 697, 696, 695, 694, 693, 691, 690, 689, 688, 687, 686, 684, 683, 682, 681, 678, 677, 675, 674, 672, 670, 669, 668, 664, 663, 661, 660, 659, 658, 656, 652, 651, 649, 648, 647, 646, 644, 643, 642, 640, 639, 638, 636, 635, 633, 631, 629, 628, 627, 626, 625, 621, 620, 619, 616, 615, 614, 612, 611, 610, 608, 607, 605, 604, 603, 602, 601, 599, 598, 596, 595, 594, 593, 592, 591, 589, 586, 585, 584, 583, 582, 581, 580, 579, 578, 577, 575, 574, 573, 572, 571, 570, 569, 568, 566, 565, 564, 562, 561, 557, 556, 555, 554, 552, 551, 550, 549, 548, 547, 546, 545, 543, 542, 541, 540, 539, 537, 535, 532, 531, 529, 526, 524, 519, 518, 517, 516, 515, 514, 513, 512, 511, 510, 509, 508, 507, 506, 505, 504, 503, 502, 500, 499, 498, 495, 494, 491, 490, 487, 486, 485, 484, 480, 478, 474, 473, 469, 465, 464, 463, 461, 460, 457, 456, 455, 454, 453, 452, 451, 450, 448, 447, 446, 444, 442, 441, 440, 437, 432, 430, 428, 427, 426, 422, 420, 419, 418, 417, 415, 413, 410, 409, 406, 404, 403, 401, 399, 398, 397, 395, 394, 393, 392, 391, 387, 386, 384, 383, 382, 381, 380, 378, 377, 376, 375, 373, 372, 371, 370, 366, 365, 363, 362, 360, 356, 353, 350, 348, 347, 346, 343, 338, 335, 334, 333, 331, 329, 328, 326, 325, 324, 322, 321, 320, 318, 317, 316, 315, 314, 312, 309, 308, 307, 306, 305, 302, 301, 300, 299, 298, 297, 296, 295, 293, 292, 290, 289, 288, 287, 286, 285, 284, 283, 282, 281, 280, 278, 277, 276, 271, 266, 262, 260, 258, 257, 256, 253, 252, 250, 249, 248, 247, 246, 244, 243, 242, 240, 238, 235, 229, 223, 208, 196, 195, 194, 186, 185, 183, 181, 175, 164, 163, 162, 161, 157, 154, 152, 149, 147, 145, 130, 125, 119, 113, 109, 82, 63, 56, 54, 50, 48, 47, 46, 43, 42, 41, 40, 39, 28, 27, 26, 25, 24, 23, 16, 15, 6, 5, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229, 3229 } ; 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 static int yy_more_flag = 0; static int yy_more_len = 0; #define yymore() ((yy_more_flag) = 1) #define YY_MORE_ADJ (yy_more_len) #define YY_RESTORE_YY_MORE_OFFSET char *itex2MML_yytext; #line 1 "itex2MML.l" /* itex2MML 1.5.1 * itex2MML.l last modified 1/5/2014 */ #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 #define itex2MML_optarg_depth 100 extern char * yylval; int itex2MML_lineno = 1; int itex2MML_inoptarg[itex2MML_optarg_depth]; int itex2MML_optarg_ind = 0; int itex2MML_env_start = 0; #define YY_USER_ACTION itex2MML_capture_eqn_src(); # define itex2MML_eqn_bufsize 131072 char itex2MML_eqn_src[itex2MML_eqn_bufsize]; char * itex2MML_eqn_end = itex2MML_eqn_src; int itex2MML_rowposn = 0; int itex2MML_displaymode = 0; #line 2431 "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 #define SVGENV 12 #define SVGEND 13 #define OPTARG 14 #define ARRAYOPTIONS 15 #define COLOPTS 16 #define TEXTOPTARG 17 #define TEXTOPTARG1 18 #define RAISEBOX1 19 #define RAISEBOX2 20 #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 ); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int itex2MML_yylex_destroy (void ); int itex2MML_yyget_debug (void ); void itex2MML_yyset_debug (int debug_flag ); YY_EXTRA_TYPE itex2MML_yyget_extra (void ); void itex2MML_yyset_extra (YY_EXTRA_TYPE user_defined ); FILE *itex2MML_yyget_in (void ); void itex2MML_yyset_in (FILE * in_str ); FILE *itex2MML_yyget_out (void ); void itex2MML_yyset_out (FILE * out_str ); yy_size_t itex2MML_yyget_leng (void ); char *itex2MML_yyget_text (void ); int itex2MML_yyget_lineno (void ); void itex2MML_yyset_lineno (int line_number ); /* 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 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 = '*'; \ yy_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 41 "itex2MML.l" if (itex2MML_rowposn==1) itex2MML_rowposn=0; if (itex2MML_rowposn==2) itex2MML_rowposn=1; #line 2639 "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_more_len) = 0; if ( (yy_more_flag) ) { (yy_more_len) = (yy_c_buf_p) - (yytext_ptr); (yy_more_flag) = 0; } 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 >= 3230 ) 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] != 3766 ); 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 46 "itex2MML.l" BEGIN(MATH); itex2MML_inoptarg[0] = 0; 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 47 "itex2MML.l" BEGIN(MATH); itex2MML_inoptarg[0] = 0; itex2MML_rowposn=2; itex2MML_displaymode=1; return STARTDMATH; YY_BREAK case 3: YY_RULE_SETUP #line 48 "itex2MML.l" return 0; YY_BREAK case 4: /* rule 4 can match eol */ YY_RULE_SETUP #line 49 "itex2MML.l" {itex2MML_lineno++; yylval=itex2MML_copy_string(itex2MML_yytext); return CHAR;} YY_BREAK case 5: YY_RULE_SETUP #line 50 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return CHAR;} YY_BREAK case 6: #line 58 "itex2MML.l" case 7: YY_RULE_SETUP #line 58 "itex2MML.l" {itex2MML_eqn_src[itex2MML_eqn_end-itex2MML_eqn_src-itex2MML_yyleng]=0; itex2MML_eqn_end=itex2MML_eqn_src; yylval=itex2MML_copy_escaped(itex2MML_eqn_src); BEGIN(INITIAL); return ENDMATH;} YY_BREAK case 8: YY_RULE_SETUP #line 61 "itex2MML.l" return SUP; YY_BREAK case 9: YY_RULE_SETUP #line 62 "itex2MML.l" return SUB; YY_BREAK case 10: /* rule 10 can match eol */ YY_RULE_SETUP #line 63 "itex2MML.l" return EMPTYMROW; YY_BREAK case 11: YY_RULE_SETUP #line 64 "itex2MML.l" {itex2MML_rowposn = 2; if(itex2MML_inoptarg[itex2MML_optarg_ind] != 0) itex2MML_inoptarg[itex2MML_optarg_ind]++; return MROWOPEN;} YY_BREAK case 12: YY_RULE_SETUP #line 65 "itex2MML.l" {if(itex2MML_inoptarg[itex2MML_optarg_ind] != 0) itex2MML_inoptarg[itex2MML_optarg_ind]--; return MROWCLOSE;} YY_BREAK case 13: YY_RULE_SETUP #line 67 "itex2MML.l" itex2MML_rowposn=2; return LEFT; YY_BREAK case 14: YY_RULE_SETUP #line 68 "itex2MML.l" return RIGHT; YY_BREAK case 15: #line 71 "itex2MML.l" case 16: YY_RULE_SETUP #line 71 "itex2MML.l" {return BIG;} YY_BREAK case 17: #line 73 "itex2MML.l" case 18: YY_RULE_SETUP #line 73 "itex2MML.l" {return BBIG;} YY_BREAK case 19: #line 75 "itex2MML.l" case 20: YY_RULE_SETUP #line 75 "itex2MML.l" {return BIGG;} YY_BREAK case 21: #line 77 "itex2MML.l" case 22: YY_RULE_SETUP #line 77 "itex2MML.l" {return BBIGG;} YY_BREAK case 23: YY_RULE_SETUP #line 79 "itex2MML.l" {return BIGL;} YY_BREAK case 24: YY_RULE_SETUP #line 80 "itex2MML.l" {return BBIGL;} YY_BREAK case 25: YY_RULE_SETUP #line 81 "itex2MML.l" {return BIGGL;} YY_BREAK case 26: YY_RULE_SETUP #line 82 "itex2MML.l" {return BBIGGL;} YY_BREAK case 27: YY_RULE_SETUP #line 84 "itex2MML.l" {return RLAP;} YY_BREAK case 28: YY_RULE_SETUP #line 85 "itex2MML.l" {return LLAP;} YY_BREAK case 29: YY_RULE_SETUP #line 86 "itex2MML.l" {return CLAP;} YY_BREAK case 30: #line 88 "itex2MML.l" case 31: #line 89 "itex2MML.l" case 32: #line 90 "itex2MML.l" case 33: YY_RULE_SETUP #line 90 "itex2MML.l" {/* Ignore */ ;} YY_BREAK case 34: #line 94 "itex2MML.l" case 35: YY_RULE_SETUP #line 94 "itex2MML.l" {itex2MML_rowposn=2; return COLSEP;} YY_BREAK case 36: YY_RULE_SETUP #line 96 "itex2MML.l" {yylval=itex2MML_copy_string("&"); return MI;} YY_BREAK case 37: YY_RULE_SETUP #line 98 "itex2MML.l" {yylval=itex2MML_copy_string("$"); return MI;} YY_BREAK case 38: YY_RULE_SETUP #line 99 "itex2MML.l" {yylval=itex2MML_copy_string("%"); return MI;} YY_BREAK case 39: YY_RULE_SETUP #line 101 "itex2MML.l" itex2MML_rowposn=2; return ROWSEP; YY_BREAK case 40: YY_RULE_SETUP #line 103 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MI;} YY_BREAK case 41: #line 106 "itex2MML.l" case 42: #line 107 "itex2MML.l" case 43: YY_RULE_SETUP #line 107 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MN;} YY_BREAK case 44: #line 109 "itex2MML.l" case 45: YY_RULE_SETUP #line 109 "itex2MML.l" {yylval=itex2MML_copy_string("∞"); return MN;} YY_BREAK case 46: #line 112 "itex2MML.l" case 47: YY_RULE_SETUP #line 112 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return LEFTDELIM;} YY_BREAK case 48: YY_RULE_SETUP #line 114 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return RIGHTDELIM;} YY_BREAK case 49: YY_RULE_SETUP #line 115 "itex2MML.l" {if(itex2MML_inoptarg[itex2MML_optarg_ind]==1 && itex2MML_optarg_ind > 0) {itex2MML_inoptarg[itex2MML_optarg_ind]=0; itex2MML_optarg_ind--; return OPTARGCLOSE;} else {yylval=itex2MML_copy_string(itex2MML_yytext); return RIGHTDELIM;}} YY_BREAK case 50: #line 118 "itex2MML.l" case 51: YY_RULE_SETUP #line 118 "itex2MML.l" {yylval=itex2MML_copy_string("{"); return LEFTDELIM;} YY_BREAK case 52: #line 120 "itex2MML.l" case 53: YY_RULE_SETUP #line 120 "itex2MML.l" {yylval=itex2MML_copy_string("}"); return RIGHTDELIM;} YY_BREAK case 54: #line 123 "itex2MML.l" case 55: YY_RULE_SETUP #line 123 "itex2MML.l" {yylval=itex2MML_copy_string("|"); return OTHERDELIM;} YY_BREAK case 56: #line 125 "itex2MML.l" case 57: YY_RULE_SETUP #line 125 "itex2MML.l" {yylval=itex2MML_copy_string("‖"); return OTHERDELIM;} YY_BREAK case 58: YY_RULE_SETUP #line 127 "itex2MML.l" {yylval=itex2MML_copy_string("∖"); return MO;} YY_BREAK case 59: YY_RULE_SETUP #line 128 "itex2MML.l" {yylval=itex2MML_copy_string("\"); return MO;} YY_BREAK case 60: YY_RULE_SETUP #line 129 "itex2MML.l" {yylval=itex2MML_copy_string("﹨"); return MOF;} YY_BREAK case 61: YY_RULE_SETUP #line 131 "itex2MML.l" {yylval=itex2MML_copy_string("⫽"); return MO;} YY_BREAK case 62: #line 134 "itex2MML.l" case 63: #line 135 "itex2MML.l" case 64: #line 136 "itex2MML.l" case 65: #line 137 "itex2MML.l" case 66: YY_RULE_SETUP #line 137 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return LEFTDELIM;} YY_BREAK case 67: YY_RULE_SETUP #line 138 "itex2MML.l" {yylval=itex2MML_copy_string("⟪"); return LEFTDELIM;} YY_BREAK case 68: #line 141 "itex2MML.l" case 69: #line 142 "itex2MML.l" case 70: #line 143 "itex2MML.l" case 71: #line 144 "itex2MML.l" case 72: YY_RULE_SETUP #line 144 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return RIGHTDELIM;} YY_BREAK case 73: YY_RULE_SETUP #line 145 "itex2MML.l" {yylval=itex2MML_copy_string("⟫"); return RIGHTDELIM;} YY_BREAK case 74: YY_RULE_SETUP #line 147 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return OTHERDELIM;} YY_BREAK case 75: #line 150 "itex2MML.l" case 76: #line 151 "itex2MML.l" case 77: YY_RULE_SETUP #line 151 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return OTHERDELIM;} YY_BREAK case 78: YY_RULE_SETUP #line 153 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return PERIODDELIM;} YY_BREAK case 79: YY_RULE_SETUP #line 155 "itex2MML.l" {if (itex2MML_rowposn==1) return UNARYMINUS; else {yylval=itex2MML_copy_string("−"); return MO;}} YY_BREAK case 80: YY_RULE_SETUP #line 157 "itex2MML.l" {if (itex2MML_rowposn==1) return UNARYPLUS; else {yylval=itex2MML_copy_string("+"); return MO;}} YY_BREAK case 81: YY_RULE_SETUP #line 159 "itex2MML.l" {yylval=itex2MML_copy_string("#"); return MOL;} YY_BREAK case 82: #line 162 "itex2MML.l" case 83: #line 163 "itex2MML.l" case 84: #line 164 "itex2MML.l" case 85: #line 165 "itex2MML.l" case 86: #line 166 "itex2MML.l" case 87: #line 167 "itex2MML.l" case 88: #line 168 "itex2MML.l" case 89: #line 169 "itex2MML.l" case 90: #line 170 "itex2MML.l" case 91: YY_RULE_SETUP #line 170 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MOL;} YY_BREAK case 92: YY_RULE_SETUP #line 172 "itex2MML.l" {yylval=itex2MML_copy_string("′"); return MOLL;} YY_BREAK case 93: YY_RULE_SETUP #line 173 "itex2MML.l" {yylval=itex2MML_copy_string("′"); return MOL;} YY_BREAK case 94: YY_RULE_SETUP #line 174 "itex2MML.l" {yylval=itex2MML_copy_string("″"); return MOL;} YY_BREAK case 95: YY_RULE_SETUP #line 175 "itex2MML.l" {yylval=itex2MML_copy_string("‴"); return MOL;} YY_BREAK case 96: YY_RULE_SETUP #line 176 "itex2MML.l" {yylval=itex2MML_copy_string("⁗"); return MOL;} YY_BREAK case 97: #line 179 "itex2MML.l" case 98: #line 180 "itex2MML.l" case 99: #line 181 "itex2MML.l" case 100: #line 182 "itex2MML.l" case 101: #line 183 "itex2MML.l" case 102: #line 184 "itex2MML.l" case 103: #line 185 "itex2MML.l" case 104: #line 186 "itex2MML.l" case 105: #line 187 "itex2MML.l" case 106: #line 188 "itex2MML.l" case 107: #line 189 "itex2MML.l" case 108: #line 190 "itex2MML.l" case 109: #line 191 "itex2MML.l" case 110: #line 192 "itex2MML.l" case 111: #line 193 "itex2MML.l" case 112: #line 194 "itex2MML.l" case 113: #line 195 "itex2MML.l" case 114: #line 196 "itex2MML.l" case 115: #line 197 "itex2MML.l" case 116: #line 198 "itex2MML.l" case 117: #line 199 "itex2MML.l" case 118: #line 200 "itex2MML.l" case 119: #line 201 "itex2MML.l" case 120: #line 202 "itex2MML.l" case 121: #line 203 "itex2MML.l" case 122: #line 204 "itex2MML.l" case 123: YY_RULE_SETUP #line 204 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MI;} YY_BREAK case 124: YY_RULE_SETUP #line 206 "itex2MML.l" {yylval=itex2MML_copy_string("ε"); return MI;} YY_BREAK case 125: YY_RULE_SETUP #line 207 "itex2MML.l" {yylval=itex2MML_copy_string("ϕ"); return MI;} YY_BREAK case 126: YY_RULE_SETUP #line 208 "itex2MML.l" {yylval=itex2MML_copy_string("φ"); return MI;} YY_BREAK case 127: #line 211 "itex2MML.l" case 128: #line 212 "itex2MML.l" case 129: #line 213 "itex2MML.l" case 130: #line 214 "itex2MML.l" case 131: #line 215 "itex2MML.l" case 132: #line 216 "itex2MML.l" case 133: #line 217 "itex2MML.l" case 134: #line 218 "itex2MML.l" case 135: #line 219 "itex2MML.l" case 136: #line 220 "itex2MML.l" case 137: #line 221 "itex2MML.l" case 138: #line 222 "itex2MML.l" case 139: #line 223 "itex2MML.l" case 140: #line 224 "itex2MML.l" case 141: #line 225 "itex2MML.l" case 142: #line 226 "itex2MML.l" case 143: #line 227 "itex2MML.l" case 144: #line 228 "itex2MML.l" case 145: #line 229 "itex2MML.l" case 146: #line 230 "itex2MML.l" case 147: #line 231 "itex2MML.l" case 148: YY_RULE_SETUP #line 231 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); return MI;} YY_BREAK case 149: #line 234 "itex2MML.l" case 150: #line 235 "itex2MML.l" case 151: #line 236 "itex2MML.l" case 152: #line 237 "itex2MML.l" case 153: #line 238 "itex2MML.l" case 154: #line 239 "itex2MML.l" case 155: #line 240 "itex2MML.l" case 156: #line 241 "itex2MML.l" case 157: #line 242 "itex2MML.l" case 158: YY_RULE_SETUP #line 242 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); return MIB;} YY_BREAK case 159: YY_RULE_SETUP #line 244 "itex2MML.l" {yylval=itex2MML_copy_string("ℴ"); return MI;} YY_BREAK case 160: YY_RULE_SETUP #line 246 "itex2MML.l" {yylval=itex2MML_copy_string("ε"); return MI;} YY_BREAK case 161: YY_RULE_SETUP #line 248 "itex2MML.l" {yylval=itex2MML_copy_string("⋅"); return MO;} YY_BREAK case 162: #line 251 "itex2MML.l" case 163: #line 252 "itex2MML.l" case 164: #line 253 "itex2MML.l" case 165: #line 254 "itex2MML.l" case 166: #line 255 "itex2MML.l" case 167: #line 256 "itex2MML.l" case 168: #line 257 "itex2MML.l" case 169: #line 258 "itex2MML.l" case 170: #line 259 "itex2MML.l" case 171: #line 260 "itex2MML.l" case 172: #line 261 "itex2MML.l" case 173: #line 262 "itex2MML.l" case 174: #line 263 "itex2MML.l" case 175: #line 264 "itex2MML.l" case 176: #line 265 "itex2MML.l" case 177: #line 266 "itex2MML.l" case 178: #line 267 "itex2MML.l" case 179: #line 268 "itex2MML.l" case 180: #line 269 "itex2MML.l" case 181: #line 270 "itex2MML.l" case 182: #line 271 "itex2MML.l" case 183: YY_RULE_SETUP #line 271 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MI;} YY_BREAK case 184: #line 274 "itex2MML.l" case 185: YY_RULE_SETUP #line 274 "itex2MML.l" {yylval=itex2MML_copy_string("ϒ"); return MI;} YY_BREAK case 186: #line 277 "itex2MML.l" case 187: YY_RULE_SETUP #line 277 "itex2MML.l" {yylval=itex2MML_copy_string("⇔"); return MOL;} YY_BREAK case 188: YY_RULE_SETUP #line 279 "itex2MML.l" {yylval=itex2MML_copy_string("⇔"); return MOL;} YY_BREAK case 189: #line 282 "itex2MML.l" case 190: YY_RULE_SETUP #line 282 "itex2MML.l" {yylval=itex2MML_copy_string("⇐"); return MOL;} YY_BREAK case 191: #line 285 "itex2MML.l" case 192: YY_RULE_SETUP #line 285 "itex2MML.l" {yylval=itex2MML_copy_string("⇒"); return MOL;} YY_BREAK case 193: YY_RULE_SETUP #line 287 "itex2MML.l" {yylval=itex2MML_copy_string("↩"); return MOL;} YY_BREAK case 194: #line 290 "itex2MML.l" case 195: YY_RULE_SETUP #line 290 "itex2MML.l" {yylval=itex2MML_copy_string("↪"); return MOL;} YY_BREAK case 196: YY_RULE_SETUP #line 292 "itex2MML.l" {yylval=itex2MML_copy_string("⟵"); return MOL;} YY_BREAK case 197: YY_RULE_SETUP #line 294 "itex2MML.l" {yylval=itex2MML_copy_string("⟶"); return MOL;} YY_BREAK case 198: YY_RULE_SETUP #line 296 "itex2MML.l" {yylval=itex2MML_copy_string("←"); return MOL;} YY_BREAK case 199: #line 299 "itex2MML.l" case 200: YY_RULE_SETUP #line 299 "itex2MML.l" {yylval=itex2MML_copy_string("→"); return MOL;} YY_BREAK case 201: YY_RULE_SETUP #line 301 "itex2MML.l" {yylval=itex2MML_copy_string("↔"); return MOL;} YY_BREAK case 202: #line 304 "itex2MML.l" case 203: YY_RULE_SETUP #line 304 "itex2MML.l" {yylval=itex2MML_copy_string("↦"); return MOL;} YY_BREAK case 204: #line 307 "itex2MML.l" case 205: YY_RULE_SETUP #line 307 "itex2MML.l" {yylval=itex2MML_copy_string("↗"); return MOL;} YY_BREAK case 206: #line 310 "itex2MML.l" case 207: YY_RULE_SETUP #line 310 "itex2MML.l" {yylval=itex2MML_copy_string("↖"); return MOL;} YY_BREAK case 208: #line 313 "itex2MML.l" case 209: YY_RULE_SETUP #line 313 "itex2MML.l" {yylval=itex2MML_copy_string("↘"); return MOL;} YY_BREAK case 210: #line 316 "itex2MML.l" case 211: YY_RULE_SETUP #line 316 "itex2MML.l" {yylval=itex2MML_copy_string("↙"); return MOL;} YY_BREAK case 212: #line 319 "itex2MML.l" case 213: YY_RULE_SETUP #line 319 "itex2MML.l" {yylval=itex2MML_copy_string("⇗"); return MOL;} YY_BREAK case 214: #line 322 "itex2MML.l" case 215: YY_RULE_SETUP #line 322 "itex2MML.l" {yylval=itex2MML_copy_string("⇖"); return MOL;} YY_BREAK case 216: #line 325 "itex2MML.l" case 217: YY_RULE_SETUP #line 325 "itex2MML.l" {yylval=itex2MML_copy_string("⇘"); return MOL;} YY_BREAK case 218: #line 328 "itex2MML.l" case 219: YY_RULE_SETUP #line 328 "itex2MML.l" {yylval=itex2MML_copy_string("⇙"); return MOL;} YY_BREAK case 220: YY_RULE_SETUP #line 330 "itex2MML.l" {yylval=itex2MML_copy_string("↓"); return MOL;} YY_BREAK case 221: YY_RULE_SETUP #line 332 "itex2MML.l" {yylval=itex2MML_copy_string("⇓"); return MOL;} YY_BREAK case 222: YY_RULE_SETUP #line 334 "itex2MML.l" {yylval=itex2MML_copy_string("↑"); return MOL;} YY_BREAK case 223: YY_RULE_SETUP #line 336 "itex2MML.l" {yylval=itex2MML_copy_string("⇑"); return MOL;} YY_BREAK case 224: #line 339 "itex2MML.l" case 225: #line 340 "itex2MML.l" case 226: YY_RULE_SETUP #line 340 "itex2MML.l" {yylval=itex2MML_copy_string("↕"); return MOL;} YY_BREAK case 227: YY_RULE_SETUP #line 342 "itex2MML.l" {yylval=itex2MML_copy_string("⇕"); return MOL;} YY_BREAK case 228: YY_RULE_SETUP #line 344 "itex2MML.l" {yylval=itex2MML_copy_string("⇜"); return MOL;} YY_BREAK case 229: YY_RULE_SETUP #line 345 "itex2MML.l" {yylval=itex2MML_copy_string("⇝"); return MOL;} YY_BREAK case 230: YY_RULE_SETUP #line 346 "itex2MML.l" {yylval=itex2MML_copy_string("⤎"); return MOL;} YY_BREAK case 231: YY_RULE_SETUP #line 347 "itex2MML.l" {yylval=itex2MML_copy_string("⤏"); return MOL;} YY_BREAK case 232: YY_RULE_SETUP #line 348 "itex2MML.l" {yylval=itex2MML_copy_string("⤻"); return MOL;} YY_BREAK case 233: YY_RULE_SETUP #line 349 "itex2MML.l" {yylval=itex2MML_copy_string("⟲"); return MOL;} YY_BREAK case 234: YY_RULE_SETUP #line 350 "itex2MML.l" {yylval=itex2MML_copy_string("⟳"); return MOL;} YY_BREAK case 235: #line 352 "itex2MML.l" case 236: #line 353 "itex2MML.l" case 237: #line 354 "itex2MML.l" case 238: #line 355 "itex2MML.l" case 239: #line 356 "itex2MML.l" case 240: #line 357 "itex2MML.l" case 241: #line 358 "itex2MML.l" case 242: #line 359 "itex2MML.l" case 243: #line 360 "itex2MML.l" case 244: #line 361 "itex2MML.l" case 245: #line 362 "itex2MML.l" case 246: #line 363 "itex2MML.l" case 247: #line 364 "itex2MML.l" case 248: #line 365 "itex2MML.l" case 249: #line 366 "itex2MML.l" case 250: #line 367 "itex2MML.l" case 251: #line 368 "itex2MML.l" case 252: #line 369 "itex2MML.l" case 253: #line 370 "itex2MML.l" case 254: #line 371 "itex2MML.l" case 255: #line 372 "itex2MML.l" case 256: #line 373 "itex2MML.l" case 257: #line 374 "itex2MML.l" case 258: #line 375 "itex2MML.l" case 259: #line 376 "itex2MML.l" case 260: #line 377 "itex2MML.l" case 261: #line 378 "itex2MML.l" case 262: #line 379 "itex2MML.l" case 263: #line 380 "itex2MML.l" case 264: #line 381 "itex2MML.l" case 265: #line 382 "itex2MML.l" case 266: #line 383 "itex2MML.l" case 267: #line 384 "itex2MML.l" case 268: #line 385 "itex2MML.l" case 269: #line 386 "itex2MML.l" case 270: #line 387 "itex2MML.l" case 271: YY_RULE_SETUP #line 387 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MOL;} YY_BREAK case 272: #line 390 "itex2MML.l" case 273: #line 391 "itex2MML.l" case 274: #line 392 "itex2MML.l" case 275: #line 393 "itex2MML.l" case 276: #line 394 "itex2MML.l" case 277: #line 395 "itex2MML.l" case 278: #line 396 "itex2MML.l" case 279: #line 397 "itex2MML.l" case 280: #line 398 "itex2MML.l" case 281: #line 399 "itex2MML.l" case 282: YY_RULE_SETUP #line 399 "itex2MML.l" {BEGIN(OPTARG); char * s1 = itex2MML_copy_string(itex2MML_yytext+2); yylval = itex2MML_copy3("&", s1, ";"); itex2MML_free_string(s1); return XARROW;} YY_BREAK case 283: #line 402 "itex2MML.l" case 284: YY_RULE_SETUP #line 402 "itex2MML.l" {yylval=itex2MML_copy_string("…"); return MI;} YY_BREAK case 285: YY_RULE_SETUP #line 403 "itex2MML.l" {yylval=itex2MML_copy_string("⋯"); return MI;} YY_BREAK case 286: YY_RULE_SETUP #line 404 "itex2MML.l" {yylval=itex2MML_copy_string("⋱"); return MI;} YY_BREAK case 287: YY_RULE_SETUP #line 405 "itex2MML.l" {yylval=itex2MML_copy_string("⋰"); return MI;} YY_BREAK case 288: YY_RULE_SETUP #line 406 "itex2MML.l" {yylval=itex2MML_copy_string("⋮"); return MI;} YY_BREAK case 289: YY_RULE_SETUP #line 407 "itex2MML.l" {yylval=itex2MML_copy_string(":"); return MOR;} YY_BREAK case 290: #line 410 "itex2MML.l" case 291: #line 411 "itex2MML.l" case 292: YY_RULE_SETUP #line 411 "itex2MML.l" {yylval=itex2MML_copy_string("∪"); return MOL;} YY_BREAK case 293: #line 414 "itex2MML.l" case 294: #line 415 "itex2MML.l" case 295: YY_RULE_SETUP #line 415 "itex2MML.l" {yylval=itex2MML_copy_string("⋃"); return MOB;} YY_BREAK case 296: #line 418 "itex2MML.l" case 297: YY_RULE_SETUP #line 418 "itex2MML.l" {yylval=itex2MML_copy_string("∩"); return MOL;} YY_BREAK case 298: #line 421 "itex2MML.l" case 299: YY_RULE_SETUP #line 421 "itex2MML.l" {yylval=itex2MML_copy_string("⋂"); return MOB;} YY_BREAK case 300: YY_RULE_SETUP #line 423 "itex2MML.l" {yylval=itex2MML_copy_string("∈"); return MOL;} YY_BREAK /* For some reason, Firefox does not put in the right spacing around some of these operators * unless we ask for it, explicitly. */ case 301: YY_RULE_SETUP #line 428 "itex2MML.l" {yylval=itex2MML_copy_string("≔"); return MOL;} YY_BREAK case 302: YY_RULE_SETUP #line 429 "itex2MML.l" {yylval=itex2MML_copy_string("⩴"); return MOS;} YY_BREAK case 303: YY_RULE_SETUP #line 430 "itex2MML.l" {yylval=itex2MML_copy_string("∶−"); return MOS;} YY_BREAK case 304: YY_RULE_SETUP #line 431 "itex2MML.l" {yylval=itex2MML_copy_string("∷−"); return MOS;} YY_BREAK case 305: YY_RULE_SETUP #line 432 "itex2MML.l" {yylval=itex2MML_copy_string("≕"); return MOS;} YY_BREAK case 306: YY_RULE_SETUP #line 433 "itex2MML.l" {yylval=itex2MML_copy_string("=∷"); return MOS;} YY_BREAK case 307: YY_RULE_SETUP #line 434 "itex2MML.l" {yylval=itex2MML_copy_string("∹"); return MOS;} YY_BREAK case 308: YY_RULE_SETUP #line 435 "itex2MML.l" {yylval=itex2MML_copy_string("−∷"); return MOS;} YY_BREAK case 309: YY_RULE_SETUP #line 436 "itex2MML.l" {yylval=itex2MML_copy_string("∶≈"); return MOS;} YY_BREAK case 310: YY_RULE_SETUP #line 437 "itex2MML.l" {yylval=itex2MML_copy_string("∷≈"); return MOS;} YY_BREAK case 311: YY_RULE_SETUP #line 438 "itex2MML.l" {yylval=itex2MML_copy_string("∶∼"); return MOS;} YY_BREAK case 312: YY_RULE_SETUP #line 439 "itex2MML.l" {yylval=itex2MML_copy_string("∷∼"); return MOS;} YY_BREAK case 313: YY_RULE_SETUP #line 440 "itex2MML.l" {yylval=itex2MML_copy_string("∷"); return MOL;} YY_BREAK case 314: #line 443 "itex2MML.l" case 315: #line 444 "itex2MML.l" case 316: #line 445 "itex2MML.l" case 317: #line 446 "itex2MML.l" case 318: #line 447 "itex2MML.l" case 319: #line 448 "itex2MML.l" case 320: #line 449 "itex2MML.l" case 321: #line 450 "itex2MML.l" case 322: #line 451 "itex2MML.l" case 323: #line 452 "itex2MML.l" case 324: #line 453 "itex2MML.l" case 325: #line 454 "itex2MML.l" case 326: #line 455 "itex2MML.l" case 327: #line 456 "itex2MML.l" case 328: #line 457 "itex2MML.l" case 329: #line 458 "itex2MML.l" case 330: #line 459 "itex2MML.l" case 331: #line 460 "itex2MML.l" case 332: #line 461 "itex2MML.l" case 333: #line 462 "itex2MML.l" case 334: #line 463 "itex2MML.l" case 335: #line 464 "itex2MML.l" case 336: #line 465 "itex2MML.l" case 337: #line 466 "itex2MML.l" case 338: #line 467 "itex2MML.l" case 339: #line 468 "itex2MML.l" case 340: #line 469 "itex2MML.l" case 341: #line 470 "itex2MML.l" case 342: #line 471 "itex2MML.l" case 343: #line 472 "itex2MML.l" case 344: #line 473 "itex2MML.l" case 345: #line 474 "itex2MML.l" case 346: #line 475 "itex2MML.l" case 347: #line 476 "itex2MML.l" case 348: #line 477 "itex2MML.l" case 349: #line 478 "itex2MML.l" case 350: #line 479 "itex2MML.l" case 351: #line 480 "itex2MML.l" case 352: #line 481 "itex2MML.l" case 353: #line 482 "itex2MML.l" case 354: #line 483 "itex2MML.l" case 355: #line 484 "itex2MML.l" case 356: #line 485 "itex2MML.l" case 357: #line 486 "itex2MML.l" case 358: #line 487 "itex2MML.l" case 359: #line 488 "itex2MML.l" case 360: #line 489 "itex2MML.l" case 361: #line 490 "itex2MML.l" case 362: #line 491 "itex2MML.l" case 363: #line 492 "itex2MML.l" case 364: #line 493 "itex2MML.l" case 365: #line 494 "itex2MML.l" case 366: #line 495 "itex2MML.l" case 367: #line 496 "itex2MML.l" case 368: #line 497 "itex2MML.l" case 369: #line 498 "itex2MML.l" case 370: #line 499 "itex2MML.l" case 371: #line 500 "itex2MML.l" case 372: #line 501 "itex2MML.l" case 373: #line 502 "itex2MML.l" case 374: #line 503 "itex2MML.l" case 375: #line 504 "itex2MML.l" case 376: #line 505 "itex2MML.l" case 377: #line 506 "itex2MML.l" case 378: #line 507 "itex2MML.l" case 379: #line 508 "itex2MML.l" case 380: #line 509 "itex2MML.l" case 381: #line 510 "itex2MML.l" case 382: #line 511 "itex2MML.l" case 383: #line 512 "itex2MML.l" case 384: #line 513 "itex2MML.l" case 385: #line 514 "itex2MML.l" case 386: #line 515 "itex2MML.l" case 387: #line 516 "itex2MML.l" case 388: #line 517 "itex2MML.l" case 389: #line 518 "itex2MML.l" case 390: #line 519 "itex2MML.l" case 391: #line 520 "itex2MML.l" case 392: #line 521 "itex2MML.l" case 393: #line 522 "itex2MML.l" case 394: #line 523 "itex2MML.l" case 395: #line 524 "itex2MML.l" case 396: #line 525 "itex2MML.l" case 397: #line 526 "itex2MML.l" case 398: #line 527 "itex2MML.l" case 399: #line 528 "itex2MML.l" case 400: #line 529 "itex2MML.l" case 401: #line 530 "itex2MML.l" case 402: #line 531 "itex2MML.l" case 403: #line 532 "itex2MML.l" case 404: #line 533 "itex2MML.l" case 405: #line 534 "itex2MML.l" case 406: #line 535 "itex2MML.l" case 407: #line 536 "itex2MML.l" case 408: #line 537 "itex2MML.l" case 409: #line 538 "itex2MML.l" case 410: #line 539 "itex2MML.l" case 411: #line 540 "itex2MML.l" case 412: #line 541 "itex2MML.l" case 413: #line 542 "itex2MML.l" case 414: #line 543 "itex2MML.l" case 415: #line 544 "itex2MML.l" case 416: #line 545 "itex2MML.l" case 417: #line 546 "itex2MML.l" case 418: #line 547 "itex2MML.l" case 419: #line 548 "itex2MML.l" case 420: #line 549 "itex2MML.l" case 421: #line 550 "itex2MML.l" case 422: #line 551 "itex2MML.l" case 423: #line 552 "itex2MML.l" case 424: #line 553 "itex2MML.l" case 425: #line 554 "itex2MML.l" case 426: #line 555 "itex2MML.l" case 427: #line 556 "itex2MML.l" case 428: #line 557 "itex2MML.l" case 429: #line 558 "itex2MML.l" case 430: #line 559 "itex2MML.l" case 431: #line 560 "itex2MML.l" case 432: #line 561 "itex2MML.l" case 433: #line 562 "itex2MML.l" case 434: #line 563 "itex2MML.l" case 435: #line 564 "itex2MML.l" case 436: #line 565 "itex2MML.l" case 437: #line 566 "itex2MML.l" case 438: #line 567 "itex2MML.l" case 439: #line 568 "itex2MML.l" case 440: #line 569 "itex2MML.l" case 441: #line 570 "itex2MML.l" case 442: #line 571 "itex2MML.l" case 443: #line 572 "itex2MML.l" case 444: #line 573 "itex2MML.l" case 445: #line 574 "itex2MML.l" case 446: #line 575 "itex2MML.l" case 447: #line 576 "itex2MML.l" case 448: #line 577 "itex2MML.l" case 449: #line 578 "itex2MML.l" case 450: #line 579 "itex2MML.l" case 451: #line 580 "itex2MML.l" case 452: #line 581 "itex2MML.l" case 453: #line 582 "itex2MML.l" case 454: #line 583 "itex2MML.l" case 455: #line 584 "itex2MML.l" case 456: #line 585 "itex2MML.l" case 457: #line 586 "itex2MML.l" case 458: #line 587 "itex2MML.l" case 459: #line 588 "itex2MML.l" case 460: #line 589 "itex2MML.l" case 461: #line 590 "itex2MML.l" case 462: #line 591 "itex2MML.l" case 463: #line 592 "itex2MML.l" case 464: #line 593 "itex2MML.l" case 465: #line 594 "itex2MML.l" case 466: #line 595 "itex2MML.l" case 467: #line 596 "itex2MML.l" case 468: #line 597 "itex2MML.l" case 469: #line 598 "itex2MML.l" case 470: #line 599 "itex2MML.l" case 471: #line 600 "itex2MML.l" case 472: #line 601 "itex2MML.l" case 473: #line 602 "itex2MML.l" case 474: #line 603 "itex2MML.l" case 475: #line 604 "itex2MML.l" case 476: #line 605 "itex2MML.l" case 477: #line 606 "itex2MML.l" case 478: #line 607 "itex2MML.l" case 479: #line 608 "itex2MML.l" case 480: #line 609 "itex2MML.l" case 481: #line 610 "itex2MML.l" case 482: #line 611 "itex2MML.l" case 483: #line 612 "itex2MML.l" case 484: #line 613 "itex2MML.l" case 485: #line 614 "itex2MML.l" case 486: #line 615 "itex2MML.l" case 487: #line 616 "itex2MML.l" case 488: #line 617 "itex2MML.l" case 489: #line 618 "itex2MML.l" case 490: #line 619 "itex2MML.l" case 491: #line 620 "itex2MML.l" case 492: #line 621 "itex2MML.l" case 493: #line 622 "itex2MML.l" case 494: #line 623 "itex2MML.l" case 495: #line 624 "itex2MML.l" case 496: #line 625 "itex2MML.l" case 497: #line 626 "itex2MML.l" case 498: #line 627 "itex2MML.l" case 499: #line 628 "itex2MML.l" case 500: #line 629 "itex2MML.l" case 501: #line 630 "itex2MML.l" case 502: #line 631 "itex2MML.l" case 503: #line 632 "itex2MML.l" case 504: #line 633 "itex2MML.l" case 505: #line 634 "itex2MML.l" case 506: #line 635 "itex2MML.l" case 507: #line 636 "itex2MML.l" case 508: #line 637 "itex2MML.l" case 509: #line 638 "itex2MML.l" case 510: #line 639 "itex2MML.l" case 511: #line 640 "itex2MML.l" case 512: #line 641 "itex2MML.l" case 513: #line 642 "itex2MML.l" case 514: #line 643 "itex2MML.l" case 515: #line 644 "itex2MML.l" case 516: #line 645 "itex2MML.l" case 517: #line 646 "itex2MML.l" case 518: #line 647 "itex2MML.l" case 519: #line 648 "itex2MML.l" case 520: #line 649 "itex2MML.l" case 521: #line 650 "itex2MML.l" case 522: #line 651 "itex2MML.l" case 523: #line 652 "itex2MML.l" case 524: YY_RULE_SETUP #line 652 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MOL;} YY_BREAK case 525: #line 655 "itex2MML.l" case 526: #line 656 "itex2MML.l" case 527: #line 657 "itex2MML.l" case 528: #line 658 "itex2MML.l" case 529: #line 659 "itex2MML.l" case 530: #line 660 "itex2MML.l" case 531: #line 661 "itex2MML.l" case 532: #line 662 "itex2MML.l" case 533: #line 663 "itex2MML.l" case 534: YY_RULE_SETUP #line 663 "itex2MML.l" {yylval=itex2MML_copy2(itex2MML_yytext, ";"); if (yylval != itex2MML_empty_string) yylval[0]='&'; return MI;} YY_BREAK case 535: #line 666 "itex2MML.l" case 536: YY_RULE_SETUP #line 666 "itex2MML.l" {yylval=itex2MML_copy_string("⫫"); return MOL;} YY_BREAK case 537: YY_RULE_SETUP #line 667 "itex2MML.l" {yylval=itex2MML_copy_string("⊡"); return MOL;} YY_BREAK case 538: #line 669 "itex2MML.l" case 539: YY_RULE_SETUP #line 669 "itex2MML.l" {yylval=itex2MML_copy_string("□"); return MOL;} YY_BREAK case 540: #line 671 "itex2MML.l" case 541: YY_RULE_SETUP #line 671 "itex2MML.l" {yylval=itex2MML_copy_string("∅"); return MI;} YY_BREAK case 542: YY_RULE_SETUP #line 672 "itex2MML.l" {yylval=itex2MML_copy_string("∃"); return MOL;} YY_BREAK case 543: YY_RULE_SETUP #line 673 "itex2MML.l" {yylval=itex2MML_copy_string("∘"); return MOL;} YY_BREAK case 544: YY_RULE_SETUP #line 674 "itex2MML.l" {yylval=itex2MML_copy_string("⊳"); return MOL;} YY_BREAK case 545: YY_RULE_SETUP #line 675 "itex2MML.l" {yylval=itex2MML_copy_string("⊲"); return MOL;} YY_BREAK case 546: YY_RULE_SETUP #line 676 "itex2MML.l" {yylval=itex2MML_copy_string("⋘"); return MOL;} YY_BREAK case 547: YY_RULE_SETUP #line 677 "itex2MML.l" {yylval=itex2MML_copy_string("⊵"); return MOL;} YY_BREAK case 548: YY_RULE_SETUP #line 678 "itex2MML.l" {yylval=itex2MML_copy_string("⊴"); return MOL;} YY_BREAK case 549: #line 680 "itex2MML.l" case 550: YY_RULE_SETUP #line 680 "itex2MML.l" {yylval=itex2MML_copy_string("∇"); return MOL;} YY_BREAK case 551: YY_RULE_SETUP #line 681 "itex2MML.l" {yylval=itex2MML_copy_string("∢"); return MOL;} YY_BREAK case 552: YY_RULE_SETUP #line 683 "itex2MML.l" {yylval=itex2MML_copy_string("♡"); return MOL;} YY_BREAK case 553: YY_RULE_SETUP #line 684 "itex2MML.l" {yylval=itex2MML_copy_string("♢"); return MOL;} YY_BREAK case 554: YY_RULE_SETUP #line 686 "itex2MML.l" {yylval=itex2MML_copy_string("∂"); return MOL;} YY_BREAK case 555: YY_RULE_SETUP #line 688 "itex2MML.l" {yylval=itex2MML_copy_string("▪"); return MO;} YY_BREAK case 556: YY_RULE_SETUP #line 690 "itex2MML.l" {yylval=itex2MML_copy_string("mod"); return MOS;} YY_BREAK case 557: YY_RULE_SETUP #line 691 "itex2MML.l" {return PMOD;} YY_BREAK case 558: YY_RULE_SETUP #line 693 "itex2MML.l" {yylval=itex2MML_copy_string("⊥"); return MOL;} YY_BREAK case 559: YY_RULE_SETUP #line 695 "itex2MML.l" {yylval=itex2MML_copy_string("¬"); return MOL;} YY_BREAK case 560: #line 698 "itex2MML.l" case 561: YY_RULE_SETUP #line 698 "itex2MML.l" {yylval=itex2MML_copy_string("≠"); return MOL;} YY_BREAK case 562: #line 701 "itex2MML.l" case 563: YY_RULE_SETUP #line 701 "itex2MML.l" {yylval=itex2MML_copy_string("∣"); return MOS;} YY_BREAK case 564: #line 704 "itex2MML.l" case 565: YY_RULE_SETUP #line 704 "itex2MML.l" {yylval=itex2MML_copy_string("∫"); return MOL;} YY_BREAK case 566: #line 707 "itex2MML.l" case 567: YY_RULE_SETUP #line 707 "itex2MML.l" {yylval=itex2MML_copy_string("∬"); return MOL;} YY_BREAK case 568: #line 710 "itex2MML.l" case 569: YY_RULE_SETUP #line 710 "itex2MML.l" {yylval=itex2MML_copy_string("∭"); return MOL;} YY_BREAK case 570: #line 713 "itex2MML.l" case 571: YY_RULE_SETUP #line 713 "itex2MML.l" {yylval=itex2MML_copy_string("⨌"); return MOL;} YY_BREAK case 572: #line 716 "itex2MML.l" case 573: #line 717 "itex2MML.l" case 574: YY_RULE_SETUP #line 717 "itex2MML.l" {yylval=itex2MML_copy_string("∮"); return MOL;} YY_BREAK case 575: YY_RULE_SETUP #line 719 "itex2MML.l" {yylval=itex2MML_copy_string("×"); return MOL;} YY_BREAK case 576: YY_RULE_SETUP #line 720 "itex2MML.l" {yylval=itex2MML_copy_string("⋆"); return MOL;} YY_BREAK case 577: #line 722 "itex2MML.l" case 578: YY_RULE_SETUP #line 722 "itex2MML.l" {yylval=itex2MML_copy_string("⊝"); return MOL;} YY_BREAK case 579: YY_RULE_SETUP #line 724 "itex2MML.l" {yylval=itex2MML_copy_string("⊺"); return MOL;} YY_BREAK case 580: YY_RULE_SETUP #line 725 "itex2MML.l" {yylval=itex2MML_copy_string("⌢"); return MOL;} YY_BREAK case 581: YY_RULE_SETUP #line 726 "itex2MML.l" {yylval=itex2MML_copy_string("⌣"); return MOL;} YY_BREAK case 582: #line 729 "itex2MML.l" case 583: YY_RULE_SETUP #line 729 "itex2MML.l" {yylval=itex2MML_copy_string("⊟"); return MOL;} YY_BREAK case 584: #line 731 "itex2MML.l" case 585: YY_RULE_SETUP #line 731 "itex2MML.l" {yylval=itex2MML_copy_string("⊞"); return MOL;} YY_BREAK case 586: #line 733 "itex2MML.l" case 587: YY_RULE_SETUP #line 733 "itex2MML.l" {yylval=itex2MML_copy_string("⊠"); return MOL;} YY_BREAK case 588: YY_RULE_SETUP #line 735 "itex2MML.l" {yylval=itex2MML_copy_string("∑"); return MOB;} YY_BREAK case 589: #line 738 "itex2MML.l" case 590: YY_RULE_SETUP #line 738 "itex2MML.l" {yylval=itex2MML_copy_string("∏"); return MOB;} YY_BREAK case 591: #line 741 "itex2MML.l" case 592: YY_RULE_SETUP #line 741 "itex2MML.l" {yylval=itex2MML_copy_string("∐"); return MOB;} YY_BREAK case 593: YY_RULE_SETUP #line 743 "itex2MML.l" {yylval=itex2MML_copy_string("⊗"); return MOL;} YY_BREAK case 594: YY_RULE_SETUP #line 744 "itex2MML.l" {yylval=itex2MML_copy_string("⨷"); return MOL;} YY_BREAK case 595: YY_RULE_SETUP #line 745 "itex2MML.l" {yylval=itex2MML_copy_string("⨂"); return MOL;} YY_BREAK case 596: YY_RULE_SETUP #line 747 "itex2MML.l" {yylval=itex2MML_copy_string("⊖"); return MOL;} YY_BREAK case 597: YY_RULE_SETUP #line 748 "itex2MML.l" {yylval=itex2MML_copy_string("⊘"); return MOL;} YY_BREAK case 598: YY_RULE_SETUP #line 750 "itex2MML.l" {yylval=itex2MML_copy_string("⊕"); return MOL;} YY_BREAK case 599: #line 752 "itex2MML.l" case 600: YY_RULE_SETUP #line 752 "itex2MML.l" {yylval=itex2MML_copy_string("⨁"); return MOB;} YY_BREAK case 601: YY_RULE_SETUP #line 754 "itex2MML.l" {yylval=itex2MML_copy_string("⨀"); return MOB;} YY_BREAK case 602: YY_RULE_SETUP #line 755 "itex2MML.l" {yylval=itex2MML_copy_string("⨆"); return MOB;} YY_BREAK case 603: YY_RULE_SETUP #line 756 "itex2MML.l" {yylval=itex2MML_copy_string("⨅"); return MOB;} YY_BREAK case 604: YY_RULE_SETUP #line 757 "itex2MML.l" {yylval=itex2MML_copy_string("⫼"); return MOB;} YY_BREAK case 605: YY_RULE_SETUP #line 758 "itex2MML.l" {yylval=itex2MML_copy_string("⨄"); return MOB;} YY_BREAK case 606: YY_RULE_SETUP #line 760 "itex2MML.l" {yylval=itex2MML_copy_string("∧"); return MOL;} YY_BREAK case 607: #line 762 "itex2MML.l" case 608: YY_RULE_SETUP #line 762 "itex2MML.l" {yylval=itex2MML_copy_string("⋀"); return MOB;} YY_BREAK case 609: #line 765 "itex2MML.l" case 610: YY_RULE_SETUP #line 765 "itex2MML.l" {yylval=itex2MML_copy_string("⋁"); return MOB;} YY_BREAK case 611: #line 768 "itex2MML.l" case 612: YY_RULE_SETUP #line 768 "itex2MML.l" {yylval=itex2MML_copy_string("⅋"); return MOL;} YY_BREAK case 613: YY_RULE_SETUP #line 770 "itex2MML.l" {return FRAC;} YY_BREAK case 614: YY_RULE_SETUP #line 771 "itex2MML.l" {return TFRAC;} YY_BREAK case 615: YY_RULE_SETUP #line 773 "itex2MML.l" {return BINOM;} YY_BREAK case 616: YY_RULE_SETUP #line 774 "itex2MML.l" {return TBINOM;} YY_BREAK case 617: YY_RULE_SETUP #line 776 "itex2MML.l" {return TENSOR;} YY_BREAK case 618: YY_RULE_SETUP #line 778 "itex2MML.l" {return MULTI;} YY_BREAK case 619: YY_RULE_SETUP #line 780 "itex2MML.l" {return OVERBRACE;} YY_BREAK case 620: YY_RULE_SETUP #line 782 "itex2MML.l" {return UNDERBRACE;} YY_BREAK case 621: YY_RULE_SETUP #line 784 "itex2MML.l" {return UNDERLINE;} YY_BREAK case 622: YY_RULE_SETUP #line 786 "itex2MML.l" {return BAR;} YY_BREAK case 623: #line 788 "itex2MML.l" case 624: #line 789 "itex2MML.l" case 625: YY_RULE_SETUP #line 789 "itex2MML.l" {return WIDEBAR;} YY_BREAK case 626: YY_RULE_SETUP #line 791 "itex2MML.l" {return VEC;} YY_BREAK case 627: YY_RULE_SETUP #line 792 "itex2MML.l" {return WIDEVEC;} YY_BREAK case 628: YY_RULE_SETUP #line 794 "itex2MML.l" {return DOT;} YY_BREAK case 629: YY_RULE_SETUP #line 795 "itex2MML.l" {return DDOT;} YY_BREAK case 630: YY_RULE_SETUP #line 796 "itex2MML.l" {return DDDOT;} YY_BREAK case 631: YY_RULE_SETUP #line 797 "itex2MML.l" {return DDDDOT;} YY_BREAK case 632: YY_RULE_SETUP #line 799 "itex2MML.l" {return TILDE;} YY_BREAK case 633: YY_RULE_SETUP #line 800 "itex2MML.l" {return WIDETILDE;} YY_BREAK case 634: YY_RULE_SETUP #line 803 "itex2MML.l" {return CHECK;} YY_BREAK case 635: YY_RULE_SETUP #line 804 "itex2MML.l" {return WIDECHECK;} YY_BREAK case 636: YY_RULE_SETUP #line 807 "itex2MML.l" {return HAT;} YY_BREAK case 637: YY_RULE_SETUP #line 808 "itex2MML.l" {return WIDEHAT;} YY_BREAK case 638: YY_RULE_SETUP #line 810 "itex2MML.l" {return UNDER;} YY_BREAK case 639: #line 813 "itex2MML.l" case 640: YY_RULE_SETUP #line 813 "itex2MML.l" {return OVER;} YY_BREAK case 641: YY_RULE_SETUP #line 815 "itex2MML.l" {return TEXOVER;} YY_BREAK case 642: YY_RULE_SETUP #line 816 "itex2MML.l" {return TEXATOP;} YY_BREAK case 643: YY_RULE_SETUP #line 818 "itex2MML.l" {return UNDEROVER;} YY_BREAK case 644: YY_RULE_SETUP #line 820 "itex2MML.l" {BEGIN(OPTARG); return SQRT;} YY_BREAK case 645: YY_RULE_SETUP #line 822 "itex2MML.l" {return ROOT;} YY_BREAK case 646: YY_RULE_SETUP #line 824 "itex2MML.l" {BEGIN(INT1); return SPACE;} YY_BREAK case 647: YY_RULE_SETUP #line 826 "itex2MML.l" {BEGIN(PLAINTEXT); return TEXTBOX;} YY_BREAK case 648: YY_RULE_SETUP #line 828 "itex2MML.l" {BEGIN(PLAINTEXT); return STATLINE;} YY_BREAK case 649: YY_RULE_SETUP #line 829 "itex2MML.l" {BEGIN(PLAINTEXT); return TOOLTIP;} YY_BREAK case 650: YY_RULE_SETUP #line 831 "itex2MML.l" {return TOGGLE;} YY_BREAK case 651: YY_RULE_SETUP #line 832 "itex2MML.l" {return TOGGLESTART;} YY_BREAK case 652: YY_RULE_SETUP #line 833 "itex2MML.l" {return TOGGLEEND;} YY_BREAK case 653: YY_RULE_SETUP #line 835 "itex2MML.l" {BEGIN(RAISEBOX1); return RAISEBOX;} YY_BREAK case 654: #line 838 "itex2MML.l" case 655: YY_RULE_SETUP #line 838 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return FGHIGHLIGHT;} YY_BREAK case 656: #line 841 "itex2MML.l" case 657: YY_RULE_SETUP #line 841 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return BGHIGHLIGHT;} YY_BREAK case 658: YY_RULE_SETUP #line 843 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLOR;} YY_BREAK case 659: YY_RULE_SETUP #line 844 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return BGCOLOR;} YY_BREAK case 660: YY_RULE_SETUP #line 846 "itex2MML.l" {itex2MML_displaymode=1; itex2MML_rowposn=2; return DISPLAY;} YY_BREAK case 661: YY_RULE_SETUP #line 848 "itex2MML.l" {itex2MML_displaymode=0; itex2MML_rowposn=2; return TEXTSTY;} YY_BREAK case 662: YY_RULE_SETUP #line 850 "itex2MML.l" {return TEXTSIZE;} YY_BREAK case 663: YY_RULE_SETUP #line 852 "itex2MML.l" {return SCSIZE;} YY_BREAK case 664: YY_RULE_SETUP #line 854 "itex2MML.l" {return SCSCSIZE;} YY_BREAK case 665: YY_RULE_SETUP #line 856 "itex2MML.l" {return ITALICS;} YY_BREAK case 666: YY_RULE_SETUP #line 858 "itex2MML.l" {return SANS;} YY_BREAK case 667: YY_RULE_SETUP #line 859 "itex2MML.l" {return TT;} YY_BREAK case 668: #line 862 "itex2MML.l" case 669: YY_RULE_SETUP #line 862 "itex2MML.l" {return BOLD;} YY_BREAK case 670: YY_RULE_SETUP #line 864 "itex2MML.l" {BEGIN(ROMAN); return RM;} YY_BREAK case 671: YY_RULE_SETUP #line 866 "itex2MML.l" {BEGIN(BBOLD); return BB;} YY_BREAK case 672: #line 869 "itex2MML.l" case 673: YY_RULE_SETUP #line 869 "itex2MML.l" {BEGIN(FRAKTUR); return FRAK;} YY_BREAK case 674: YY_RULE_SETUP #line 871 "itex2MML.l" {return SLASHED;} YY_BREAK case 675: YY_RULE_SETUP #line 873 "itex2MML.l" {return BOXED;} YY_BREAK case 676: YY_RULE_SETUP #line 875 "itex2MML.l" {BEGIN(CALLIGRAPHIC); return CAL;} YY_BREAK case 677: YY_RULE_SETUP #line 877 "itex2MML.l" {itex2MML_env_start = 1; BEGIN(MATHENV); return BEGINENV;} YY_BREAK case 678: YY_RULE_SETUP #line 878 "itex2MML.l" {BEGIN(MATHENV); return ENDENV;} YY_BREAK case 679: YY_RULE_SETUP #line 880 "itex2MML.l" {return SUBSTACK;} YY_BREAK case 680: YY_RULE_SETUP #line 882 "itex2MML.l" {return ARRAY;} YY_BREAK case 681: YY_RULE_SETUP #line 884 "itex2MML.l" {return ARRAYOPTS;} YY_BREAK case 682: YY_RULE_SETUP #line 886 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLALIGN;} YY_BREAK case 683: YY_RULE_SETUP #line 888 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLLAYOUT;} YY_BREAK case 684: YY_RULE_SETUP #line 890 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ROWALIGN;} YY_BREAK case 685: YY_RULE_SETUP #line 892 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ALIGN;} YY_BREAK case 686: YY_RULE_SETUP #line 894 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return EQROWS;} YY_BREAK case 687: YY_RULE_SETUP #line 896 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return EQCOLS;} YY_BREAK case 688: YY_RULE_SETUP #line 898 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ROWLINES;} YY_BREAK case 689: YY_RULE_SETUP #line 900 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLLINES;} YY_BREAK case 690: YY_RULE_SETUP #line 902 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return FRAME;} YY_BREAK case 691: YY_RULE_SETUP #line 904 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return PADDING;} YY_BREAK case 692: YY_RULE_SETUP #line 906 "itex2MML.l" {return ROWOPTS;} YY_BREAK case 693: YY_RULE_SETUP #line 908 "itex2MML.l" {return CELLOPTS;} YY_BREAK case 694: YY_RULE_SETUP #line 910 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return ROWSPAN;} YY_BREAK case 695: YY_RULE_SETUP #line 912 "itex2MML.l" {BEGIN(ATTRIBUTELIST); return COLSPAN;} YY_BREAK case 696: #line 916 "itex2MML.l" case 697: YY_RULE_SETUP #line 916 "itex2MML.l" {return THINSPACE;} YY_BREAK case 698: #line 919 "itex2MML.l" case 699: YY_RULE_SETUP #line 919 "itex2MML.l" {return MEDSPACE;} YY_BREAK case 700: #line 922 "itex2MML.l" case 701: YY_RULE_SETUP #line 922 "itex2MML.l" {return THICKSPACE;} YY_BREAK case 702: YY_RULE_SETUP #line 924 "itex2MML.l" {return QUAD;} YY_BREAK case 703: YY_RULE_SETUP #line 925 "itex2MML.l" {return QQUAD;} YY_BREAK case 704: #line 928 "itex2MML.l" case 705: #line 929 "itex2MML.l" case 706: YY_RULE_SETUP #line 929 "itex2MML.l" {return NEGSPACE;} YY_BREAK case 707: YY_RULE_SETUP #line 931 "itex2MML.l" {return NEGMEDSPACE;} YY_BREAK case 708: YY_RULE_SETUP #line 933 "itex2MML.l" {return NEGTHICKSPACE;} YY_BREAK case 709: YY_RULE_SETUP #line 935 "itex2MML.l" {return PHANTOM;} YY_BREAK case 710: YY_RULE_SETUP #line 937 "itex2MML.l" {BEGIN(PLAINTEXT); return HREF;} YY_BREAK case 711: YY_RULE_SETUP #line 939 "itex2MML.l" {BEGIN(PLAINTEXT); return OPERATORNAME;} YY_BREAK case 712: YY_RULE_SETUP #line 940 "itex2MML.l" {BEGIN(PLAINTEXT); return MATHOP;} YY_BREAK case 713: YY_RULE_SETUP #line 941 "itex2MML.l" {BEGIN(PLAINTEXT); return MATHBIN;} YY_BREAK case 714: YY_RULE_SETUP #line 942 "itex2MML.l" {BEGIN(PLAINTEXT); return MATHREL;} YY_BREAK case 715: YY_RULE_SETUP #line 943 "itex2MML.l" {BEGIN(PLAINTEXT); return ITEXNUM;} YY_BREAK case 716: /* rule 716 can match eol */ YY_RULE_SETUP #line 945 "itex2MML.l" ; YY_BREAK case 717: YY_RULE_SETUP #line 947 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); return MOP;} YY_BREAK case 718: #line 950 "itex2MML.l" case 719: #line 951 "itex2MML.l" case 720: YY_RULE_SETUP #line 951 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return MI;} YY_BREAK case 721: /* rule 721 can match eol */ YY_RULE_SETUP #line 953 "itex2MML.l" itex2MML_lineno++; YY_BREAK case 722: YY_RULE_SETUP #line 954 "itex2MML.l" ; YY_BREAK case 723: YY_RULE_SETUP #line 957 "itex2MML.l" {return UNKNOWNCHAR;} YY_BREAK case 724: /* rule 724 can match eol */ YY_RULE_SETUP #line 960 "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 725: YY_RULE_SETUP #line 963 "itex2MML.l" {if(itex2MML_optarg_ind < itex2MML_optarg_depth - 1 && itex2MML_inoptarg[itex2MML_optarg_ind] !=1 ){itex2MML_optarg_ind++; itex2MML_inoptarg[itex2MML_optarg_ind]=1;}; BEGIN(MATH); return OPTARGOPEN;} YY_BREAK case 726: /* rule 726 can match eol */ YY_RULE_SETUP #line 964 "itex2MML.l" ; YY_BREAK case 727: YY_RULE_SETUP #line 965 "itex2MML.l" {itex2MML_eqn_src[itex2MML_eqn_end-itex2MML_eqn_src]=0; --itex2MML_eqn_end; BEGIN(MATH); unput(itex2MML_yytext[0]);} YY_BREAK case 728: /* rule 728 can match eol */ YY_RULE_SETUP #line 969 "itex2MML.l" {BEGIN(RAISEBOX2); return NEG;} YY_BREAK case 729: /* rule 729 can match eol */ YY_RULE_SETUP #line 970 "itex2MML.l" {BEGIN(RAISEBOX2);} YY_BREAK case 730: /* rule 730 can match eol */ YY_RULE_SETUP #line 974 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); if ((itex2MML_yyleng > 1) && (yylval != itex2MML_empty_string)) yylval[itex2MML_yyleng-1]='\0'; BEGIN(TEXTOPTARG1); return TEXTSTRING;} YY_BREAK case 731: /* rule 731 can match eol */ YY_RULE_SETUP #line 979 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext+1); if ((itex2MML_yyleng > 1) && (yylval != itex2MML_empty_string)) yylval[itex2MML_yyleng-2]='\0'; BEGIN(TEXTOPTARG); return TEXTSTRING;} YY_BREAK case 732: YY_RULE_SETUP #line 980 "itex2MML.l" {itex2MML_eqn_src[itex2MML_eqn_end-itex2MML_eqn_src]=0; --itex2MML_eqn_end; BEGIN(MATH); unput(itex2MML_yytext[0]);} YY_BREAK case 733: /* rule 733 can match eol */ YY_RULE_SETUP #line 984 "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 734: YY_RULE_SETUP #line 985 "itex2MML.l" {itex2MML_eqn_src[itex2MML_eqn_end-itex2MML_eqn_src]=0; --itex2MML_eqn_end; BEGIN(MATH); unput(itex2MML_yytext[0]);} YY_BREAK case 735: YY_RULE_SETUP #line 989 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return MATRIX;} YY_BREAK case 736: YY_RULE_SETUP #line 990 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return PMATRIX;} YY_BREAK case 737: YY_RULE_SETUP #line 991 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return BMATRIX;} YY_BREAK case 738: YY_RULE_SETUP #line 992 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return BBMATRIX;} YY_BREAK case 739: YY_RULE_SETUP #line 993 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return VMATRIX;} YY_BREAK case 740: YY_RULE_SETUP #line 994 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return VVMATRIX;} YY_BREAK case 741: YY_RULE_SETUP #line 995 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return SMALLMATRIX;} YY_BREAK case 742: YY_RULE_SETUP #line 996 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return CASES;} YY_BREAK case 743: YY_RULE_SETUP #line 997 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return ALIGNED;} YY_BREAK case 744: YY_RULE_SETUP #line 998 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return GATHERED;} YY_BREAK case 745: YY_RULE_SETUP #line 999 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return ALIGNED;} YY_BREAK case 746: YY_RULE_SETUP #line 1000 "itex2MML.l" {if (itex2MML_env_start == 1) BEGIN(ARRAYOPTIONS); else BEGIN(MATH); return ARRAY;} YY_BREAK case 747: YY_RULE_SETUP #line 1001 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(SVGENV); return SVG;} YY_BREAK case 748: YY_RULE_SETUP #line 1005 "itex2MML.l" {yylval=itex2MML_copy_string("axis 1"); return ARRAYALIGN;} YY_BREAK case 749: YY_RULE_SETUP #line 1006 "itex2MML.l" {yylval=itex2MML_copy_string("center"); return ARRAYALIGN;} YY_BREAK case 750: YY_RULE_SETUP #line 1007 "itex2MML.l" {yylval=itex2MML_copy_string("axis -1"); return ARRAYALIGN;} YY_BREAK case 751: YY_RULE_SETUP #line 1008 "itex2MML.l" {BEGIN(COLOPTS); return ST;} YY_BREAK case 752: /* rule 752 can match eol */ YY_RULE_SETUP #line 1009 "itex2MML.l" ; YY_BREAK case 753: YY_RULE_SETUP #line 1013 "itex2MML.l" {itex2MML_env_start = 0; BEGIN(MATH); return END;} YY_BREAK case 754: YY_RULE_SETUP #line 1014 "itex2MML.l" {yylval=itex2MML_copy_string("center"); return COLUMNALIGN;} YY_BREAK case 755: YY_RULE_SETUP #line 1015 "itex2MML.l" {yylval=itex2MML_copy_string("left"); return COLUMNALIGN;} YY_BREAK case 756: YY_RULE_SETUP #line 1016 "itex2MML.l" {yylval=itex2MML_copy_string("right"); return COLUMNALIGN;} YY_BREAK case 757: /* rule 757 can match eol */ YY_RULE_SETUP #line 1017 "itex2MML.l" ; YY_BREAK case 758: YY_RULE_SETUP #line 1021 "itex2MML.l" {itex2MML_do_capture_eqn(); yylval=itex2MML_copy_string(itex2MML_yytext); yylval[itex2MML_yyleng-8]=0; BEGIN(SVGEND); return XMLSTRING;} YY_BREAK case 759: /* rule 759 can match eol */ YY_RULE_SETUP #line 1022 "itex2MML.l" {yymore();} YY_BREAK case 760: YY_RULE_SETUP #line 1026 "itex2MML.l" {BEGIN(MATH); return ENDSVG;} YY_BREAK case 761: YY_RULE_SETUP #line 1030 "itex2MML.l" {return ST;} YY_BREAK case 762: YY_RULE_SETUP #line 1031 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 763: YY_RULE_SETUP #line 1032 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return RMCHAR;} YY_BREAK case 764: /* rule 764 can match eol */ YY_RULE_SETUP #line 1033 "itex2MML.l" ; YY_BREAK case 765: YY_RULE_SETUP #line 1034 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 766: YY_RULE_SETUP #line 1038 "itex2MML.l" {return ST;} YY_BREAK case 767: YY_RULE_SETUP #line 1039 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 768: YY_RULE_SETUP #line 1040 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return BBLOWERCHAR;} YY_BREAK case 769: YY_RULE_SETUP #line 1041 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return BBUPPERCHAR;} YY_BREAK case 770: YY_RULE_SETUP #line 1042 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return BBDIGIT;} YY_BREAK case 771: /* rule 771 can match eol */ YY_RULE_SETUP #line 1043 "itex2MML.l" ; YY_BREAK case 772: YY_RULE_SETUP #line 1044 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 773: YY_RULE_SETUP #line 1048 "itex2MML.l" {return ST;} YY_BREAK case 774: YY_RULE_SETUP #line 1049 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 775: YY_RULE_SETUP #line 1050 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return CALCHAR;} YY_BREAK case 776: /* rule 776 can match eol */ YY_RULE_SETUP #line 1051 "itex2MML.l" ; YY_BREAK case 777: YY_RULE_SETUP #line 1052 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 778: YY_RULE_SETUP #line 1056 "itex2MML.l" {return ST;} YY_BREAK case 779: YY_RULE_SETUP #line 1057 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 780: YY_RULE_SETUP #line 1058 "itex2MML.l" {yylval=itex2MML_copy_string(itex2MML_yytext); return FRAKCHAR;} YY_BREAK case 781: /* rule 781 can match eol */ YY_RULE_SETUP #line 1059 "itex2MML.l" ; YY_BREAK case 782: YY_RULE_SETUP #line 1060 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 783: /* rule 783 can match eol */ YY_RULE_SETUP #line 1064 "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 784: YY_RULE_SETUP #line 1068 "itex2MML.l" {return ST;} YY_BREAK case 785: YY_RULE_SETUP #line 1069 "itex2MML.l" {BEGIN(INT2); return END;} YY_BREAK case 786: YY_RULE_SETUP #line 1070 "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 787: /* rule 787 can match eol */ YY_RULE_SETUP #line 1071 "itex2MML.l" ; YY_BREAK case 788: YY_RULE_SETUP #line 1072 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 789: YY_RULE_SETUP #line 1076 "itex2MML.l" {return ST;} YY_BREAK case 790: YY_RULE_SETUP #line 1077 "itex2MML.l" {BEGIN(INT3); return END;} YY_BREAK case 791: YY_RULE_SETUP #line 1078 "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 792: /* rule 792 can match eol */ YY_RULE_SETUP #line 1079 "itex2MML.l" ; YY_BREAK case 793: YY_RULE_SETUP #line 1080 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 794: YY_RULE_SETUP #line 1084 "itex2MML.l" {return ST;} YY_BREAK case 795: YY_RULE_SETUP #line 1085 "itex2MML.l" {BEGIN(MATH); return END;} YY_BREAK case 796: YY_RULE_SETUP #line 1086 "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 797: /* rule 797 can match eol */ YY_RULE_SETUP #line 1087 "itex2MML.l" ; YY_BREAK case 798: YY_RULE_SETUP #line 1088 "itex2MML.l" {return itex2MML_yytext[0];} YY_BREAK case 799: YY_RULE_SETUP #line 1093 "itex2MML.l" ECHO; YY_BREAK #line 5472 "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): case YY_STATE_EOF(SVGENV): case YY_STATE_EOF(SVGEND): case YY_STATE_EOF(OPTARG): case YY_STATE_EOF(ARRAYOPTIONS): case YY_STATE_EOF(COLOPTS): case YY_STATE_EOF(TEXTOPTARG): case YY_STATE_EOF(TEXTOPTARG1): case YY_STATE_EOF(RAISEBOX1): case YY_STATE_EOF(RAISEBOX2): 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 { yy_size_t 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 ) { yy_size_t 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; if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { /* Extend the array by 50%, plus the number we really need. */ yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) itex2MML_yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } (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 >= 3230 ) 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 >= 3230 ) 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 == 3229); 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 yy_size_t 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 */ yy_size_t 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 0; 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) { yy_size_t 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*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in itex2MML_yyensure_buffer_stack()" ); 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*) ); if ( ! (yy_buffer_stack) ) YY_FATAL_ERROR( "out of dynamic memory in itex2MML_yyensure_buffer_stack()" ); /* 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 yystr 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, yy_size_t _yybytes_len ) { YY_BUFFER_STATE b; char *buf; yy_size_t n, 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. * */ yy_size_t 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 1093 "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; } int itex2MML_capture_eqn_src() { if (YY_START != INITIAL && YY_START != SVGENV) itex2MML_do_capture_eqn(); } int itex2MML_do_capture_eqn() { if (itex2MML_eqn_bufsize - (itex2MML_eqn_end-itex2MML_eqn_src+itex2MML_yyleng) > 1) { strcpy(itex2MML_eqn_end, itex2MML_yytext); itex2MML_eqn_end += itex2MML_yyleng; } } 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; }