#line 2 "BsLexerFX.c" #line 4 "BsLexerFX.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 37 #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; /* 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 /* ! C99 */ #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) /* An opaque pointer. */ #ifndef YY_TYPEDEF_YY_SCANNER_T #define YY_TYPEDEF_YY_SCANNER_T typedef void* yyscan_t; #endif /* For convenience, these vars (plus the bison vars far below) are macros in the reentrant scanner. */ #define yyin yyg->yyin_r #define yyout yyg->yyout_r #define yyextra yyg->yyextra_r #define yyleng yyg->yyleng_r #define yytext yyg->yytext_r #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) #define yycolumn (YY_CURRENT_BUFFER_LVALUE->yy_bs_column) #define yy_flex_debug yyg->yy_flex_debug_r /* 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 yyg->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 ((yyg->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 yyrestart(yyin ,yyscanner ) #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 #define EOB_ACT_CONTINUE_SCAN 0 #define EOB_ACT_END_OF_FILE 1 #define EOB_ACT_LAST_MATCH 2 /* Note: We specifically omit the test for yy_rule_can_match_eol because it requires * access to the local variable yy_act. Since yyless() is a macro, it would break * existing scanners that call yyless() from OUTSIDE yylex. * One obvious solution it to make yy_act a global. I tried that, and saw * a 5% performance hit in a non-yylineno scanner, because yy_act is * normally declared as a register variable-- so it is not worth it. */ #define YY_LESS_LINENO(n) \ do { \ int yyl;\ for ( yyl = n; yyl < yyleng; ++yyl )\ if ( yytext[yyl] == '\n' )\ --yylineno;\ }while(0) /* Return all but the first "n" matched characters back to the input stream. */ #define yyless(n) \ do \ { \ /* Undo effects of setting up yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ *yy_cp = yyg->yy_hold_char; \ YY_RESTORE_YY_MORE_OFFSET \ yyg->yy_c_buf_p = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ YY_DO_BEFORE_ACTION; /* set up yytext again */ \ } \ while ( 0 ) #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) #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 yyrestart()), so that the user can continue scanning by * just pointing yyin at a new input file. */ #define YY_BUFFER_EOF_PENDING 2 }; #endif /* !YY_STRUCT_YY_BUFFER_STATE */ /* 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 ( yyg->yy_buffer_stack \ ? yyg->yy_buffer_stack[yyg->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 yyg->yy_buffer_stack[yyg->yy_buffer_stack_top] void yyrestart (FILE *input_file ,yyscan_t yyscanner ); void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); YY_BUFFER_STATE yy_create_buffer (FILE *file,int size ,yyscan_t yyscanner ); void yy_delete_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); void yy_flush_buffer (YY_BUFFER_STATE b ,yyscan_t yyscanner ); void yypush_buffer_state (YY_BUFFER_STATE new_buffer ,yyscan_t yyscanner ); void yypop_buffer_state (yyscan_t yyscanner ); static void yyensure_buffer_stack (yyscan_t yyscanner ); static void yy_load_buffer_state (yyscan_t yyscanner ); static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file ,yyscan_t yyscanner ); #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ,yyscanner) YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size ,yyscan_t yyscanner ); YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str ,yyscan_t yyscanner ); YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len ,yyscan_t yyscanner ); void *yyalloc (yy_size_t ,yyscan_t yyscanner ); void *yyrealloc (void *,yy_size_t ,yyscan_t yyscanner ); void yyfree (void * ,yyscan_t yyscanner ); #define yy_new_buffer yy_create_buffer #define yy_set_interactive(is_interactive) \ { \ if ( ! YY_CURRENT_BUFFER ){ \ yyensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ } #define yy_set_bol(at_bol) \ { \ if ( ! YY_CURRENT_BUFFER ){\ yyensure_buffer_stack (yyscanner); \ YY_CURRENT_BUFFER_LVALUE = \ yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); \ } \ YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ } #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) /* Begin user sect3 */ #define yywrap(yyscanner) 1 #define YY_SKIP_YYWRAP typedef unsigned char YY_CHAR; typedef int yy_state_type; #define yytext_ptr yytext_r static yy_state_type yy_get_previous_state (yyscan_t yyscanner ); static yy_state_type yy_try_NUL_trans (yy_state_type current_state ,yyscan_t yyscanner); static int yy_get_next_buffer (yyscan_t yyscanner ); static void yy_fatal_error (yyconst char msg[] ,yyscan_t yyscanner ); /* Done after the current pattern has been matched and before the * corresponding action - sets up yytext. */ #define YY_DO_BEFORE_ACTION \ yyg->yytext_ptr = yy_bp; \ yyleng = (size_t) (yy_cp - yy_bp); \ yyg->yy_hold_char = *yy_cp; \ *yy_cp = '\0'; \ yyg->yy_c_buf_p = yy_cp; #define YY_NUM_RULES 222 #define YY_END_OF_BUFFER 223 /* 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[835] = { 0, 1, 1, 165, 165, 205, 205, 208, 208, 0, 0, 218, 218, 169, 169, 173, 173, 177, 177, 181, 181, 194, 194, 187, 187, 223, 221, 1, 1, 221, 221, 221, 221, 2, 2, 139, 138, 220, 220, 220, 220, 137, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 136, 220, 220, 93, 94, 95, 220, 220, 220, 220, 220, 220, 220, 220, 220, 167, 165, 165, 167, 206, 205, 205, 204, 209, 208, 208, 207, 212, 212, 210, 211, 218, 218, 213, 214, 215, 216, 217, 171, 169, 169, 170, 175, 173, 173, 174, 179, 177, 177, 178, 183, 181, 181, 182, 196, 194, 194, 195, 193, 187, 187, 193, 1, 0, 5, 0, 0, 0, 0, 2, 219, 0, 2, 0, 220, 220, 220, 220, 220, 220, 220, 145, 220, 220, 220, 220, 220, 220, 103, 220, 220, 220, 220, 220, 220, 220, 109, 220, 220, 220, 220, 144, 143, 112, 220, 220, 220, 220, 220, 220, 107, 220, 220, 220, 220, 220, 220, 220, 220, 220, 83, 220, 220, 220, 220, 220, 142, 141, 220, 140, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 165, 0, 166, 205, 208, 218, 169, 170, 173, 174, 177, 178, 181, 182, 194, 195, 187, 0, 0, 0, 0, 0, 0, 0, 0, 2, 219, 4, 3, 220, 130, 220, 220, 220, 220, 220, 220, 220, 220, 220, 104, 220, 220, 220, 220, 220, 117, 220, 220, 220, 220, 220, 220, 220, 220, 220, 149, 111, 220, 220, 116, 120, 220, 220, 220, 108, 220, 134, 133, 220, 220, 220, 220, 220, 220, 110, 220, 220, 121, 220, 220, 220, 220, 220, 220, 148, 220, 147, 146, 220, 220, 220, 220, 220, 131, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 8, 220, 220, 220, 220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 56, 220, 126, 220, 220, 220, 220, 82, 220, 105, 71, 55, 220, 220, 200, 220, 220, 113, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 106, 220, 220, 53, 220, 220, 220, 150, 132, 220, 220, 127, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 100, 151, 220, 114, 220, 220, 96, 220, 220, 220, 9, 10, 11, 220, 220, 220, 220, 6, 220, 0, 0, 0, 0, 0, 0, 185, 184, 0, 0, 0, 0, 0, 0, 4, 220, 158, 220, 79, 220, 220, 77, 43, 220, 220, 153, 78, 220, 220, 220, 220, 220, 128, 220, 220, 220, 220, 220, 220, 220, 220, 220, 76, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 156, 220, 220, 45, 220, 220, 101, 129, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 72, 97, 16, 7, 12, 220, 220, 220, 220, 99, 191, 190, 0, 0, 0, 0, 186, 176, 0, 0, 172, 62, 161, 220, 220, 220, 154, 50, 220, 220, 203, 220, 220, 220, 220, 220, 122, 220, 220, 220, 220, 220, 201, 220, 220, 220, 220, 157, 220, 152, 220, 220, 220, 220, 91, 90, 220, 220, 220, 102, 220, 159, 220, 220, 220, 220, 220, 123, 162, 220, 220, 220, 220, 81, 220, 220, 75, 220, 220, 220, 220, 197, 220, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 98, 192, 188, 0, 168, 180, 0, 220, 220, 220, 220, 220, 220, 202, 220, 119, 124, 163, 220, 220, 220, 220, 220, 220, 118, 220, 160, 220, 220, 220, 220, 220, 220, 220, 135, 220, 220, 220, 115, 220, 125, 220, 220, 60, 220, 66, 220, 220, 220, 220, 220, 220, 189, 164, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 198, 199, 220, 52, 220, 88, 220, 220, 220, 220, 155, 220, 46, 51, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 220, 57, 59, 63, 220, 220, 86, 85, 87, 220, 220, 220, 26, 27, 28, 220, 220, 44, 220, 220, 220, 220, 48, 31, 32, 33, 220, 220, 220, 80, 220, 220, 220, 220, 36, 220, 220, 64, 220, 89, 220, 49, 220, 220, 220, 220, 220, 220, 54, 220, 220, 220, 220, 220, 220, 84, 220, 220, 92, 220, 65, 220, 220, 61, 30, 29, 220, 220, 220, 220, 220, 220, 35, 34, 47, 220, 220, 41, 39, 220, 220, 220, 220, 220, 220, 220, 37, 220, 220, 42, 220, 220, 70, 220, 220, 220, 220, 38, 220, 220, 220, 69, 220, 220, 40, 73, 220, 58, 67, 220, 74, 68, 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, 1, 4, 5, 1, 1, 1, 1, 1, 1, 1, 6, 1, 7, 8, 9, 10, 11, 12, 13, 14, 15, 15, 15, 15, 15, 1, 1, 1, 16, 1, 1, 1, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 1, 1, 1, 1, 26, 1, 43, 44, 45, 46, 47, 48, 49, 50, 51, 26, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 26, 64, 65, 26, 66, 1, 67, 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, 1 } ; static yyconst flex_int32_t yy_meta[68] = { 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1, 1 } ; static yyconst flex_int16_t yy_base[856] = { 0, 0, 0, 66, 69, 72, 74, 76, 78, 80, 82, 83, 89, 149, 216, 283, 350, 417, 484, 551, 618, 685, 752, 102, 106, 1192, 1193, 110, 112, 1187, 70, 112, 1181, 126, 159, 216, 182, 149, 154, 1156, 191, 162, 1126, 76, 0, 1166, 151, 283, 89, 88, 220, 1124, 231, 275, 138, 0, 1138, 242, 107, 36, 1128, 90, 1128, 1139, 1131, 1121, 1119, 1193, 180, 189, 1174, 1193, 204, 237, 1193, 1193, 241, 253, 1193, 1193, 1193, 1193, 1193, 1193, 255, 1193, 1193, 1193, 1193, 1193, 1193, 257, 262, 0, 1193, 268, 272, 0, 1193, 278, 300, 0, 1193, 302, 311, 0, 1193, 313, 321, 0, 1193, 325, 327, 36, 330, 1173, 1193, 1129, 131, 145, 1120, 327, 0, 357, 365, 0, 0, 1146, 1153, 1147, 1125, 1113, 1112, 0, 1134, 221, 1108, 1105, 1126, 1147, 0, 293, 1110, 1143, 1125, 1130, 250, 1105, 0, 1133, 1106, 1103, 1112, 0, 1137, 1132, 1096, 1098, 234, 1104, 1128, 1118, 1126, 1091, 1105, 211, 325, 147, 1091, 1110, 362, 1121, 0, 1106, 1115, 284, 1088, 1091, 0, 1120, 1104, 365, 1098, 1079, 1105, 1113, 1114, 1112, 1075, 274, 1071, 1065, 338, 1067, 341, 1082, 1067, 1064, 1088, 1104, 1069, 1085, 1075, 1066, 1055, 1062, 1061, 1057, 1051, 1050, 1067, 1047, 1065, 385, 1103, 1193, 388, 390, 392, 396, 0, 398, 0, 400, 0, 404, 0, 406, 0, 408, 159, 1058, 1057, 353, 1058, 388, 1058, 1056, 425, 0, 434, 0, 1050, 0, 1065, 1040, 1048, 1050, 1076, 1040, 1049, 1047, 1045, 0, 1062, 1034, 358, 1029, 1035, 1048, 425, 1069, 1024, 1023, 1040, 1054, 1028, 1027, 1030, 0, 0, 1024, 1024, 1037, 0, 1028, 1042, 1052, 0, 1023, 0, 0, 1037, 1048, 1052, 1046, 447, 1006, 0, 420, 1041, 0, 1030, 1034, 1020, 1002, 1005, 998, 0, 1031, 0, 1041, 1039, 1010, 1030, 436, 1018, 0, 996, 999, 991, 1007, 990, 993, 985, 997, 995, 983, 988, 995, 980, 1019, 1007, 977, 1006, 985, 992, 978, 977, 972, 988, 450, 453, 971, 982, 979, 417, 981, 425, 975, 977, 977, 972, 975, 975, 967, 972, 496, 1193, 963, 986, 969, 972, 959, 992, 966, 959, 963, 991, 976, 948, 950, 398, 943, 0, 970, 0, 441, 980, 973, 951, 0, 949, 0, 0, 0, 945, 951, 0, 963, 415, 0, 979, 933, 963, 942, 937, 940, 939, 461, 946, 937, 959, 958, 957, 0, 948, 929, 0, 923, 934, 963, 0, 0, 932, 958, 0, 488, 954, 951, 922, 927, 913, 913, 926, 925, 924, 921, 912, 904, 905, 918, 916, 0, 0, 915, 0, 908, 900, 0, 900, 911, 896, 0, 0, 0, 892, 891, 890, 906, 0, 905, 903, 903, 898, 901, 901, 891, 1193, 1193, 897, 896, 896, 880, 893, 503, 520, 893, 920, 878, 901, 890, 901, 0, 874, 874, 870, 0, 0, 876, 871, 868, 874, 910, 0, 903, 907, 899, 502, 868, 875, 860, 903, 872, 0, 884, 874, 882, 862, 863, 860, 859, 847, 855, 852, 848, 876, 878, 869, 885, 856, 851, 0, 882, 841, 0, 0, 876, 880, 878, 849, 849, 838, 850, 845, 840, 829, 828, 837, 826, 814, 847, 753, 787, 0, 0, 0, 0, 511, 514, 525, 531, 769, 0, 1193, 1193, 766, 765, 765, 764, 1193, 1193, 762, 763, 1193, 0, 0, 748, 751, 788, 0, 0, 786, 756, 0, 756, 755, 754, 768, 781, 0, 779, 746, 743, 748, 735, 0, 738, 733, 759, 735, 770, 739, 0, 726, 726, 724, 723, 0, 0, 765, 739, 747, 0, 759, 0, 718, 717, 756, 729, 757, 0, 0, 715, 753, 713, 727, 0, 717, 751, 0, 692, 702, 705, 685, 0, 703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1193, 1193, 697, 1193, 1193, 697, 714, 723, 679, 684, 691, 716, 0, 719, 0, 0, 0, 693, 684, 691, 682, 671, 666, 0, 684, 0, 682, 681, 671, 679, 678, 673, 669, 0, 688, 674, 655, 0, 660, 0, 558, 671, 0, 664, 541, 654, 653, 570, 655, 665, 652, 1193, 1193, 655, 654, 661, 655, 660, 644, 643, 644, 646, 656, 622, 0, 0, 639, 0, 622, 0, 621, 620, 635, 620, 0, 617, 0, 0, 655, 654, 653, 635, 614, 623, 612, 621, 608, 618, 618, 644, 643, 642, 624, 613, 611, 606, 611, 593, 607, 598, 594, 597, 603, 0, 0, 0, 603, 594, 0, 0, 0, 588, 594, 586, 0, 616, 0, 626, 582, 0, 456, 87, 591, 593, 0, 0, 611, 0, 621, 583, 590, 0, 589, 588, 569, 556, 580, 568, 564, 0, 550, 0, 563, 0, 574, 587, 557, 563, 546, 558, 0, 542, 555, 566, 579, 538, 539, 0, 538, 537, 0, 556, 0, 547, 575, 0, 0, 0, 574, 546, 534, 559, 540, 527, 0, 0, 0, 551, 541, 0, 0, 520, 525, 525, 522, 518, 506, 519, 513, 507, 491, 0, 482, 476, 0, 58, 118, 153, 222, 0, 272, 266, 275, 0, 344, 354, 0, 0, 406, 0, 0, 402, 0, 0, 1193, 819, 823, 827, 831, 835, 839, 843, 847, 851, 855, 859, 863, 865, 869, 871, 873, 875, 877, 879, 883, 470 } ; static yyconst flex_int16_t yy_def[856] = { 0, 834, 1, 835, 835, 836, 836, 837, 837, 838, 838, 839, 839, 840, 840, 841, 841, 842, 842, 843, 843, 844, 844, 845, 845, 834, 834, 834, 834, 846, 834, 834, 834, 834, 834, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 834, 834, 848, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 849, 834, 834, 834, 850, 834, 834, 834, 851, 834, 834, 834, 852, 834, 834, 834, 853, 834, 834, 834, 834, 834, 846, 834, 834, 834, 834, 834, 834, 854, 834, 834, 855, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 848, 834, 834, 834, 834, 834, 849, 834, 850, 834, 851, 834, 852, 834, 853, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 854, 834, 855, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 834, 834, 834, 834, 834, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 834, 834, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, 0, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834 } ; static yyconst flex_int16_t yy_nxt[1261] = { 0, 26, 27, 28, 29, 30, 26, 31, 26, 32, 33, 34, 34, 34, 34, 34, 26, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 44, 44, 58, 59, 44, 60, 44, 44, 61, 44, 44, 62, 44, 44, 63, 44, 44, 44, 44, 44, 64, 65, 66, 44, 44, 44, 26, 26, 68, 69, 70, 68, 69, 70, 72, 73, 72, 73, 76, 77, 76, 77, 80, 230, 80, 84, 84, 231, 74, 203, 74, 84, 84, 85, 86, 87, 88, 89, 204, 85, 86, 87, 88, 89, 111, 112, 158, 113, 111, 112, 169, 113, 114, 114, 114, 114, 117, 118, 171, 823, 170, 119, 121, 121, 121, 121, 121, 121, 201, 202, 769, 159, 120, 206, 123, 770, 124, 124, 124, 124, 124, 124, 78, 207, 78, 172, 81, 82, 81, 82, 90, 91, 92, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 125, 123, 138, 124, 124, 124, 124, 124, 124, 143, 161, 139, 824, 153, 154, 193, 213, 213, 233, 194, 234, 162, 140, 144, 125, 213, 213, 235, 163, 145, 825, 195, 155, 133, 236, 146, 285, 196, 286, 141, 216, 216, 149, 156, 147, 142, 336, 134, 337, 90, 90, 90, 91, 92, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 90, 127, 150, 135, 128, 173, 136, 216, 216, 281, 151, 217, 217, 282, 129, 137, 178, 179, 152, 174, 180, 273, 181, 217, 217, 218, 218, 219, 219, 826, 130, 175, 219, 219, 182, 198, 249, 131, 221, 221, 274, 132, 221, 221, 199, 250, 183, 176, 223, 223, 90, 90, 94, 95, 96, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 164, 200, 223, 223, 225, 225, 184, 262, 165, 185, 263, 186, 187, 225, 225, 227, 227, 309, 188, 827, 189, 828, 190, 227, 227, 310, 166, 229, 229, 229, 229, 191, 114, 114, 167, 829, 192, 238, 238, 238, 238, 238, 238, 294, 295, 168, 255, 256, 257, 94, 94, 94, 95, 96, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 240, 240, 240, 240, 240, 240, 123, 283, 124, 124, 124, 124, 124, 124, 289, 300, 301, 290, 313, 316, 213, 213, 284, 216, 216, 217, 217, 218, 218, 830, 314, 219, 219, 221, 221, 223, 223, 340, 317, 225, 225, 227, 227, 229, 229, 361, 341, 831, 362, 94, 94, 98, 99, 100, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 343, 238, 238, 238, 238, 238, 238, 470, 366, 344, 240, 240, 240, 240, 240, 240, 367, 392, 832, 406, 833, 347, 348, 393, 474, 368, 471, 407, 433, 434, 435, 436, 437, 438, 442, 388, 408, 445, 483, 241, 767, 475, 389, 443, 768, 484, 446, 347, 348, 98, 98, 98, 99, 100, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 98, 390, 455, 455, 492, 506, 456, 456, 456, 456, 456, 456, 493, 456, 456, 456, 456, 456, 456, 822, 562, 563, 507, 607, 608, 609, 610, 611, 612, 821, 456, 456, 456, 456, 456, 456, 564, 613, 614, 615, 820, 565, 348, 616, 617, 618, 819, 818, 817, 816, 98, 98, 102, 103, 104, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 348, 698, 699, 700, 704, 815, 814, 705, 813, 701, 812, 811, 706, 709, 710, 711, 810, 809, 808, 807, 806, 712, 805, 804, 803, 802, 801, 800, 799, 798, 797, 796, 795, 794, 793, 792, 791, 790, 789, 788, 787, 786, 785, 784, 783, 782, 781, 780, 779, 102, 102, 102, 103, 104, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 102, 778, 777, 776, 775, 774, 773, 772, 771, 766, 765, 764, 763, 762, 761, 760, 759, 758, 757, 756, 755, 754, 753, 752, 751, 750, 749, 748, 747, 746, 745, 744, 743, 742, 741, 740, 739, 738, 737, 736, 735, 734, 733, 732, 731, 730, 729, 728, 727, 726, 102, 102, 106, 107, 108, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 725, 724, 723, 722, 721, 720, 719, 718, 717, 716, 715, 714, 713, 708, 707, 703, 702, 697, 696, 695, 694, 693, 692, 691, 690, 689, 688, 687, 686, 685, 684, 683, 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, 672, 671, 670, 669, 668, 667, 666, 106, 106, 106, 107, 108, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 106, 665, 664, 663, 662, 661, 660, 659, 658, 657, 656, 655, 654, 653, 652, 651, 650, 649, 648, 647, 646, 645, 644, 643, 642, 641, 640, 639, 638, 637, 636, 635, 634, 633, 632, 631, 630, 629, 628, 627, 626, 625, 624, 623, 622, 621, 620, 619, 606, 605, 106, 106, 67, 67, 67, 67, 71, 71, 71, 71, 75, 75, 75, 75, 79, 79, 79, 79, 83, 83, 83, 83, 93, 93, 93, 93, 97, 97, 97, 97, 101, 101, 101, 101, 105, 105, 105, 105, 109, 109, 109, 109, 110, 110, 110, 110, 115, 604, 115, 115, 126, 126, 214, 603, 214, 214, 220, 220, 222, 222, 224, 224, 226, 226, 228, 228, 239, 602, 239, 239, 601, 600, 599, 598, 597, 596, 595, 594, 593, 592, 591, 590, 589, 588, 587, 586, 585, 584, 583, 582, 581, 580, 579, 578, 577, 576, 575, 574, 573, 572, 571, 570, 569, 568, 567, 566, 561, 560, 559, 558, 557, 556, 555, 554, 553, 552, 551, 550, 549, 548, 547, 546, 545, 544, 543, 542, 541, 540, 539, 538, 537, 536, 535, 534, 533, 532, 531, 530, 529, 528, 527, 526, 525, 524, 523, 522, 521, 520, 519, 518, 517, 516, 515, 514, 513, 512, 511, 510, 509, 508, 505, 504, 503, 502, 501, 500, 499, 498, 497, 496, 495, 494, 491, 490, 489, 488, 487, 486, 485, 482, 481, 480, 479, 478, 477, 476, 473, 472, 469, 468, 467, 466, 465, 464, 463, 462, 461, 460, 459, 458, 457, 454, 453, 452, 451, 450, 449, 448, 447, 444, 441, 440, 439, 432, 431, 430, 429, 428, 427, 426, 425, 424, 423, 422, 421, 420, 419, 418, 417, 416, 415, 414, 413, 412, 411, 410, 409, 405, 404, 403, 402, 401, 400, 399, 398, 397, 396, 395, 394, 391, 387, 386, 385, 384, 383, 382, 381, 380, 379, 378, 377, 376, 375, 374, 373, 372, 371, 370, 369, 365, 364, 363, 360, 359, 358, 357, 356, 355, 354, 353, 352, 351, 350, 349, 346, 345, 342, 339, 338, 215, 335, 334, 333, 332, 331, 330, 329, 328, 327, 326, 325, 324, 323, 322, 321, 320, 319, 318, 315, 312, 311, 308, 307, 306, 305, 304, 303, 302, 299, 298, 297, 296, 293, 292, 291, 288, 287, 280, 279, 278, 277, 276, 275, 272, 271, 270, 269, 268, 267, 266, 265, 264, 261, 260, 259, 258, 254, 253, 252, 251, 248, 247, 246, 245, 244, 243, 242, 237, 232, 116, 215, 212, 211, 210, 209, 208, 205, 197, 177, 160, 157, 148, 122, 116, 834, 25, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834 } ; static yyconst flex_int16_t yy_chk[1261] = { 0, 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, 3, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 113, 10, 11, 11, 113, 5, 59, 6, 12, 12, 11, 11, 11, 11, 11, 59, 12, 12, 12, 12, 12, 23, 23, 43, 23, 24, 24, 48, 24, 27, 27, 28, 28, 30, 30, 49, 815, 48, 30, 31, 31, 31, 31, 31, 31, 58, 58, 741, 43, 30, 61, 33, 741, 33, 33, 33, 33, 33, 33, 7, 61, 8, 49, 9, 9, 10, 10, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 33, 34, 37, 34, 34, 34, 34, 34, 34, 38, 46, 37, 816, 41, 41, 54, 68, 68, 118, 54, 118, 46, 37, 38, 33, 69, 69, 119, 46, 38, 817, 54, 41, 36, 119, 38, 167, 54, 167, 37, 72, 72, 40, 41, 38, 37, 230, 36, 230, 13, 13, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 35, 40, 36, 35, 50, 36, 73, 73, 165, 40, 76, 76, 165, 35, 36, 52, 52, 40, 50, 52, 158, 52, 77, 77, 84, 84, 91, 91, 818, 35, 50, 92, 92, 52, 57, 135, 35, 95, 95, 158, 35, 96, 96, 57, 135, 52, 50, 99, 99, 14, 14, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 47, 57, 100, 100, 103, 103, 53, 146, 47, 53, 146, 53, 53, 104, 104, 107, 107, 189, 53, 820, 53, 821, 53, 108, 108, 189, 47, 111, 111, 112, 112, 53, 114, 114, 47, 822, 53, 121, 121, 121, 121, 121, 121, 175, 175, 47, 141, 141, 141, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 123, 123, 123, 123, 123, 123, 124, 166, 124, 124, 124, 124, 124, 124, 170, 181, 181, 170, 192, 194, 213, 213, 166, 216, 216, 217, 217, 218, 218, 824, 192, 219, 219, 221, 221, 223, 223, 233, 194, 225, 225, 227, 227, 229, 229, 256, 233, 825, 256, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 235, 238, 238, 238, 238, 238, 238, 362, 260, 235, 240, 240, 240, 240, 240, 240, 260, 289, 828, 305, 831, 240, 240, 289, 367, 260, 362, 305, 331, 331, 331, 332, 332, 332, 336, 286, 305, 338, 380, 855, 740, 367, 286, 336, 740, 380, 338, 240, 240, 17, 17, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 286, 347, 347, 389, 407, 347, 347, 347, 347, 347, 347, 389, 455, 455, 455, 455, 455, 455, 813, 478, 478, 407, 528, 528, 528, 529, 529, 529, 812, 456, 456, 456, 456, 456, 456, 478, 530, 530, 530, 810, 478, 456, 531, 531, 531, 809, 808, 807, 806, 18, 18, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 456, 660, 660, 660, 664, 805, 804, 664, 803, 660, 802, 801, 664, 667, 667, 667, 798, 797, 793, 792, 791, 667, 790, 789, 788, 784, 783, 781, 779, 778, 776, 775, 774, 773, 772, 771, 769, 768, 767, 766, 765, 764, 762, 760, 758, 757, 756, 755, 754, 19, 19, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 753, 752, 750, 749, 748, 746, 743, 742, 738, 737, 735, 733, 732, 731, 727, 726, 722, 721, 720, 719, 718, 717, 716, 715, 714, 713, 712, 711, 710, 709, 708, 707, 706, 705, 704, 703, 702, 701, 700, 699, 698, 695, 693, 692, 691, 690, 688, 686, 683, 20, 20, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 682, 681, 680, 679, 678, 677, 676, 675, 674, 673, 670, 669, 668, 666, 665, 663, 661, 658, 656, 655, 654, 652, 651, 650, 649, 648, 647, 646, 644, 642, 641, 640, 639, 638, 637, 633, 631, 630, 629, 628, 627, 626, 625, 622, 606, 604, 603, 602, 601, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 599, 598, 596, 595, 594, 593, 590, 589, 588, 587, 586, 584, 582, 581, 580, 577, 576, 575, 574, 572, 571, 570, 569, 568, 567, 565, 564, 563, 562, 561, 559, 558, 557, 556, 555, 553, 552, 549, 548, 547, 543, 542, 539, 538, 537, 536, 532, 523, 522, 22, 22, 835, 835, 835, 835, 836, 836, 836, 836, 837, 837, 837, 837, 838, 838, 838, 838, 839, 839, 839, 839, 840, 840, 840, 840, 841, 841, 841, 841, 842, 842, 842, 842, 843, 843, 843, 843, 844, 844, 844, 844, 845, 845, 845, 845, 846, 521, 846, 846, 847, 847, 848, 520, 848, 848, 849, 849, 850, 850, 851, 851, 852, 852, 853, 853, 854, 519, 854, 854, 518, 517, 516, 515, 514, 513, 512, 511, 510, 509, 508, 507, 504, 503, 501, 500, 499, 498, 497, 496, 495, 494, 493, 492, 491, 490, 489, 488, 487, 486, 485, 483, 482, 481, 480, 479, 477, 476, 475, 473, 472, 471, 470, 469, 466, 465, 464, 462, 461, 460, 459, 458, 457, 454, 453, 452, 451, 450, 447, 446, 445, 444, 443, 442, 441, 439, 438, 437, 436, 432, 431, 430, 428, 427, 425, 422, 421, 420, 419, 418, 417, 416, 415, 414, 413, 412, 411, 410, 409, 408, 405, 404, 401, 400, 399, 397, 396, 394, 393, 392, 391, 390, 388, 387, 386, 385, 384, 383, 382, 379, 377, 376, 372, 370, 369, 368, 365, 363, 361, 360, 359, 358, 357, 356, 355, 354, 353, 352, 351, 350, 349, 346, 345, 344, 343, 342, 341, 340, 339, 337, 335, 334, 333, 330, 329, 328, 327, 326, 325, 324, 323, 322, 321, 320, 319, 318, 317, 316, 315, 314, 313, 312, 311, 310, 309, 308, 306, 304, 303, 302, 301, 299, 297, 296, 295, 294, 293, 292, 290, 287, 285, 284, 283, 282, 279, 277, 276, 275, 273, 272, 271, 268, 267, 266, 265, 264, 263, 262, 261, 259, 258, 257, 255, 254, 252, 251, 250, 249, 248, 247, 246, 245, 244, 242, 237, 236, 234, 232, 231, 214, 212, 211, 210, 209, 208, 207, 206, 205, 204, 203, 202, 201, 200, 199, 198, 197, 196, 195, 193, 191, 190, 188, 187, 186, 185, 184, 183, 182, 180, 179, 177, 176, 174, 173, 171, 169, 168, 164, 163, 162, 161, 160, 159, 157, 156, 155, 154, 152, 151, 150, 149, 147, 145, 144, 143, 142, 139, 138, 137, 136, 134, 132, 131, 130, 129, 128, 127, 120, 117, 115, 70, 66, 65, 64, 63, 62, 60, 56, 51, 45, 42, 39, 32, 29, 25, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834, 834 } ; /* Table of booleans, true if rule could match eol. */ static yyconst flex_int32_t yy_rule_can_match_eol[223] = { 0, 1, 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, 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, 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, 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, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, }; /* The intent behind this definition is that it'll catch * any uses of REJECT which flex missed. */ #define REJECT reject_used_but_not_detected #define yymore() yymore_used_but_not_detected #define YY_MORE_ADJ 0 #define YY_RESTORE_YY_MORE_OFFSET #line 1 "BsLexerFX.l" #line 2 "BsLexerFX.l" #include "BsParserFX.h" #define YY_USER_ACTION yylloc->first_column = yycolumn + 1; yylloc->first_line = yylineno + 1; yycolumn += (int)yyleng; yylloc->filename = getCurrentFilename(yyextra); #define YY_USER_INIT yylineno = 0; yycolumn = 0; #define YY_NO_UNISTD_H 1 /* Start conditions */ #line 1037 "BsLexerFX.c" #define INITIAL 0 #define INCLUDE 1 #define CODEBLOCK_HEADER 2 #define CODEBLOCK_EQUALS 3 #define CODEBLOCK 4 #define CODEBLOCK_END 5 #define DEFINE_COND 6 #define UNDEF_COND 7 #define CONDITIONAL_IF 8 #define CONDITIONAL_IFN 9 #define CONDITIONAL_ELIF 10 #define CONDITIONAL_IGNORE 11 /*windows compatibility case*/ #include #define isatty _isatty #define fileno _fileno #define YY_EXTRA_TYPE struct tagParseState * /* Holds the entire state of the reentrant scanner. */ struct yyguts_t { /* User-defined. Not touched by flex. */ YY_EXTRA_TYPE yyextra_r; /* The rest are the same as the globals declared in the non-reentrant scanner. */ FILE *yyin_r, *yyout_r; size_t yy_buffer_stack_top; /**< index of top of stack. */ size_t yy_buffer_stack_max; /**< capacity of stack. */ YY_BUFFER_STATE * yy_buffer_stack; /**< Stack as an array. */ char yy_hold_char; yy_size_t yy_n_chars; yy_size_t yyleng_r; char *yy_c_buf_p; int yy_init; int yy_start; int yy_did_buffer_switch_on_eof; int yy_start_stack_ptr; int yy_start_stack_depth; int *yy_start_stack; yy_state_type yy_last_accepting_state; char* yy_last_accepting_cpos; int yylineno_r; int yy_flex_debug_r; char *yytext_r; int yy_more_flag; int yy_more_len; YYSTYPE * yylval_r; YYLTYPE * yylloc_r; }; /* end struct yyguts_t */ static int yy_init_globals (yyscan_t yyscanner ); /* This must go here because YYSTYPE and YYLTYPE are included * from bison output in section 1.*/ # define yylval yyg->yylval_r # define yylloc yyg->yylloc_r int yylex_init (yyscan_t* scanner); int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner); /* Accessor methods to globals. These are made visible to non-reentrant scanners for convenience. */ int yylex_destroy (yyscan_t yyscanner ); int yyget_debug (yyscan_t yyscanner ); void yyset_debug (int debug_flag ,yyscan_t yyscanner ); YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner ); void yyset_extra (YY_EXTRA_TYPE user_defined ,yyscan_t yyscanner ); FILE *yyget_in (yyscan_t yyscanner ); void yyset_in (FILE * in_str ,yyscan_t yyscanner ); FILE *yyget_out (yyscan_t yyscanner ); void yyset_out (FILE * out_str ,yyscan_t yyscanner ); yy_size_t yyget_leng (yyscan_t yyscanner ); char *yyget_text (yyscan_t yyscanner ); int yyget_lineno (yyscan_t yyscanner ); void yyset_lineno (int line_number ,yyscan_t yyscanner ); int yyget_column (yyscan_t yyscanner ); void yyset_column (int column_no ,yyscan_t yyscanner ); YYSTYPE * yyget_lval (yyscan_t yyscanner ); void yyset_lval (YYSTYPE * yylval_param ,yyscan_t yyscanner ); YYLTYPE *yyget_lloc (yyscan_t yyscanner ); void yyset_lloc (YYLTYPE * yylloc_param ,yyscan_t yyscanner ); /* Macros after this point can all be overridden by user definitions in * section 1. */ #ifndef YY_SKIP_YYWRAP #ifdef __cplusplus extern "C" int yywrap (yyscan_t yyscanner ); #else extern int yywrap (yyscan_t yyscanner ); #endif #endif static void yyunput (int c,char *buf_ptr ,yyscan_t yyscanner); #ifndef yytext_ptr static void yy_flex_strncpy (char *,yyconst char *,int ,yyscan_t yyscanner); #endif #ifdef YY_NEED_STRLEN static int yy_flex_strlen (yyconst char * ,yyscan_t yyscanner); #endif #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner ); #else static int input (yyscan_t yyscanner ); #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 do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) #endif /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, * is returned in "result". */ #ifndef YY_INPUT #define YY_INPUT(buf,result,max_size) \ if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ { \ int c = '*'; \ size_t n; \ for ( n = 0; n < max_size && \ (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ buf[n] = (char) c; \ if ( c == '\n' ) \ buf[n++] = (char) c; \ if ( c == EOF && ferror( yyin ) ) \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ result = n; \ } \ else \ { \ errno=0; \ while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \ { \ if( errno != EINTR) \ { \ YY_FATAL_ERROR( "input in flex scanner failed" ); \ break; \ } \ errno=0; \ clearerr(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 , yyscanner) #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 yylex \ (YYSTYPE * yylval_param,YYLTYPE * yylloc_param ,yyscan_t yyscanner); #define YY_DECL int yylex \ (YYSTYPE * yylval_param, YYLTYPE * yylloc_param , yyscan_t yyscanner) #endif /* !YY_DECL */ /* Code executed at the beginning of each rule, after yytext and 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; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; #line 34 "BsLexerFX.l" #line 1291 "BsLexerFX.c" yylval = yylval_param; yylloc = yylloc_param; if ( !yyg->yy_init ) { yyg->yy_init = 1; #ifdef YY_USER_INIT YY_USER_INIT; #endif if ( ! yyg->yy_start ) yyg->yy_start = 1; /* first start state */ if ( ! yyin ) yyin = stdin; if ( ! yyout ) yyout = stdout; if ( ! YY_CURRENT_BUFFER ) { yyensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); } yy_load_buffer_state(yyscanner ); } while ( 1 ) /* loops until end-of-file is reached */ { yy_cp = yyg->yy_c_buf_p; /* Support of yytext. */ *yy_cp = yyg->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 = yyg->yy_start; yy_match: do { register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)]; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 835 ) 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_current_state != 834 ); yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; yy_find_action: yy_act = yy_accept[yy_current_state]; YY_DO_BEFORE_ACTION; if ( yy_act != YY_END_OF_BUFFER && yy_rule_can_match_eol[yy_act] ) { yy_size_t yyl; for ( yyl = 0; yyl < yyleng; ++yyl ) if ( yytext[yyl] == '\n' ) do{ yylineno++; yycolumn=0; }while(0) ; } 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 = yyg->yy_hold_char; yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; goto yy_find_action; case 1: /* rule 1 can match eol */ YY_RULE_SETUP #line 36 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 2: YY_RULE_SETUP #line 37 "BsLexerFX.l" { yylval->intValue = atoi(yytext); return TOKEN_INTEGER; } YY_BREAK case 3: YY_RULE_SETUP #line 38 "BsLexerFX.l" { yylval->intValue = (int)strtol(yytext, 0, 0); return TOKEN_INTEGER; } YY_BREAK case 4: YY_RULE_SETUP #line 39 "BsLexerFX.l" { yylval->floatValue = (float)atof(yytext); return TOKEN_FLOAT; } YY_BREAK case 5: YY_RULE_SETUP #line 40 "BsLexerFX.l" { yylval->strValue = mmalloc_strdup(yyextra->memContext, yytext); return TOKEN_STRING; } YY_BREAK case 6: YY_RULE_SETUP #line 41 "BsLexerFX.l" { yylval->intValue = 1; return TOKEN_BOOLEAN; } YY_BREAK case 7: YY_RULE_SETUP #line 42 "BsLexerFX.l" { yylval->intValue = 0; return TOKEN_BOOLEAN; } YY_BREAK /* Value types */ case 8: YY_RULE_SETUP #line 46 "BsLexerFX.l" { yylval->intValue = PT_Int; return TOKEN_INTTYPE; } YY_BREAK case 9: YY_RULE_SETUP #line 47 "BsLexerFX.l" { yylval->intValue = PT_Int2; return TOKEN_INT2TYPE; } YY_BREAK case 10: YY_RULE_SETUP #line 48 "BsLexerFX.l" { yylval->intValue = PT_Int3; return TOKEN_INT3TYPE; } YY_BREAK case 11: YY_RULE_SETUP #line 49 "BsLexerFX.l" { yylval->intValue = PT_Int4; return TOKEN_INT4TYPE; } YY_BREAK case 12: YY_RULE_SETUP #line 51 "BsLexerFX.l" { yylval->intValue = PT_Float; return TOKEN_FLOATTYPE; } YY_BREAK case 13: YY_RULE_SETUP #line 52 "BsLexerFX.l" { yylval->intValue = PT_Float2; return TOKEN_FLOAT2TYPE; } YY_BREAK case 14: YY_RULE_SETUP #line 53 "BsLexerFX.l" { yylval->intValue = PT_Float3; return TOKEN_FLOAT3TYPE; } YY_BREAK case 15: YY_RULE_SETUP #line 54 "BsLexerFX.l" { yylval->intValue = PT_Float4; return TOKEN_FLOAT4TYPE; } YY_BREAK case 16: YY_RULE_SETUP #line 55 "BsLexerFX.l" { yylval->intValue = PT_Color; return TOKEN_COLORTYPE; } YY_BREAK case 17: YY_RULE_SETUP #line 57 "BsLexerFX.l" { yylval->intValue = PT_Mat2x2; return TOKEN_MAT2x2TYPE; } YY_BREAK case 18: YY_RULE_SETUP #line 58 "BsLexerFX.l" { yylval->intValue = PT_Mat2x3; return TOKEN_MAT2x3TYPE; } YY_BREAK case 19: YY_RULE_SETUP #line 59 "BsLexerFX.l" { yylval->intValue = PT_Mat2x4; return TOKEN_MAT2x4TYPE; } YY_BREAK case 20: YY_RULE_SETUP #line 61 "BsLexerFX.l" { yylval->intValue = PT_Mat3x2; return TOKEN_MAT3x2TYPE; } YY_BREAK case 21: YY_RULE_SETUP #line 62 "BsLexerFX.l" { yylval->intValue = PT_Mat3x3; return TOKEN_MAT3x3TYPE; } YY_BREAK case 22: YY_RULE_SETUP #line 63 "BsLexerFX.l" { yylval->intValue = PT_Mat3x4; return TOKEN_MAT3x4TYPE; } YY_BREAK case 23: YY_RULE_SETUP #line 65 "BsLexerFX.l" { yylval->intValue = PT_Mat4x2; return TOKEN_MAT4x2TYPE; } YY_BREAK case 24: YY_RULE_SETUP #line 66 "BsLexerFX.l" { yylval->intValue = PT_Mat4x3; return TOKEN_MAT4x3TYPE; } YY_BREAK case 25: YY_RULE_SETUP #line 67 "BsLexerFX.l" { yylval->intValue = PT_Mat4x4; return TOKEN_MAT4x4TYPE; } YY_BREAK case 26: YY_RULE_SETUP #line 69 "BsLexerFX.l" { yylval->intValue = PT_Sampler1D; return TOKEN_SAMPLER1D; } YY_BREAK case 27: YY_RULE_SETUP #line 70 "BsLexerFX.l" { yylval->intValue = PT_Sampler2D; return TOKEN_SAMPLER2D; } YY_BREAK case 28: YY_RULE_SETUP #line 71 "BsLexerFX.l" { yylval->intValue = PT_Sampler3D; return TOKEN_SAMPLER3D; } YY_BREAK case 29: YY_RULE_SETUP #line 72 "BsLexerFX.l" { yylval->intValue = PT_SamplerCUBE; return TOKEN_SAMPLERCUBE; } YY_BREAK case 30: YY_RULE_SETUP #line 73 "BsLexerFX.l" { yylval->intValue = PT_Sampler2DMS; return TOKEN_SAMPLER2DMS; } YY_BREAK case 31: YY_RULE_SETUP #line 75 "BsLexerFX.l" { yylval->intValue = PT_Texture1D; return TOKEN_TEXTURE1D; } YY_BREAK case 32: YY_RULE_SETUP #line 76 "BsLexerFX.l" { yylval->intValue = PT_Texture2D; return TOKEN_TEXTURE2D; } YY_BREAK case 33: YY_RULE_SETUP #line 77 "BsLexerFX.l" { yylval->intValue = PT_Texture3D; return TOKEN_TEXTURE3D; } YY_BREAK case 34: YY_RULE_SETUP #line 78 "BsLexerFX.l" { yylval->intValue = PT_TextureCUBE; return TOKEN_TEXTURECUBE; } YY_BREAK case 35: YY_RULE_SETUP #line 79 "BsLexerFX.l" { yylval->intValue = PT_Texture2DMS; return TOKEN_TEXTURE2DMS; } YY_BREAK case 36: YY_RULE_SETUP #line 81 "BsLexerFX.l" { yylval->intValue = PT_ByteBuffer; return TOKEN_BYTEBUFFER; } YY_BREAK case 37: YY_RULE_SETUP #line 82 "BsLexerFX.l" { yylval->intValue = PT_StructBuffer; return TOKEN_STRUCTBUFFER; } YY_BREAK case 38: YY_RULE_SETUP #line 84 "BsLexerFX.l" { yylval->intValue = PT_TypedBufferRW; return TOKEN_RWTYPEDBUFFER; } YY_BREAK case 39: YY_RULE_SETUP #line 85 "BsLexerFX.l" { yylval->intValue = PT_ByteBufferRW; return TOKEN_RWBYTEBUFFER; } YY_BREAK case 40: YY_RULE_SETUP #line 86 "BsLexerFX.l" { yylval->intValue = PT_StructBufferRW; return TOKEN_RWSTRUCTBUFFER; } YY_BREAK case 41: YY_RULE_SETUP #line 87 "BsLexerFX.l" { yylval->intValue = PT_AppendBuffer; return TOKEN_RWAPPENDBUFFER; } YY_BREAK case 42: YY_RULE_SETUP #line 88 "BsLexerFX.l" { yylval->intValue = PT_ConsumeBuffer; return TOKEN_RWCONSUMEBUFFER; } YY_BREAK case 43: YY_RULE_SETUP #line 90 "BsLexerFX.l" { return TOKEN_PARAMSBLOCK; } YY_BREAK /* Shader keywords */ case 44: YY_RULE_SETUP #line 93 "BsLexerFX.l" { return TOKEN_SEPARABLE; } YY_BREAK case 45: YY_RULE_SETUP #line 94 "BsLexerFX.l" { return TOKEN_QUEUE; } YY_BREAK case 46: YY_RULE_SETUP #line 95 "BsLexerFX.l" { return TOKEN_PRIORITY; } YY_BREAK case 47: YY_RULE_SETUP #line 96 "BsLexerFX.l" { return TOKEN_TRANSPARENT; } YY_BREAK case 48: YY_RULE_SETUP #line 97 "BsLexerFX.l" { return TOKEN_TECHNIQUE; } YY_BREAK case 49: YY_RULE_SETUP #line 98 "BsLexerFX.l" { return TOKEN_PARAMETERS; } YY_BREAK case 50: YY_RULE_SETUP #line 99 "BsLexerFX.l" { return TOKEN_BLOCKS; } YY_BREAK /* Technique keywords */ case 51: YY_RULE_SETUP #line 102 "BsLexerFX.l" { return TOKEN_RENDERER; } YY_BREAK case 52: YY_RULE_SETUP #line 103 "BsLexerFX.l" { return TOKEN_LANGUAGE; } YY_BREAK case 53: YY_RULE_SETUP #line 104 "BsLexerFX.l" { return TOKEN_PASS; } YY_BREAK /* Pass keywords */ case 54: YY_RULE_SETUP #line 107 "BsLexerFX.l" { return TOKEN_STENCILREF; } YY_BREAK /* Rasterizer state keywords */ case 55: YY_RULE_SETUP #line 110 "BsLexerFX.l" { return TOKEN_FILLMODE; } YY_BREAK case 56: YY_RULE_SETUP #line 111 "BsLexerFX.l" { return TOKEN_CULLMODE; } YY_BREAK case 57: YY_RULE_SETUP #line 112 "BsLexerFX.l" { return TOKEN_DEPTHBIAS; } YY_BREAK case 58: YY_RULE_SETUP #line 113 "BsLexerFX.l" { return TOKEN_SDEPTHBIAS; } YY_BREAK case 59: YY_RULE_SETUP #line 114 "BsLexerFX.l" { return TOKEN_DEPTHCLIP; } YY_BREAK case 60: YY_RULE_SETUP #line 115 "BsLexerFX.l" { return TOKEN_SCISSOR; } YY_BREAK case 61: YY_RULE_SETUP #line 116 "BsLexerFX.l" { return TOKEN_MULTISAMPLE; } YY_BREAK case 62: YY_RULE_SETUP #line 117 "BsLexerFX.l" { return TOKEN_AALINE; } YY_BREAK /* Depth-stencil state keywords */ case 63: YY_RULE_SETUP #line 120 "BsLexerFX.l" { return TOKEN_DEPTHREAD; } YY_BREAK case 64: YY_RULE_SETUP #line 121 "BsLexerFX.l" { return TOKEN_DEPTHWRITE; } YY_BREAK case 65: YY_RULE_SETUP #line 122 "BsLexerFX.l" { return TOKEN_COMPAREFUNC; } YY_BREAK case 66: YY_RULE_SETUP #line 123 "BsLexerFX.l" { return TOKEN_STENCIL; } YY_BREAK case 67: YY_RULE_SETUP #line 124 "BsLexerFX.l" { return TOKEN_STENCILREADMASK; } YY_BREAK case 68: YY_RULE_SETUP #line 125 "BsLexerFX.l" { return TOKEN_STENCILWRITEMASK; } YY_BREAK case 69: YY_RULE_SETUP #line 126 "BsLexerFX.l" { return TOKEN_STENCILOPFRONT; } YY_BREAK case 70: YY_RULE_SETUP #line 127 "BsLexerFX.l" { return TOKEN_STENCILOPBACK; } YY_BREAK case 71: YY_RULE_SETUP #line 128 "BsLexerFX.l" { return TOKEN_FAIL; } YY_BREAK case 72: YY_RULE_SETUP #line 129 "BsLexerFX.l" { return TOKEN_ZFAIL; } YY_BREAK /* Blend state keywords */ case 73: YY_RULE_SETUP #line 132 "BsLexerFX.l" { return TOKEN_ALPHATOCOVERAGE; } YY_BREAK case 74: YY_RULE_SETUP #line 133 "BsLexerFX.l" { return TOKEN_INDEPENDANTBLEND; } YY_BREAK case 75: YY_RULE_SETUP #line 134 "BsLexerFX.l" { return TOKEN_TARGET; } YY_BREAK case 76: YY_RULE_SETUP #line 135 "BsLexerFX.l" { return TOKEN_INDEX; } YY_BREAK case 77: YY_RULE_SETUP #line 136 "BsLexerFX.l" { return TOKEN_BLEND; } YY_BREAK case 78: YY_RULE_SETUP #line 137 "BsLexerFX.l" { return TOKEN_COLOR; } YY_BREAK case 79: YY_RULE_SETUP #line 138 "BsLexerFX.l" { return TOKEN_ALPHA; } YY_BREAK case 80: YY_RULE_SETUP #line 139 "BsLexerFX.l" { return TOKEN_WRITEMASK; } YY_BREAK case 81: YY_RULE_SETUP #line 140 "BsLexerFX.l" { return TOKEN_SOURCE; } YY_BREAK case 82: YY_RULE_SETUP #line 141 "BsLexerFX.l" { return TOKEN_DEST; } YY_BREAK case 83: YY_RULE_SETUP #line 142 "BsLexerFX.l" { return TOKEN_OP; } YY_BREAK /* Sampler state keywords */ case 84: YY_RULE_SETUP #line 145 "BsLexerFX.l" { return TOKEN_ADDRMODE; } YY_BREAK case 85: YY_RULE_SETUP #line 146 "BsLexerFX.l" { return TOKEN_MINFILTER; } YY_BREAK case 86: YY_RULE_SETUP #line 147 "BsLexerFX.l" { return TOKEN_MAGFILTER; } YY_BREAK case 87: YY_RULE_SETUP #line 148 "BsLexerFX.l" { return TOKEN_MIPFILTER; } YY_BREAK case 88: YY_RULE_SETUP #line 149 "BsLexerFX.l" { return TOKEN_MAXANISO; } YY_BREAK case 89: YY_RULE_SETUP #line 150 "BsLexerFX.l" { return TOKEN_MIPBIAS; } YY_BREAK case 90: YY_RULE_SETUP #line 151 "BsLexerFX.l" { return TOKEN_MIPMIN; } YY_BREAK case 91: YY_RULE_SETUP #line 152 "BsLexerFX.l" { return TOKEN_MIPMAX; } YY_BREAK case 92: YY_RULE_SETUP #line 153 "BsLexerFX.l" { return TOKEN_BORDERCOLOR; } YY_BREAK case 93: YY_RULE_SETUP #line 154 "BsLexerFX.l" { return TOKEN_U; } YY_BREAK case 94: YY_RULE_SETUP #line 155 "BsLexerFX.l" { return TOKEN_V; } YY_BREAK case 95: YY_RULE_SETUP #line 156 "BsLexerFX.l" { return TOKEN_W; } YY_BREAK /* Qualifiers */ case 96: YY_RULE_SETUP #line 159 "BsLexerFX.l" { return TOKEN_AUTO; } YY_BREAK case 97: YY_RULE_SETUP #line 160 "BsLexerFX.l" { return TOKEN_ALIAS; } YY_BREAK case 98: YY_RULE_SETUP #line 161 "BsLexerFX.l" { return TOKEN_SHARED; } YY_BREAK case 99: YY_RULE_SETUP #line 162 "BsLexerFX.l" { return TOKEN_USAGE; } YY_BREAK /* State values */ case 100: YY_RULE_SETUP #line 165 "BsLexerFX.l" { yylval->intValue = FMV_Wire; return TOKEN_FILLMODEVALUE; } YY_BREAK case 101: YY_RULE_SETUP #line 166 "BsLexerFX.l" { yylval->intValue = FMV_Solid; return TOKEN_FILLMODEVALUE; } YY_BREAK case 102: YY_RULE_SETUP #line 168 "BsLexerFX.l" { yylval->intValue = CMV_None; return TOKEN_CULLMODEVALUE; } YY_BREAK case 103: YY_RULE_SETUP #line 169 "BsLexerFX.l" { yylval->intValue = CMV_CW; return TOKEN_CULLMODEVALUE; } YY_BREAK case 104: YY_RULE_SETUP #line 170 "BsLexerFX.l" { yylval->intValue = CMV_CCW; return TOKEN_CULLMODEVALUE; } YY_BREAK case 105: YY_RULE_SETUP #line 172 "BsLexerFX.l" { yylval->intValue = CFV_Fail; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 106: YY_RULE_SETUP #line 173 "BsLexerFX.l" { yylval->intValue = CFV_Pass; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 107: YY_RULE_SETUP #line 174 "BsLexerFX.l" { yylval->intValue = CFV_LT; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 108: YY_RULE_SETUP #line 175 "BsLexerFX.l" { yylval->intValue = CFV_LTE; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 109: YY_RULE_SETUP #line 176 "BsLexerFX.l" { yylval->intValue = CFV_EQ; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 110: YY_RULE_SETUP #line 177 "BsLexerFX.l" { yylval->intValue = CFV_NEQ; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 111: YY_RULE_SETUP #line 178 "BsLexerFX.l" { yylval->intValue = CFV_GTE; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 112: YY_RULE_SETUP #line 179 "BsLexerFX.l" { yylval->intValue = CFV_GT; return TOKEN_COMPFUNCVALUE; } YY_BREAK case 113: YY_RULE_SETUP #line 181 "BsLexerFX.l" { yylval->intValue = OV_Keep; return TOKEN_OPVALUE; } YY_BREAK case 114: YY_RULE_SETUP #line 182 "BsLexerFX.l" { yylval->intValue = OV_Zero; return TOKEN_OPVALUE; } YY_BREAK case 115: YY_RULE_SETUP #line 183 "BsLexerFX.l" { yylval->intValue = OV_Replace; return TOKEN_OPVALUE; } YY_BREAK case 116: YY_RULE_SETUP #line 184 "BsLexerFX.l" { yylval->intValue = OV_Incr; return TOKEN_OPVALUE; } YY_BREAK case 117: YY_RULE_SETUP #line 185 "BsLexerFX.l" { yylval->intValue = OV_Decr; return TOKEN_OPVALUE; } YY_BREAK case 118: YY_RULE_SETUP #line 186 "BsLexerFX.l" { yylval->intValue = OV_IncrWrap; return TOKEN_OPVALUE; } YY_BREAK case 119: YY_RULE_SETUP #line 187 "BsLexerFX.l" { yylval->intValue = OV_DecrWrap; return TOKEN_OPVALUE; } YY_BREAK case 120: YY_RULE_SETUP #line 188 "BsLexerFX.l" { yylval->intValue = OV_Invert; return TOKEN_OPVALUE; } YY_BREAK case 121: YY_RULE_SETUP #line 189 "BsLexerFX.l" { yylval->intValue = OV_One; return TOKEN_OPVALUE; } YY_BREAK case 122: YY_RULE_SETUP #line 190 "BsLexerFX.l" { yylval->intValue = OV_DestColor; return TOKEN_OPVALUE; } YY_BREAK case 123: YY_RULE_SETUP #line 191 "BsLexerFX.l" { yylval->intValue = OV_SrcColor; return TOKEN_OPVALUE; } YY_BREAK case 124: YY_RULE_SETUP #line 192 "BsLexerFX.l" { yylval->intValue = OV_InvDestColor; return TOKEN_OPVALUE; } YY_BREAK case 125: YY_RULE_SETUP #line 193 "BsLexerFX.l" { yylval->intValue = OV_InvSrcColor; return TOKEN_OPVALUE; } YY_BREAK case 126: YY_RULE_SETUP #line 194 "BsLexerFX.l" { yylval->intValue = OV_DestAlpha; return TOKEN_OPVALUE; } YY_BREAK case 127: YY_RULE_SETUP #line 195 "BsLexerFX.l" { yylval->intValue = OV_SrcAlpha; return TOKEN_OPVALUE; } YY_BREAK case 128: YY_RULE_SETUP #line 196 "BsLexerFX.l" { yylval->intValue = OV_InvDestAlpha; return TOKEN_OPVALUE; } YY_BREAK case 129: YY_RULE_SETUP #line 197 "BsLexerFX.l" { yylval->intValue = OV_InvSrcAlpha; return TOKEN_OPVALUE; } YY_BREAK case 130: YY_RULE_SETUP #line 199 "BsLexerFX.l" { yylval->intValue = BOV_Add; return TOKEN_BLENDOPVALUE; } YY_BREAK case 131: YY_RULE_SETUP #line 200 "BsLexerFX.l" { yylval->intValue = BOV_Subtract; return TOKEN_BLENDOPVALUE; } YY_BREAK case 132: YY_RULE_SETUP #line 201 "BsLexerFX.l" { yylval->intValue = BOV_RevSubtract; return TOKEN_BLENDOPVALUE; } YY_BREAK case 133: YY_RULE_SETUP #line 202 "BsLexerFX.l" { yylval->intValue = BOV_Min; return TOKEN_BLENDOPVALUE; } YY_BREAK case 134: YY_RULE_SETUP #line 203 "BsLexerFX.l" { yylval->intValue = BOV_Max; return TOKEN_BLENDOPVALUE; } YY_BREAK case 135: YY_RULE_SETUP #line 205 "BsLexerFX.l" { yylval->intValue = 0x0; return TOKEN_COLORMASK; } YY_BREAK case 136: YY_RULE_SETUP #line 206 "BsLexerFX.l" { yylval->intValue = 0x1; return TOKEN_COLORMASK; } YY_BREAK case 137: YY_RULE_SETUP #line 207 "BsLexerFX.l" { yylval->intValue = 0x2; return TOKEN_COLORMASK; } YY_BREAK case 138: YY_RULE_SETUP #line 208 "BsLexerFX.l" { yylval->intValue = 0x4; return TOKEN_COLORMASK; } YY_BREAK case 139: YY_RULE_SETUP #line 209 "BsLexerFX.l" { yylval->intValue = 0x8; return TOKEN_COLORMASK; } YY_BREAK case 140: YY_RULE_SETUP #line 210 "BsLexerFX.l" { yylval->intValue = 0x3; return TOKEN_COLORMASK; } YY_BREAK case 141: YY_RULE_SETUP #line 211 "BsLexerFX.l" { yylval->intValue = 0x5; return TOKEN_COLORMASK; } YY_BREAK case 142: YY_RULE_SETUP #line 212 "BsLexerFX.l" { yylval->intValue = 0x9; return TOKEN_COLORMASK; } YY_BREAK case 143: YY_RULE_SETUP #line 213 "BsLexerFX.l" { yylval->intValue = 0x6; return TOKEN_COLORMASK; } YY_BREAK case 144: YY_RULE_SETUP #line 214 "BsLexerFX.l" { yylval->intValue = 0xA; return TOKEN_COLORMASK; } YY_BREAK case 145: YY_RULE_SETUP #line 215 "BsLexerFX.l" { yylval->intValue = 0xC; return TOKEN_COLORMASK; } YY_BREAK case 146: YY_RULE_SETUP #line 216 "BsLexerFX.l" { yylval->intValue = 0x7; return TOKEN_COLORMASK; } YY_BREAK case 147: YY_RULE_SETUP #line 217 "BsLexerFX.l" { yylval->intValue = 0xB; return TOKEN_COLORMASK; } YY_BREAK case 148: YY_RULE_SETUP #line 218 "BsLexerFX.l" { yylval->intValue = 0xD; return TOKEN_COLORMASK; } YY_BREAK case 149: YY_RULE_SETUP #line 219 "BsLexerFX.l" { yylval->intValue = 0xE; return TOKEN_COLORMASK; } YY_BREAK case 150: YY_RULE_SETUP #line 220 "BsLexerFX.l" { yylval->intValue = 0xF; return TOKEN_COLORMASK; } YY_BREAK case 151: YY_RULE_SETUP #line 222 "BsLexerFX.l" { yylval->intValue = AMV_Wrap; return TOKEN_ADDRMODEVALUE; } YY_BREAK case 152: YY_RULE_SETUP #line 223 "BsLexerFX.l" { yylval->intValue = AMV_Mirror; return TOKEN_ADDRMODEVALUE; } YY_BREAK case 153: YY_RULE_SETUP #line 224 "BsLexerFX.l" { yylval->intValue = AMV_Clamp; return TOKEN_ADDRMODEVALUE; } YY_BREAK case 154: YY_RULE_SETUP #line 225 "BsLexerFX.l" { yylval->intValue = AMV_Border; return TOKEN_ADDRMODEVALUE; } YY_BREAK case 155: YY_RULE_SETUP #line 227 "BsLexerFX.l" { yylval->intValue = FV_None; return TOKEN_FILTERVALUE; } YY_BREAK case 156: YY_RULE_SETUP #line 228 "BsLexerFX.l" { yylval->intValue = FV_Point; return TOKEN_FILTERVALUE; } YY_BREAK case 157: YY_RULE_SETUP #line 229 "BsLexerFX.l" { yylval->intValue = FV_Linear; return TOKEN_FILTERVALUE; } YY_BREAK case 158: YY_RULE_SETUP #line 230 "BsLexerFX.l" { yylval->intValue = FV_Anisotropic; return TOKEN_FILTERVALUE; } YY_BREAK case 159: YY_RULE_SETUP #line 231 "BsLexerFX.l" { yylval->intValue = FV_PointCmp; return TOKEN_FILTERVALUE; } YY_BREAK case 160: YY_RULE_SETUP #line 232 "BsLexerFX.l" { yylval->intValue = FV_LinearCmp; return TOKEN_FILTERVALUE; } YY_BREAK case 161: YY_RULE_SETUP #line 233 "BsLexerFX.l" { yylval->intValue = FV_AnisotropicCmp; return TOKEN_FILTERVALUE; } YY_BREAK case 162: YY_RULE_SETUP #line 235 "BsLexerFX.l" { yylval->intValue = BUV_Static; return TOKEN_BUFFERUSAGE; } YY_BREAK case 163: YY_RULE_SETUP #line 236 "BsLexerFX.l" { yylval->intValue = BUV_Dynamic; return TOKEN_BUFFERUSAGE; } YY_BREAK /* Preprocessor */ case 164: YY_RULE_SETUP #line 239 "BsLexerFX.l" { BEGIN(INCLUDE); } YY_BREAK case 165: /* rule 165 can match eol */ YY_RULE_SETUP #line 241 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 166: YY_RULE_SETUP #line 242 "BsLexerFX.l" { int size = 0; char* includeBuffer = includePush(yyextra, yytext, yylineno, yycolumn, &size); if(!includeBuffer) yyterminate(); YY_BUFFER_STATE currentBuffer = YY_CURRENT_BUFFER; YY_BUFFER_STATE newBuffer = yy_scan_buffer(includeBuffer,size,yyscanner); yy_switch_to_buffer(currentBuffer,yyscanner); yypush_buffer_state(newBuffer,yyscanner); yylineno = 0; yycolumn = 0; BEGIN(INITIAL); } YY_BREAK case 167: YY_RULE_SETUP #line 259 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case YY_STATE_EOF(INITIAL): case YY_STATE_EOF(INCLUDE): case YY_STATE_EOF(CODEBLOCK_HEADER): case YY_STATE_EOF(CODEBLOCK_EQUALS): case YY_STATE_EOF(CODEBLOCK): case YY_STATE_EOF(CODEBLOCK_END): case YY_STATE_EOF(DEFINE_COND): case YY_STATE_EOF(UNDEF_COND): case YY_STATE_EOF(CONDITIONAL_IF): case YY_STATE_EOF(CONDITIONAL_IFN): case YY_STATE_EOF(CONDITIONAL_ELIF): case YY_STATE_EOF(CONDITIONAL_IGNORE): #line 261 "BsLexerFX.l" { if(!yyextra->includeStack) yyterminate(); yypop_buffer_state(yyscanner); includePop(yyextra); } YY_BREAK case 168: YY_RULE_SETUP #line 269 "BsLexerFX.l" { BEGIN(DEFINE_COND); } YY_BREAK case 169: /* rule 169 can match eol */ YY_RULE_SETUP #line 270 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 170: YY_RULE_SETUP #line 271 "BsLexerFX.l" { addDefine(yyextra, yytext); BEGIN(INITIAL); } YY_BREAK case 171: YY_RULE_SETUP #line 272 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 172: YY_RULE_SETUP #line 274 "BsLexerFX.l" { BEGIN(UNDEF_COND); } YY_BREAK case 173: /* rule 173 can match eol */ YY_RULE_SETUP #line 275 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 174: YY_RULE_SETUP #line 276 "BsLexerFX.l" { removeDefine(yyextra, yytext); BEGIN(INITIAL); } YY_BREAK case 175: YY_RULE_SETUP #line 277 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 176: YY_RULE_SETUP #line 279 "BsLexerFX.l" { BEGIN(CONDITIONAL_IF); } YY_BREAK case 177: /* rule 177 can match eol */ YY_RULE_SETUP #line 280 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 178: YY_RULE_SETUP #line 281 "BsLexerFX.l" { int isEnabled = pushConditional(yyextra, hasDefine(yyextra, yytext)); if(!isEnabled) BEGIN(CONDITIONAL_IGNORE); else BEGIN(INITIAL); } YY_BREAK case 179: YY_RULE_SETUP #line 288 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 180: YY_RULE_SETUP #line 290 "BsLexerFX.l" { BEGIN(CONDITIONAL_IFN); } YY_BREAK case 181: /* rule 181 can match eol */ YY_RULE_SETUP #line 291 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 182: YY_RULE_SETUP #line 292 "BsLexerFX.l" { int isEnabled = pushConditional(yyextra, !hasDefine(yyextra, yytext)); if(!isEnabled) BEGIN(CONDITIONAL_IGNORE); else BEGIN(INITIAL); } YY_BREAK case 183: YY_RULE_SETUP #line 299 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 184: YY_RULE_SETUP #line 301 "BsLexerFX.l" { BEGIN(CONDITIONAL_IGNORE); } YY_BREAK case 185: YY_RULE_SETUP #line 302 "BsLexerFX.l" { BEGIN(CONDITIONAL_IGNORE); } YY_BREAK case 186: YY_RULE_SETUP #line 304 "BsLexerFX.l" { popConditional(yyextra); } YY_BREAK case 187: /* rule 187 can match eol */ YY_RULE_SETUP #line 306 "BsLexerFX.l" { /* Skip */ } YY_BREAK case 188: YY_RULE_SETUP #line 307 "BsLexerFX.l" { pushConditional(yyextra, 0); } YY_BREAK case 189: YY_RULE_SETUP #line 308 "BsLexerFX.l" { pushConditional(yyextra, 0); } YY_BREAK case 190: YY_RULE_SETUP #line 309 "BsLexerFX.l" { if(switchConditional(yyextra)) BEGIN(INITIAL); } YY_BREAK case 191: YY_RULE_SETUP #line 313 "BsLexerFX.l" { BEGIN(CONDITIONAL_ELIF); } YY_BREAK case 192: YY_RULE_SETUP #line 314 "BsLexerFX.l" { if(popConditional(yyextra)) BEGIN(INITIAL); } YY_BREAK case 193: YY_RULE_SETUP #line 318 "BsLexerFX.l" { /* Skip */ } YY_BREAK case 194: /* rule 194 can match eol */ YY_RULE_SETUP #line 320 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 195: YY_RULE_SETUP #line 321 "BsLexerFX.l" { int isEnabled = setConditional(yyextra, hasDefine(yyextra, yytext)); if(!isEnabled) BEGIN(CONDITIONAL_IGNORE); else BEGIN(INITIAL); } YY_BREAK case 196: YY_RULE_SETUP #line 328 "BsLexerFX.l" { return yytext[0]; } YY_BREAK /* Code blocks */ case 197: YY_RULE_SETUP #line 331 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_VERTEX; } YY_BREAK case 198: YY_RULE_SETUP #line 332 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_FRAGMENT; } YY_BREAK case 199: YY_RULE_SETUP #line 333 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_GEOMETRY; } YY_BREAK case 200: YY_RULE_SETUP #line 334 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_HULL; } YY_BREAK case 201: YY_RULE_SETUP #line 335 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_DOMAIN; } YY_BREAK case 202: YY_RULE_SETUP #line 336 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_COMPUTE; } YY_BREAK case 203: YY_RULE_SETUP #line 337 "BsLexerFX.l" { BEGIN(CODEBLOCK_HEADER); return TOKEN_COMMON; } YY_BREAK /* Track when the code block begins, insert all code block characters into our own buffer, record a sequential index */ /* of all code blocks in the text, and track bracket open/closed state so we know when we're done with the code block. */ /* And finally output a sequential code block index to the parser (it shouldn't be aware of anything else in the block). */ case 204: YY_RULE_SETUP #line 342 "BsLexerFX.l" { BEGIN(CODEBLOCK_EQUALS); return yytext[0]; } YY_BREAK case 205: /* rule 205 can match eol */ YY_RULE_SETUP #line 343 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 206: YY_RULE_SETUP #line 344 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 207: YY_RULE_SETUP #line 346 "BsLexerFX.l" { BEGIN(CODEBLOCK); beginCodeBlock(yyextra); yyextra->numOpenBrackets = 1; return yytext[0]; } YY_BREAK case 208: /* rule 208 can match eol */ YY_RULE_SETUP #line 347 "BsLexerFX.l" { /* Skip blank */ } YY_BREAK case 209: YY_RULE_SETUP #line 348 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 210: YY_RULE_SETUP #line 350 "BsLexerFX.l" { yyextra->numOpenBrackets++; appendCodeBlock(yyextra, yytext[0]); } YY_BREAK case 211: YY_RULE_SETUP #line 351 "BsLexerFX.l" { yyextra->numOpenBrackets--; if(yyextra->numOpenBrackets == 0) { BEGIN(CODEBLOCK_END); unput('0'); } else appendCodeBlock(yyextra, yytext[0]); } YY_BREAK case 212: /* rule 212 can match eol */ YY_RULE_SETUP #line 362 "BsLexerFX.l" { appendCodeBlock(yyextra, yytext[0]); } YY_BREAK /* Logic for manually inserting "Index = codeBlockIndex;". We insert arbitrary numbers which allows us to sequentially */ /* output all the tokens we need. We use only single-character values so we don't override anything in the text buffer */ /* (since the starting value was also a single character "{"). */ case 213: YY_RULE_SETUP #line 367 "BsLexerFX.l" { unput('1'); return TOKEN_INDEX; } YY_BREAK case 214: YY_RULE_SETUP #line 368 "BsLexerFX.l" { unput('2'); return '='; } YY_BREAK case 215: YY_RULE_SETUP #line 369 "BsLexerFX.l" { yylval->intValue = getCodeBlockIndex(yyextra); unput('3'); return TOKEN_INTEGER; } YY_BREAK case 216: YY_RULE_SETUP #line 370 "BsLexerFX.l" { unput('4'); return ';'; } YY_BREAK case 217: YY_RULE_SETUP #line 371 "BsLexerFX.l" { BEGIN(INITIAL); return '}'; } YY_BREAK case 218: /* rule 218 can match eol */ YY_RULE_SETUP #line 372 "BsLexerFX.l" { /* Never reached */ } YY_BREAK /* Catch all rules */ case 219: YY_RULE_SETUP #line 375 "BsLexerFX.l" { } YY_BREAK case 220: YY_RULE_SETUP #line 376 "BsLexerFX.l" { yylval->strValue = mmalloc_strdup(yyextra->memContext, yytext); return TOKEN_IDENTIFIER; } YY_BREAK case 221: YY_RULE_SETUP #line 377 "BsLexerFX.l" { return yytext[0]; } YY_BREAK case 222: YY_RULE_SETUP #line 379 "BsLexerFX.l" YY_FATAL_ERROR( "flex scanner jammed" ); YY_BREAK #line 2598 "BsLexerFX.c" case YY_END_OF_BUFFER: { /* Amount of text matched not including the EOB char. */ int yy_amount_of_matched_text = (int) (yy_cp - yyg->yytext_ptr) - 1; /* Undo the effects of YY_DO_BEFORE_ACTION. */ *yy_cp = yyg->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 yyin at a new source and called * 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. */ yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; YY_CURRENT_BUFFER_LVALUE->yy_input_file = 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 ( yyg->yy_c_buf_p <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) { /* This was really a NUL. */ yy_state_type yy_next_state; yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); /* 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 , yyscanner); yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; if ( yy_next_state ) { /* Consume the NUL. */ yy_cp = ++yyg->yy_c_buf_p; yy_current_state = yy_next_state; goto yy_match; } else { yy_cp = yyg->yy_last_accepting_cpos; yy_current_state = yyg->yy_last_accepting_state; goto yy_find_action; } } else switch ( yy_get_next_buffer( yyscanner ) ) { case EOB_ACT_END_OF_FILE: { yyg->yy_did_buffer_switch_on_eof = 0; if ( yywrap(yyscanner ) ) { /* Note: because we've taken care in * yy_get_next_buffer() to have set up * 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. */ yyg->yy_c_buf_p = yyg->yytext_ptr + YY_MORE_ADJ; yy_act = YY_STATE_EOF(YY_START); goto do_action; } else { if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; } break; } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + yy_amount_of_matched_text; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->yytext_ptr + YY_MORE_ADJ; goto yy_match; case EOB_ACT_LAST_MATCH: yyg->yy_c_buf_p = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars]; yy_current_state = yy_get_previous_state( yyscanner ); yy_cp = yyg->yy_c_buf_p; yy_bp = yyg->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 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 (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; register char *source = yyg->yytext_ptr; register int number_to_move, i; int ret_val; if ( yyg->yy_c_buf_p > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->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 ( yyg->yy_c_buf_p - yyg->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) (yyg->yy_c_buf_p - yyg->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 = yyg->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_LVALUE; int yy_c_buf_p_offset = (int) (yyg->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. */ yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 ,yyscanner ); } 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" ); yyg->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]), yyg->yy_n_chars, num_to_read ); YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } if ( yyg->yy_n_chars == 0 ) { if ( number_to_move == YY_MORE_ADJ ) { ret_val = EOB_ACT_END_OF_FILE; yyrestart(yyin ,yyscanner); } 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) (yyg->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 = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1); YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ,yyscanner ); if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); } yyg->yy_n_chars += number_to_move; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] = YY_END_OF_BUFFER_CHAR; YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR; yyg->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 (yyscan_t yyscanner) { register yy_state_type yy_current_state; register char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_current_state = yyg->yy_start; for ( yy_cp = yyg->yytext_ptr + YY_MORE_ADJ; yy_cp < yyg->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] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 835 ) 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 , yyscan_t yyscanner) { register int yy_is_jam; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* This var may be unused depending upon options. */ register char *yy_cp = yyg->yy_c_buf_p; register YY_CHAR yy_c = 1; if ( yy_accept[yy_current_state] ) { yyg->yy_last_accepting_state = yy_current_state; yyg->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 >= 835 ) 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 == 834); (void)yyg; return yy_is_jam ? 0 : yy_current_state; } static void yyunput (int c, register char * yy_bp , yyscan_t yyscanner) { register char *yy_cp; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_cp = yyg->yy_c_buf_p; /* undo effects of setting up yytext */ *yy_cp = yyg->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 = yyg->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 = yyg->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; if ( c == '\n' ){ --yylineno; } yyg->yytext_ptr = yy_bp; yyg->yy_hold_char = *yy_cp; yyg->yy_c_buf_p = yy_cp; } #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput (yyscan_t yyscanner) #else static int input (yyscan_t yyscanner) #endif { int c; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; *yyg->yy_c_buf_p = yyg->yy_hold_char; if ( *yyg->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 ( yyg->yy_c_buf_p < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[yyg->yy_n_chars] ) /* This was really a NUL. */ *yyg->yy_c_buf_p = '\0'; else { /* need more input */ yy_size_t offset = yyg->yy_c_buf_p - yyg->yytext_ptr; ++yyg->yy_c_buf_p; switch ( yy_get_next_buffer( yyscanner ) ) { 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. */ yyrestart(yyin ,yyscanner); /*FALLTHROUGH*/ case EOB_ACT_END_OF_FILE: { if ( yywrap(yyscanner ) ) return EOF; if ( ! yyg->yy_did_buffer_switch_on_eof ) YY_NEW_FILE; #ifdef __cplusplus return yyinput(yyscanner); #else return input(yyscanner); #endif } case EOB_ACT_CONTINUE_SCAN: yyg->yy_c_buf_p = yyg->yytext_ptr + offset; break; } } } c = *(unsigned char *) yyg->yy_c_buf_p; /* cast for 8-bit char's */ *yyg->yy_c_buf_p = '\0'; /* preserve yytext */ yyg->yy_hold_char = *++yyg->yy_c_buf_p; if ( c == '\n' ) do{ yylineno++; yycolumn=0; }while(0) ; return c; } #endif /* ifndef YY_NO_INPUT */ /** Immediately switch to a different input stream. * @param input_file A readable stream. * @param yyscanner The scanner object. * @note This function does not reset the start condition to @c INITIAL . */ void yyrestart (FILE * input_file , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if ( ! YY_CURRENT_BUFFER ){ yyensure_buffer_stack (yyscanner); YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin,YY_BUF_SIZE ,yyscanner); } yy_init_buffer(YY_CURRENT_BUFFER,input_file ,yyscanner); yy_load_buffer_state(yyscanner ); } /** Switch to a different input buffer. * @param new_buffer The new input buffer. * @param yyscanner The scanner object. */ void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* TODO. We should be able to replace this entire function body * with * yypop_buffer_state(); * yypush_buffer_state(new_buffer); */ yyensure_buffer_stack (yyscanner); if ( YY_CURRENT_BUFFER == new_buffer ) return; if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } YY_CURRENT_BUFFER_LVALUE = new_buffer; yy_load_buffer_state(yyscanner ); /* We don't actually know whether we did this switch during * EOF (yywrap()) processing, but the only time this flag * is looked at is after yywrap() is called, so it's safe * to go ahead and always set it. */ yyg->yy_did_buffer_switch_on_eof = 1; } static void yy_load_buffer_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyg->yy_n_chars = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; yyg->yytext_ptr = yyg->yy_c_buf_p = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; yyg->yy_hold_char = *yyg->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. * @param yyscanner The scanner object. * @return the allocated buffer state. */ YY_BUFFER_STATE yy_create_buffer (FILE * file, int size , yyscan_t yyscanner) { YY_BUFFER_STATE b; b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in 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 *) yyalloc(b->yy_buf_size + 2 ,yyscanner ); if ( ! b->yy_ch_buf ) YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); b->yy_is_our_buffer = 1; yy_init_buffer(b,file ,yyscanner); return b; } /** Destroy the buffer. * @param b a buffer created with yy_create_buffer() * @param yyscanner The scanner object. */ void yy_delete_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 ) yyfree((void *) b->yy_ch_buf ,yyscanner ); yyfree((void *) b ,yyscanner ); } /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer, * such as during a yyrestart() or at EOF. */ static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file , yyscan_t yyscanner) { int oerrno = errno; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flush_buffer(b ,yyscanner); b->yy_input_file = file; b->yy_fill_buffer = 1; /* If b is the current buffer, then yy_init_buffer was _probably_ * called from 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 = 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. * @param yyscanner The scanner object. */ void yy_flush_buffer (YY_BUFFER_STATE b , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; 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 ) yy_load_buffer_state(yyscanner ); } /** 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. * @param yyscanner The scanner object. */ void yypush_buffer_state (YY_BUFFER_STATE new_buffer , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (new_buffer == NULL) return; yyensure_buffer_stack(yyscanner); /* This block is copied from yy_switch_to_buffer. */ if ( YY_CURRENT_BUFFER ) { /* Flush out information for old buffer. */ *yyg->yy_c_buf_p = yyg->yy_hold_char; YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = yyg->yy_c_buf_p; YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars; } /* Only push if top exists. Otherwise, replace top. */ if (YY_CURRENT_BUFFER) yyg->yy_buffer_stack_top++; YY_CURRENT_BUFFER_LVALUE = new_buffer; /* copied from yy_switch_to_buffer. */ yy_load_buffer_state(yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } /** Removes and deletes the top of the stack, if present. * The next element becomes the new top. * @param yyscanner The scanner object. */ void yypop_buffer_state (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!YY_CURRENT_BUFFER) return; yy_delete_buffer(YY_CURRENT_BUFFER ,yyscanner); YY_CURRENT_BUFFER_LVALUE = NULL; if (yyg->yy_buffer_stack_top > 0) --yyg->yy_buffer_stack_top; if (YY_CURRENT_BUFFER) { yy_load_buffer_state(yyscanner ); yyg->yy_did_buffer_switch_on_eof = 1; } } /* Allocates the stack if it does not exist. * Guarantees space for at least one push. */ static void yyensure_buffer_stack (yyscan_t yyscanner) { yy_size_t num_to_alloc; struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (!yyg->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; yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc (num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); yyg->yy_buffer_stack_max = num_to_alloc; yyg->yy_buffer_stack_top = 0; return; } if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ /* Increase the buffer to prepare for a possible push. */ int grow_size = 8 /* arbitrary grow size */; num_to_alloc = yyg->yy_buffer_stack_max + grow_size; yyg->yy_buffer_stack = (struct yy_buffer_state**)yyrealloc (yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state*) , yyscanner); if ( ! yyg->yy_buffer_stack ) YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); /* zero only the new slots.*/ memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*)); yyg->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 * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size , yyscan_t yyscanner) { 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) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner ); if ( ! b ) YY_FATAL_ERROR( "out of dynamic memory in 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; yy_switch_to_buffer(b ,yyscanner ); return b; } /** Setup the input buffer state to scan a string. The next call to yylex() will * scan from a @e copy of @a str. * @param yystr a NUL-terminated string to scan * @param yyscanner The scanner object. * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use * yy_scan_bytes() instead. */ YY_BUFFER_STATE yy_scan_string (yyconst char * yystr , yyscan_t yyscanner) { return yy_scan_bytes(yystr,strlen(yystr) ,yyscanner); } /** Setup the input buffer state to scan the given bytes. The next call to yylex() will * scan from a @e copy of @a bytes. * @param yybytes the byte buffer to scan * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. * @param yyscanner The scanner object. * @return the newly allocated buffer state object. */ YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len , yyscan_t yyscanner) { YY_BUFFER_STATE b; char *buf; yy_size_t n; yy_size_t i; /* Get memory for full buffer, including space for trailing EOB's. */ n = _yybytes_len + 2; buf = (char *) yyalloc(n ,yyscanner ); if ( ! buf ) YY_FATAL_ERROR( "out of dynamic memory in 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 = yy_scan_buffer(buf,n ,yyscanner); if ( ! b ) YY_FATAL_ERROR( "bad buffer in 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 , yyscan_t yyscanner) { (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 yytext. */ \ int yyless_macro_arg = (n); \ YY_LESS_LINENO(yyless_macro_arg);\ yytext[yyleng] = yyg->yy_hold_char; \ yyg->yy_c_buf_p = yytext + yyless_macro_arg; \ yyg->yy_hold_char = *yyg->yy_c_buf_p; \ *yyg->yy_c_buf_p = '\0'; \ yyleng = yyless_macro_arg; \ } \ while ( 0 ) /* Accessor methods (get/set functions) to struct members. */ /** Get the user-defined data for this scanner. * @param yyscanner The scanner object. */ YY_EXTRA_TYPE yyget_extra (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyextra; } /** Get the current line number. * @param yyscanner The scanner object. */ int yyget_lineno (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yylineno; } /** Get the current column number. * @param yyscanner The scanner object. */ int yyget_column (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; if (! YY_CURRENT_BUFFER) return 0; return yycolumn; } /** Get the input stream. * @param yyscanner The scanner object. */ FILE *yyget_in (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyin; } /** Get the output stream. * @param yyscanner The scanner object. */ FILE *yyget_out (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyout; } /** Get the length of the current token. * @param yyscanner The scanner object. */ yy_size_t yyget_leng (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yyleng; } /** Get the current token. * @param yyscanner The scanner object. */ char *yyget_text (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yytext; } /** Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */ void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyextra = user_defined ; } /** Set the current line number. * @param line_number * @param yyscanner The scanner object. */ void yyset_lineno (int line_number , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* lineno is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "yyset_lineno called with no buffer" ); yylineno = line_number; } /** Set the current column. * @param line_number * @param yyscanner The scanner object. */ void yyset_column (int column_no , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* column is only valid if an input buffer exists. */ if (! YY_CURRENT_BUFFER ) YY_FATAL_ERROR( "yyset_column called with no buffer" ); yycolumn = column_no; } /** Set the input stream. This does not discard the current * input buffer. * @param in_str A readable stream. * @param yyscanner The scanner object. * @see yy_switch_to_buffer */ void yyset_in (FILE * in_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyin = in_str ; } void yyset_out (FILE * out_str , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yyout = out_str ; } int yyget_debug (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yy_flex_debug; } void yyset_debug (int bdebug , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yy_flex_debug = bdebug ; } /* Accessor methods for yylval and yylloc */ YYSTYPE * yyget_lval (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yylval; } void yyset_lval (YYSTYPE * yylval_param , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylval = yylval_param; } YYLTYPE *yyget_lloc (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; return yylloc; } void yyset_lloc (YYLTYPE * yylloc_param , yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; yylloc = yylloc_param; } /* User-visible API */ /* yylex_init is special because it creates the scanner itself, so it is * the ONLY reentrant function that doesn't take the scanner as the last argument. * That's why we explicitly handle the declaration, instead of using our macros. */ int yylex_init(yyscan_t* ptr_yy_globals) { if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); return yy_init_globals ( *ptr_yy_globals ); } /* yylex_init_extra has the same functionality as yylex_init, but follows the * convention of taking the scanner as the last argument. Note however, that * this is a *pointer* to a scanner, as it will be allocated by this call (and * is the reason, too, why this function also must handle its own declaration). * The user defined value in the first argument will be available to yyalloc in * the yyextra field. */ int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals ) { struct yyguts_t dummy_yyguts; yyset_extra (yy_user_defined, &dummy_yyguts); if (ptr_yy_globals == NULL){ errno = EINVAL; return 1; } *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); if (*ptr_yy_globals == NULL){ errno = ENOMEM; return 1; } /* By setting to 0xAA, we expose bugs in yy_init_globals. Leave at 0x00 for releases. */ memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t)); yyset_extra (yy_user_defined, *ptr_yy_globals); return yy_init_globals ( *ptr_yy_globals ); } static int yy_init_globals (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Initialization is the same as for the non-reentrant scanner. * This function is called from yylex_destroy(), so don't allocate here. */ yyg->yy_buffer_stack = 0; yyg->yy_buffer_stack_top = 0; yyg->yy_buffer_stack_max = 0; yyg->yy_c_buf_p = (char *) 0; yyg->yy_init = 0; yyg->yy_start = 0; yyg->yy_start_stack_ptr = 0; yyg->yy_start_stack_depth = 0; yyg->yy_start_stack = NULL; /* Defined in main.c */ #ifdef YY_STDINIT yyin = stdin; yyout = stdout; #else yyin = (FILE *) 0; yyout = (FILE *) 0; #endif /* For future reference: Set errno on error, since we are called by * yylex_init() */ return 0; } /* yylex_destroy is for both reentrant and non-reentrant scanners. */ int yylex_destroy (yyscan_t yyscanner) { struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; /* Pop the buffer stack, destroying each element. */ while(YY_CURRENT_BUFFER){ yy_delete_buffer(YY_CURRENT_BUFFER ,yyscanner ); YY_CURRENT_BUFFER_LVALUE = NULL; yypop_buffer_state(yyscanner); } /* Destroy the stack itself. */ yyfree(yyg->yy_buffer_stack ,yyscanner); yyg->yy_buffer_stack = NULL; /* Destroy the start condition stack. */ yyfree(yyg->yy_start_stack ,yyscanner ); yyg->yy_start_stack = NULL; /* Reset the globals. This is important in a non-reentrant scanner so the next time * yylex() is called, initialization will occur. */ yy_init_globals( yyscanner); /* Destroy the main struct (reentrant only). */ yyfree ( yyscanner , yyscanner ); yyscanner = NULL; return 0; } /* * Internal utility routines. */ #ifndef yytext_ptr static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) { 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 , yyscan_t yyscanner) { register int n; for ( n = 0; s[n]; ++n ) ; return n; } #endif void *yyalloc (yy_size_t size , yyscan_t yyscanner) { return (void *) malloc( size ); } void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) { /* 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 yyfree (void * ptr , yyscan_t yyscanner) { free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ } #define YYTABLES_NAME "yytables" #line 378 "BsLexerFX.l"