1 typedef int YYINT; 2 const YYINT error_lhs[] = { -1, 3 0, 4 }; 5 const YYINT error_len[] = { 2, 6 1, 7 }; 8 const YYINT error_defred[] = { 0, 9 1, 0, 10 }; 11 const YYINT error_dgoto[] = { 2, 12 }; 13 const YYINT error_sindex[] = { -256, 14 0, 0, 15 }; 16 const YYINT error_rindex[] = { 0, 17 0, 0, 18 }; 19 const YYINT error_gindex[] = { 0, 20 }; 21 const YYINT error_table[] = { 1, 22 }; 23 const YYINT error_check[] = { 256, 24 }; 25 #ifndef YYDEBUG 26 #define YYDEBUG 0 27 #endif 28 #if YYDEBUG 29 const char *const error_name[] = { 30 31 "end-of-file",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, 32 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, 33 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, 34 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, 35 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, 36 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, 37 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,"illegal-symbol", 38 }; 39 const char *const error_rule[] = { 40 "$accept : S", 41 "S : error", 42 43 }; 44 #endif 45