Rename pyacc to piyacc, rename PYACC object and prefix to AST
authorNick Downing <downing.nick@gmail.com>
Tue, 11 Sep 2018 05:37:47 +0000 (15:37 +1000)
committerNick Downing <downing.nick@gmail.com>
Tue, 11 Sep 2018 05:37:47 +0000 (15:37 +1000)
src/parse-gram.c
src/parse-gram.y
src/reader.c
src/scan-code.c
src/scan-code.l
src/scan-gram.c
src/scan-gram.l
src/scan-skel.c

index c6672cd..8239655 100644 (file)
@@ -2084,10 +2084,10 @@ yyreduce:
           case 2:
 #line 290 "src/parse-gram.y" /* yacc.c:1648  */
     {
- insert_after(2, "</PYACC_Section2>");
- insert_before(2, "<PYACC_Section2>");
- insert_after(0, "</PYACC_Section1>");
- insert_before(0, "<PYACC_Section1>");
+ insert_after(2, "</AST_Section2>");
+ insert_before(2, "<AST_Section2>");
+ insert_after(0, "</AST_Section1>");
+ insert_before(0, "<AST_Section1>");
  }
 #line 2082 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2111,11 +2111,11 @@ yyreduce:
 #line 321 "src/parse-gram.y" /* yacc.c:1648  */
     {
  /* inserting %{...%} below is a hack as we may lose some whitespace near it */
- code_piece_append("<PYACC_Section1_Prologue>%{<PYACC_Text>");
+ code_piece_append("<AST_Section1_Prologue>%{<AST_Text>");
       muscle_code_grow (union_seen ? "post_prologue" : "pre_prologue",
                         translate_code ((yyvsp[0].code), (yylsp[0]), true), (yylsp[0]));
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>%}</PYACC_Section1_Prologue>");
+ code_piece_append("</AST_Text>%}</AST_Section1_Prologue>");
  code_piece_pack();
  free(gram_piece[gram_piece2]);
  gram_piece[gram_piece2] = strdup(code_piece[code_piece0 - 1]);
@@ -2128,16 +2128,16 @@ yyreduce:
     {
       muscle_percent_define_ensure ((yyvsp[0].uniqstr), (yylsp[0]), true);
  if (strcmp((yyvsp[0].uniqstr), "api.pure") == 0) {
-  insert_after(0, "</PYACC_Section1_PureParser>");
-  insert_before(0, "<PYACC_Section1_PureParser>");
+  insert_after(0, "</AST_Section1_PureParser>");
+  insert_before(0, "<AST_Section1_PureParser>");
  }
  else if (strcmp((yyvsp[0].uniqstr), "locations") == 0) {
-  insert_after(0, "</PYACC_Section1_Locations>");
-  insert_before(0, "<PYACC_Section1_Locations>");
+  insert_after(0, "</AST_Section1_Locations>");
+  insert_before(0, "<AST_Section1_Locations>");
  }
  else if (strcmp((yyvsp[0].uniqstr), "parse.trace") == 0) {
-  insert_after(0, "</PYACC_Section1_Debug>");
-  insert_before(0, "<PYACC_Section1_Debug>");
+  insert_after(0, "</AST_Section1_Debug>");
+  insert_before(0, "<AST_Section1_Debug>");
  }
  else
   abort();
@@ -2150,8 +2150,8 @@ yyreduce:
     {
       muscle_percent_define_insert ((yyvsp[-1].uniqstr), (yylsp[-1]), (yyvsp[0].value).kind, (yyvsp[0].value).chars,
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
- insert_after(2, "</PYACC_Section1_Define>");
- insert_before(0, "<PYACC_Section1_Define>");
+ insert_after(2, "</AST_Section1_Define>");
+ insert_before(0, "<AST_Section1_Define>");
     }
 #line 2146 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2159,8 +2159,8 @@ yyreduce:
   case 9:
 #line 357 "src/parse-gram.y" /* yacc.c:1648  */
     { defines_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_Defines>");
- insert_before(0, "<PYACC_Section1_Defines>");
+ insert_after(0, "</AST_Section1_Defines>");
+ insert_before(0, "<AST_Section1_Defines>");
  }
 #line 2155 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2170,8 +2170,8 @@ yyreduce:
     {
       defines_flag = true;
       spec_defines_file = xstrdup ((yyvsp[0].code));
- insert_after(1, "</PYACC_Section1_Defines>");
- insert_before(0, "<PYACC_Section1_Defines>");
+ insert_after(1, "</AST_Section1_Defines>");
+ insert_before(0, "<AST_Section1_Defines>");
     }
 #line 2166 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2182,8 +2182,8 @@ yyreduce:
       muscle_percent_define_insert ("parse.error", (yylsp[0]), muscle_keyword,
                                     "verbose",
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
- insert_after(0, "</PYACC_Section1_ErrorVerbose>");
- insert_before(0, "<PYACC_Section1_ErrorVerbose>");
+ insert_after(0, "</AST_Section1_ErrorVerbose>");
+ insert_before(0, "<AST_Section1_ErrorVerbose>");
     }
 #line 2178 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2191,8 +2191,8 @@ yyreduce:
   case 12:
 #line 376 "src/parse-gram.y" /* yacc.c:1648  */
     { expected_sr_conflicts = (yyvsp[0].integer); /*}*/
- insert_after(1, "</PYACC_Section1_Expect>");
- sprintf(gram_piece_temp, "<PYACC_Section1_Expect value=\"%d\">", (yyvsp[0].integer));
+ insert_after(1, "</AST_Section1_Expect>");
+ sprintf(gram_piece_temp, "<AST_Section1_Expect value=\"%d\">", (yyvsp[0].integer));
  insert_before(0, gram_piece_temp);
  }
 #line 2188 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2201,8 +2201,8 @@ yyreduce:
   case 13:
 #line 381 "src/parse-gram.y" /* yacc.c:1648  */
     { expected_rr_conflicts = (yyvsp[0].integer); /*}*/
- insert_after(1, "</PYACC_Section1_ExpectRR>");
- sprintf(gram_piece_temp, "<PYACC_Section1_ExpectRR value=\"%d\">", (yyvsp[0].integer));
+ insert_after(1, "</AST_Section1_ExpectRR>");
+ sprintf(gram_piece_temp, "<AST_Section1_ExpectRR value=\"%d\">", (yyvsp[0].integer));
  insert_before(0, gram_piece_temp);
  }
 #line 2198 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2211,8 +2211,8 @@ yyreduce:
   case 14:
 #line 386 "src/parse-gram.y" /* yacc.c:1648  */
     { spec_file_prefix = (yyvsp[0].code); /*}*/
- insert_after(1, "</PYACC_Section1_FilePrefix>");
- insert_before(0, "<PYACC_Section1_FilePrefix>");
+ insert_after(1, "</AST_Section1_FilePrefix>");
+ insert_before(0, "<AST_Section1_FilePrefix>");
  }
 #line 2207 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2222,8 +2222,8 @@ yyreduce:
     {
       nondeterministic_parser = true;
       glr_parser = true;
- insert_after(0, "</PYACC_Section1_GLRParser>");
- insert_before(0, "<PYACC_Section1_GLRParser>");
+ insert_after(0, "</AST_Section1_GLRParser>");
+ insert_before(0, "<AST_Section1_GLRParser>");
     }
 #line 2218 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2231,16 +2231,16 @@ yyreduce:
   case 16:
 #line 398 "src/parse-gram.y" /* yacc.c:1648  */
     {
- /* should be BracedCode, but too hard to put PYACC_Text inside braces */
- code_piece_append("<PYACC_Text>");
+ /* should be BracedCode, but too hard to put AST_Text inside braces */
+ code_piece_append("<AST_Text>");
       muscle_code_grow ("initial_action", translate_code ((yyvsp[0].code), (yylsp[0]), false), (yylsp[0]));
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>");
+ code_piece_append("</AST_Text>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
- insert_after(1, "</PYACC_Section1_InitialAction>");
- insert_before(0, "<PYACC_Section1_InitialAction>");
+ insert_after(1, "</AST_Section1_InitialAction>");
+ insert_before(0, "<AST_Section1_InitialAction>");
     }
 #line 2235 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2248,8 +2248,8 @@ yyreduce:
   case 17:
 #line 410 "src/parse-gram.y" /* yacc.c:1648  */
     { language_argmatch ((yyvsp[0].code), grammar_prio, (yylsp[-1])); /*}*/
- insert_after(1, "</PYACC_Section1_Language>");
- insert_before(0, "<PYACC_Section1_Language>");
+ insert_after(1, "</AST_Section1_Language>");
+ insert_before(0, "<AST_Section1_Language>");
  }
 #line 2244 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2257,8 +2257,8 @@ yyreduce:
   case 18:
 #line 414 "src/parse-gram.y" /* yacc.c:1648  */
     { spec_name_prefix = (yyvsp[0].code); /*}*/
- insert_after(1, "</PYACC_Section1_NamePrefix>");
- insert_before(0, "<PYACC_Section1_NamePrefix>");
+ insert_after(1, "</AST_Section1_NamePrefix>");
+ insert_before(0, "<AST_Section1_NamePrefix>");
  }
 #line 2253 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2266,8 +2266,8 @@ yyreduce:
   case 19:
 #line 418 "src/parse-gram.y" /* yacc.c:1648  */
     { no_lines_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_Lines>");
- insert_before(0, "<PYACC_Section1_Lines value=\"false\">");
+ insert_after(0, "</AST_Section1_Lines>");
+ insert_before(0, "<AST_Section1_Lines value=\"false\">");
  }
 #line 2262 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2275,8 +2275,8 @@ yyreduce:
   case 20:
 #line 422 "src/parse-gram.y" /* yacc.c:1648  */
     { nondeterministic_parser = true; /*}*/
- insert_after(0, "</PYACC_Section1_NonDeterministicParser>");
- insert_before(0, "<PYACC_Section1_NonDeterministicParser>");
+ insert_after(0, "</AST_Section1_NonDeterministicParser>");
+ insert_before(0, "<AST_Section1_NonDeterministicParser>");
  }
 #line 2271 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2284,8 +2284,8 @@ yyreduce:
   case 21:
 #line 426 "src/parse-gram.y" /* yacc.c:1648  */
     { spec_outfile = (yyvsp[0].code); /*}*/
- insert_after(1, "</PYACC_Section1_Output>");
- insert_before(0, "<PYACC_Section1_Output>");
+ insert_after(1, "</AST_Section1_Output>");
+ insert_before(0, "<AST_Section1_Output>");
  }
 #line 2280 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2299,8 +2299,8 @@ yyreduce:
   case 23:
 #line 430 "src/parse-gram.y" /* yacc.c:1648  */
     { current_param = param_none; /*}*/
- insert_after(2, "</PYACC_Section1_Param>");
- insert_before(0, "<PYACC_Section1_Param>");
+ insert_after(2, "</AST_Section1_Param>");
+ insert_before(0, "<AST_Section1_Param>");
  }
 #line 2295 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2308,8 +2308,8 @@ yyreduce:
   case 24:
 #line 434 "src/parse-gram.y" /* yacc.c:1648  */
     { version_check (&(yylsp[0]), (yyvsp[0].code)); /*}*/
- insert_after(1, "</PYACC_Section1_Require>");
- insert_before(0, "<PYACC_Section1_Require>");
+ insert_after(1, "</AST_Section1_Require>");
+ insert_before(0, "<AST_Section1_Require>");
  }
 #line 2304 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2338,8 +2338,8 @@ yyreduce:
           free (skeleton_build);
         }
       skeleton_arg (skeleton_user, grammar_prio, (yylsp[-1]));
- insert_after(1, "</PYACC_Section1_Skeleton>");
- insert_before(0, "<PYACC_Section1_Skeleton>");
+ insert_after(1, "</AST_Section1_Skeleton>");
+ insert_before(0, "<AST_Section1_Skeleton>");
     }
 #line 2334 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2347,8 +2347,8 @@ yyreduce:
   case 26:
 #line 464 "src/parse-gram.y" /* yacc.c:1648  */
     { token_table_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_TokenTable>");
- insert_before(0, "<PYACC_Section1_TokenTable>");
+ insert_after(0, "</AST_Section1_TokenTable>");
+ insert_before(0, "<AST_Section1_TokenTable>");
  }
 #line 2343 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2356,8 +2356,8 @@ yyreduce:
   case 27:
 #line 468 "src/parse-gram.y" /* yacc.c:1648  */
     { report_flag |= report_states; /*}*/
- insert_after(0, "</PYACC_Section1_Verbose>");
- insert_before(0, "<PYACC_Section1_Verbose>");
+ insert_after(0, "</AST_Section1_Verbose>");
+ insert_before(0, "<AST_Section1_Verbose>");
  }
 #line 2352 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2365,8 +2365,8 @@ yyreduce:
   case 28:
 #line 472 "src/parse-gram.y" /* yacc.c:1648  */
     { yacc_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_YACC>");
- insert_before(0, "<PYACC_Section1_YACC>");
+ insert_after(0, "</AST_Section1_YACC>");
+ insert_before(0, "<AST_Section1_YACC>");
  }
 #line 2361 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2387,10 +2387,10 @@ yyreduce:
 #line 493 "src/parse-gram.y" /* yacc.c:1648  */
     {
       grammar_start_symbol_set ((yyvsp[0].symbol), (yylsp[0]));
- insert_after(1, "</PYACC_Section1Or2_Start>");
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(1, "<PYACC_SymbolRef>");
- insert_before(0, "<PYACC_Section1Or2_Start>");
+ insert_after(1, "</AST_Section1Or2_Start>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(1, "<AST_SymbolRef>");
+ insert_before(0, "<AST_Section1Or2_Start>");
     }
 #line 2385 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2400,10 +2400,10 @@ yyreduce:
     {
       code_props code;
       code_props_symbol_action_init (&code, (yyvsp[-1].code), (yylsp[-1]));
- /* should be BracedCode, but too hard to put PYACC_Text inside braces */
- code_piece_append("<PYACC_Text>");
+ /* should be BracedCode, but too hard to put AST_Text inside braces */
+ code_piece_append("<AST_Text>");
       code_props_translate_code (&code);
- code_piece_append("</PYACC_Text>");
+ code_piece_append("</AST_Text>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
@@ -2413,8 +2413,8 @@ yyreduce:
           symbol_list_code_props_set (list, (yyvsp[-2].code_type), &code);
         symbol_list_free ((yyvsp[0].list));
       }
- insert_after(2, "</PYACC_Section1Or2_CodeProps>");
- sprintf(gram_piece_temp, "<PYACC_Section1Or2_CodeProps _type=\"%d\">", (yyvsp[-2].code_type));
+ insert_after(2, "</AST_Section1Or2_CodeProps>");
+ sprintf(gram_piece_temp, "<AST_Section1Or2_CodeProps _type=\"%d\">", (yyvsp[-2].code_type));
  insert_before(0, gram_piece_temp);
     }
 #line 2410 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2424,8 +2424,8 @@ yyreduce:
 #line 522 "src/parse-gram.y" /* yacc.c:1648  */
     {
       default_prec = true;
- insert_after(0, "</PYACC_Section1Or2_DefaultPrec>");
- insert_before(0, "<PYACC_Section1Or2_DefaultPrec value=\"true\">");
+ insert_after(0, "</AST_Section1Or2_DefaultPrec>");
+ insert_before(0, "<AST_Section1Or2_DefaultPrec value=\"true\">");
    }
 #line 2420 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2434,8 +2434,8 @@ yyreduce:
 #line 528 "src/parse-gram.y" /* yacc.c:1648  */
     {
       default_prec = false;
- insert_after(0, "</PYACC_Section1Or2_DefaultPrec>");
- insert_before(0, "<PYACC_Section1Or2_DefaultPrec>");
+ insert_after(0, "</AST_Section1Or2_DefaultPrec>");
+ insert_before(0, "<AST_Section1Or2_DefaultPrec>");
     }
 #line 2430 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2445,16 +2445,16 @@ yyreduce:
     {
       /* Do not invoke muscle_percent_code_grow here since it invokes
          muscle_user_name_list_grow.  */
- code_piece_append("<PYACC_BracedCode>{<PYACC_Text>");
+ code_piece_append("<AST_BracedCode>{<AST_Text>");
       muscle_code_grow ("percent_code()",
                         translate_code_braceless ((yyvsp[0].code), (yylsp[0])), (yylsp[0]));
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>}</PYACC_BracedCode>");
+ code_piece_append("</AST_Text>}</AST_BracedCode>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
- insert_after(1, "</PYACC_Section1Or2_Code>");
- insert_before(0, "<PYACC_Section1Or2_Code><PYACC_ID />");
+ insert_after(1, "</AST_Section1Or2_Code>");
+ insert_before(0, "<AST_Section1Or2_Code><AST_ID />");
     }
 #line 2449 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2462,15 +2462,15 @@ yyreduce:
   case 39:
 #line 549 "src/parse-gram.y" /* yacc.c:1648  */
     {
- code_piece_append("<PYACC_BracedCode>{<PYACC_Text>");
+ code_piece_append("<AST_BracedCode>{<AST_Text>");
       muscle_percent_code_grow ((yyvsp[-1].uniqstr), (yylsp[-1]), translate_code_braceless ((yyvsp[0].code), (yylsp[0])), (yylsp[0]));
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>}</PYACC_BracedCode>");
+ code_piece_append("</AST_Text>}</AST_BracedCode>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 4]);
  gram_piece[gram_piece2 + 4] = strdup(code_piece[code_piece0 - 1]);
- insert_after(2, "</PYACC_Section1Or2_Code>");
- insert_before(0, "<PYACC_Section1Or2_Code>");
+ insert_after(2, "</AST_Section1Or2_Code>");
+ insert_before(0, "<AST_Section1Or2_Code>");
     }
 #line 2465 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2489,7 +2489,7 @@ yyreduce:
 
   case 42:
 #line 577 "src/parse-gram.y" /* yacc.c:1648  */
-    { insert_before(0, "<PYACC_ID />"); }
+    { insert_before(0, "<AST_ID />"); }
 #line 2483 "src/parse-gram.c" /* yacc.c:1648  */
     break;
 
@@ -2505,15 +2505,15 @@ yyreduce:
 #line 585 "src/parse-gram.y" /* yacc.c:1648  */
     {
       union_seen = true;
- code_piece_append("<PYACC_BracedCode>{<PYACC_Text>");
+ code_piece_append("<AST_BracedCode>{<AST_Text>");
       muscle_code_grow ("union_members", translate_code_braceless ((yyvsp[0].code), (yylsp[0])), (yylsp[0]));
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>}</PYACC_BracedCode>");
+ code_piece_append("</AST_Text>}</AST_BracedCode>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 4]);
  gram_piece[gram_piece2 + 4] = strdup(code_piece[code_piece0 - 1]);
- insert_after(2, "</PYACC_Section1Or2_Union>");
- insert_before(0, "<PYACC_Section1Or2_Union>");
+ insert_after(2, "</AST_Section1Or2_Union>");
+ insert_before(0, "<AST_Section1Or2_Union>");
     }
 #line 2508 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2529,8 +2529,8 @@ yyreduce:
     {
       current_class = unknown_sym;
       current_type = NULL;
- insert_after(2, "</PYACC_Section1Or2_NTerm>");
- insert_before(0, "<PYACC_Section1Or2_NTerm>");
+ insert_after(2, "</AST_Section1Or2_NTerm>");
+ insert_before(0, "<AST_Section1Or2_NTerm>");
     }
 #line 2525 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2546,8 +2546,8 @@ yyreduce:
     {
       current_class = unknown_sym;
       current_type = NULL;
- insert_after(2, "</PYACC_Section1Or2_Token>");
- insert_before(0, "<PYACC_Section1Or2_Token>");
+ insert_after(2, "</AST_Section1Or2_Token>");
+ insert_before(0, "<AST_Section1Or2_Token>");
     }
 #line 2542 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2560,8 +2560,8 @@ yyreduce:
       for (list = (yyvsp[0].list); list; list = list->next)
         symbol_type_set (list->content.sym, (yyvsp[-1].uniqstr), (yylsp[-1]));
       symbol_list_free ((yyvsp[0].list));
- insert_after(2, "</PYACC_Section1Or2_Type>");
- insert_before(0, "<PYACC_Section1Or2_Type>");
+ insert_after(2, "</AST_Section1Or2_Type>");
+ insert_before(0, "<AST_Section1Or2_Type>");
     }
 #line 2556 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2578,8 +2578,8 @@ yyreduce:
         }
       symbol_list_free ((yyvsp[0].list));
       current_type = NULL;
- insert_after(2, "</PYACC_Section1Or2_Precedence>");
- sprintf(gram_piece_temp, "<PYACC_Section1Or2_Precedence _type=\"%d\">", ((yyvsp[-2].assoc) & 3) - 1); /* -1 precedence, 0 right, 1 left, 2 nonassoc */
+ insert_after(2, "</AST_Section1Or2_Precedence>");
+ sprintf(gram_piece_temp, "<AST_Section1Or2_Precedence _type=\"%d\">", ((yyvsp[-2].assoc) & 3) - 1); /* -1 precedence, 0 right, 1 left, 2 nonassoc */
  insert_before(0, gram_piece_temp);
     }
 #line 2575 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2638,8 +2638,8 @@ yyreduce:
     {
       (yyval.symbol) = (yyvsp[0].symbol);
       symbol_class_set ((yyvsp[0].symbol), token_sym, (yylsp[0]), false);
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
     }
 #line 2634 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2650,8 +2650,8 @@ yyreduce:
       (yyval.symbol) = (yyvsp[-1].symbol);
       symbol_user_token_number_set ((yyvsp[-1].symbol), (yyvsp[0].integer), (yylsp[0]));
       symbol_class_set ((yyvsp[-1].symbol), token_sym, (yylsp[-1]), false);
- insert_after(1, "</PYACC_SymbolRef>");
- sprintf(gram_piece_temp, "<PYACC_SymbolRef user_token=\"%d\">", (yyvsp[0].integer));
+ insert_after(1, "</AST_SymbolRef>");
+ sprintf(gram_piece_temp, "<AST_SymbolRef user_token=\"%d\">", (yyvsp[0].integer));
  insert_before(0, gram_piece_temp);
     }
 #line 2647 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2660,8 +2660,8 @@ yyreduce:
   case 61:
 #line 689 "src/parse-gram.y" /* yacc.c:1648  */
     { (yyval.list) = symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0])); /*}*/
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
  }
 #line 2656 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2669,8 +2669,8 @@ yyreduce:
   case 62:
 #line 694 "src/parse-gram.y" /* yacc.c:1648  */
     { (yyval.list) = symbol_list_append ((yyvsp[-1].list), symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0]))); /*}*/
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(1, "<PYACC_SymbolRef>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(1, "<AST_SymbolRef>");
  }
 #line 2665 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2690,8 +2690,8 @@ yyreduce:
   case 65:
 #line 706 "src/parse-gram.y" /* yacc.c:1648  */
     { (yyval.list) = symbol_list_sym_new ((yyvsp[0].symbol), (yylsp[0])); /*}*/
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
  }
 #line 2686 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2728,8 +2728,8 @@ yyreduce:
     {
       symbol_class_set ((yyvsp[0].symbol), current_class, (yylsp[0]), true);
       symbol_type_set ((yyvsp[0].symbol), current_type, (yylsp[0]));
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
     }
 #line 2724 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2740,8 +2740,8 @@ yyreduce:
       symbol_class_set ((yyvsp[-1].symbol), current_class, (yylsp[-1]), true);
       symbol_type_set ((yyvsp[-1].symbol), current_type, (yylsp[-1]));
       symbol_user_token_number_set ((yyvsp[-1].symbol), (yyvsp[0].integer), (yylsp[0]));
- insert_after(1, "</PYACC_SymbolRef>");
- sprintf(gram_piece_temp, "<PYACC_SymbolRef user_token=\"%d\">", (yyvsp[0].integer));
+ insert_after(1, "</AST_SymbolRef>");
+ sprintf(gram_piece_temp, "<AST_SymbolRef user_token=\"%d\">", (yyvsp[0].integer));
  insert_before(0, gram_piece_temp);
     }
 #line 2737 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2753,8 +2753,8 @@ yyreduce:
       symbol_class_set ((yyvsp[-1].symbol), current_class, (yylsp[-1]), true);
       symbol_type_set ((yyvsp[-1].symbol), current_type, (yylsp[-1]));
       symbol_make_alias ((yyvsp[-1].symbol), (yyvsp[0].symbol), (yyloc));
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
     }
 #line 2749 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2766,8 +2766,8 @@ yyreduce:
       symbol_type_set ((yyvsp[-2].symbol), current_type, (yylsp[-2]));
       symbol_user_token_number_set ((yyvsp[-2].symbol), (yyvsp[-1].integer), (yylsp[-1]));
       symbol_make_alias ((yyvsp[-2].symbol), (yyvsp[0].symbol), (yyloc));
- insert_after(2, "</PYACC_SymbolRef>");
- sprintf(gram_piece_temp, "<PYACC_SymbolRef user_token=\"%d\">", (yyvsp[-1].integer));
+ insert_after(2, "</AST_SymbolRef>");
+ sprintf(gram_piece_temp, "<AST_SymbolRef user_token=\"%d\">", (yyvsp[-1].integer));
  insert_before(0, gram_piece_temp);
     }
 #line 2763 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2792,11 +2792,11 @@ yyreduce:
     {
     /* Free the current lhs. */
     current_lhs (0, (yylsp[-3]), 0);
- insert_after(3, "</PYACC_Section2_Rules>");
+ insert_after(3, "</AST_Section2_Rules>");
  /* the following will capture the ':', aesthetically unpleasing but benign */
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
- insert_before(0, "<PYACC_Section2_Rules>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
+ insert_before(0, "<AST_Section2_Rules>");
   }
 #line 2791 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2804,8 +2804,8 @@ yyreduce:
   case 84:
 #line 803 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_end ((yylsp[0])); /*}*/
- insert_after(0, "</PYACC_Production>");
- insert_before(0, "<PYACC_Production>");
+ insert_after(0, "</AST_Production>");
+ insert_before(0, "<AST_Production>");
  }
 #line 2800 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2813,8 +2813,8 @@ yyreduce:
   case 85:
 #line 807 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_end ((yylsp[0])); /*}*/
- insert_after(2, "</PYACC_Production>");
- insert_before(2, "<PYACC_Production>");
+ insert_after(2, "</AST_Production>");
+ insert_before(2, "<AST_Production>");
  }
 #line 2809 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2838,22 +2838,22 @@ yyreduce:
   case 88:
 #line 829 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_symbol_append ((yyvsp[-1].symbol), (yylsp[-1]), (yyvsp[0].named_ref)); /*}*/
- insert_after(2, "</PYACC_Production_SymbolRef>");
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(1, "<PYACC_Production_SymbolRef><PYACC_SymbolRef>");
+ insert_after(2, "</AST_Production_SymbolRef>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(1, "<AST_Production_SymbolRef><AST_SymbolRef>");
  }
 #line 2835 "src/parse-gram.c" /* yacc.c:1648  */
     break;
 
   case 89:
 #line 835 "src/parse-gram.y" /* yacc.c:1648  */
-    { /* should be BracedCode, but too hard to put PYACC_Text inside braces */ code_piece_append("<PYACC_Text>"); grammar_current_rule_action_append ((yyvsp[-1].code), (yylsp[-1]), (yyvsp[0].named_ref), false); /*}*/
- code_piece_append("</PYACC_Text>");
+    { /* should be BracedCode, but too hard to put AST_Text inside braces */ code_piece_append("<AST_Text>"); grammar_current_rule_action_append ((yyvsp[-1].code), (yylsp[-1]), (yyvsp[0].named_ref), false); /*}*/
+ code_piece_append("</AST_Text>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
- insert_after(2, "</PYACC_Production_Action>");
- insert_before(1, "<PYACC_Production_Action>");
+ insert_after(2, "</AST_Production_Action>");
+ insert_before(1, "<AST_Production_Action>");
  }
 #line 2848 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2867,8 +2867,8 @@ yyreduce:
   case 91:
 #line 846 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_empty_set ((yylsp[0])); /*}*/
- insert_after(1, "</PYACC_Production_Empty>");
- insert_before(1, "<PYACC_Production_Empty>");
+ insert_after(1, "</AST_Production_Empty>");
+ insert_before(1, "<AST_Production_Empty>");
  }
 #line 2863 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2876,10 +2876,10 @@ yyreduce:
   case 92:
 #line 851 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_prec_set ((yyvsp[0].symbol), (yylsp[0])); /*}*/
- insert_after(2, "</PYACC_Production_Prec>");
- insert_after(2, "</PYACC_SymbolRef>");
- insert_before(2, "<PYACC_SymbolRef>");
- insert_before(1, "<PYACC_Production_Prec>");
+ insert_after(2, "</AST_Production_Prec>");
+ insert_after(2, "</AST_SymbolRef>");
+ insert_before(2, "<AST_SymbolRef>");
+ insert_before(1, "<AST_Production_Prec>");
  }
 #line 2874 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2887,8 +2887,8 @@ yyreduce:
   case 93:
 #line 858 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_dprec_set ((yyvsp[0].integer), (yylsp[0])); /*}*/
- insert_after(2, "</PYACC_Production_DPrec>");
- sprintf(gram_piece_temp, "<PYACC_Production_DPrec value=\"%d\">", (yyvsp[0].integer));
+ insert_after(2, "</AST_Production_DPrec>");
+ sprintf(gram_piece_temp, "<AST_Production_DPrec value=\"%d\">", (yyvsp[0].integer));
  insert_before(1, gram_piece_temp);
  }
 #line 2884 "src/parse-gram.c" /* yacc.c:1648  */
@@ -2897,8 +2897,8 @@ yyreduce:
   case 94:
 #line 864 "src/parse-gram.y" /* yacc.c:1648  */
     { grammar_current_rule_merge_set ((yyvsp[0].uniqstr), (yylsp[0])); /*}*/
- insert_after(2, "</PYACC_Production_Merge>");
- insert_before(1, "<PYACC_Production_Merge>");
+ insert_after(2, "</AST_Production_Merge>");
+ insert_before(1, "<AST_Production_Merge>");
  }
 #line 2893 "src/parse-gram.c" /* yacc.c:1648  */
     break;
@@ -2982,12 +2982,12 @@ yyreduce:
 #if 0
  int gram_piece0_save = gram_piece0, gram_piece1_save = gram_piece1;
  gram_piece0 = gram_piece1;
- /*gram_piece_append("<PYACC_Epilogue>");*/
+ /*gram_piece_append("<AST_Epilogue>");*/
 #endif
       muscle_code_grow ("epilogue", translate_code ((yyvsp[0].code), (yylsp[0]), true), (yylsp[0]));
       code_scanner_last_string_free ();
 #if 0
- /*gram_piece_append("</PYACC_Epilogue>");*/
+ /*gram_piece_append("</AST_Epilogue>");*/
  gram_piece_pack();
  /* delete marked up code from lexer and use that from translate_code() */
  free(gram_piece[gram_piece2 + 2]);
@@ -2995,8 +2995,8 @@ yyreduce:
  gram_piece0 = gram_piece0_save;
  gram_piece1 = gram_piece1_save;
 #endif
- insert_after(1, "</PYACC_Section3>");
- insert_after(0, "<PYACC_Section3>");
+ insert_after(1, "</AST_Section3>");
+ insert_after(0, "<AST_Section3>");
     }
 #line 2991 "src/parse-gram.c" /* yacc.c:1648  */
     break;
index f8f2ef8..5933b5f 100644 (file)
 input:
   prologue_declarations "%%" grammar epilogue.opt
  {
- insert_after(2, "</PYACC_Section2>");
- insert_before(2, "<PYACC_Section2>");
- insert_after(0, "</PYACC_Section1>");
- insert_before(0, "<PYACC_Section1>");
+ insert_after(2, "</AST_Section2>");
+ insert_before(2, "<AST_Section2>");
+ insert_after(0, "</AST_Section1>");
+ insert_before(0, "<AST_Section1>");
  }
 ;
 
@@ -320,11 +320,11 @@ prologue_declaration:
 | "%{...%}"
     {
  /* inserting %{...%} below is a hack as we may lose some whitespace near it */
- code_piece_append("<PYACC_Section1_Prologue>%{<PYACC_Text>");
+ code_piece_append("<AST_Section1_Prologue>%{<AST_Text>");
       muscle_code_grow (union_seen ? "post_prologue" : "pre_prologue",
                         translate_code ($1, @1, true), @1);
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>%}</PYACC_Section1_Prologue>");
+ code_piece_append("</AST_Text>%}</AST_Section1_Prologue>");
  code_piece_pack();
  free(gram_piece[gram_piece2]);
  gram_piece[gram_piece2] = strdup(code_piece[code_piece0 - 1]);
@@ -333,16 +333,16 @@ prologue_declaration:
     {
       muscle_percent_define_ensure ($1, @1, true);
  if (strcmp($1, "api.pure") == 0) {
-  insert_after(0, "</PYACC_Section1_PureParser>");
-  insert_before(0, "<PYACC_Section1_PureParser>");
+  insert_after(0, "</AST_Section1_PureParser>");
+  insert_before(0, "<AST_Section1_PureParser>");
  }
  else if (strcmp($1, "locations") == 0) {
-  insert_after(0, "</PYACC_Section1_Locations>");
-  insert_before(0, "<PYACC_Section1_Locations>");
+  insert_after(0, "</AST_Section1_Locations>");
+  insert_before(0, "<AST_Section1_Locations>");
  }
  else if (strcmp($1, "parse.trace") == 0) {
-  insert_after(0, "</PYACC_Section1_Debug>");
-  insert_before(0, "<PYACC_Section1_Debug>");
+  insert_after(0, "</AST_Section1_Debug>");
+  insert_before(0, "<AST_Section1_Debug>");
  }
  else
   abort();
@@ -351,89 +351,89 @@ prologue_declaration:
     {
       muscle_percent_define_insert ($2, @2, $3.kind, $3.chars,
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
- insert_after(2, "</PYACC_Section1_Define>");
- insert_before(0, "<PYACC_Section1_Define>");
+ insert_after(2, "</AST_Section1_Define>");
+ insert_before(0, "<AST_Section1_Define>");
     }
 | "%defines"                       { defines_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_Defines>");
- insert_before(0, "<PYACC_Section1_Defines>");
+ insert_after(0, "</AST_Section1_Defines>");
+ insert_before(0, "<AST_Section1_Defines>");
  }
 | "%defines" STRING
     {
       defines_flag = true;
       spec_defines_file = xstrdup ($2);
- insert_after(1, "</PYACC_Section1_Defines>");
- insert_before(0, "<PYACC_Section1_Defines>");
+ insert_after(1, "</AST_Section1_Defines>");
+ insert_before(0, "<AST_Section1_Defines>");
     }
 | "%error-verbose"
     {
       muscle_percent_define_insert ("parse.error", @1, muscle_keyword,
                                     "verbose",
                                     MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE);
- insert_after(0, "</PYACC_Section1_ErrorVerbose>");
- insert_before(0, "<PYACC_Section1_ErrorVerbose>");
+ insert_after(0, "</AST_Section1_ErrorVerbose>");
+ insert_before(0, "<AST_Section1_ErrorVerbose>");
     }
 | "%expect" INT                    { expected_sr_conflicts = $2; /*}*/
- insert_after(1, "</PYACC_Section1_Expect>");
- sprintf(gram_piece_temp, "<PYACC_Section1_Expect value=\"%d\">", $2);
+ insert_after(1, "</AST_Section1_Expect>");
+ sprintf(gram_piece_temp, "<AST_Section1_Expect value=\"%d\">", $2);
  insert_before(0, gram_piece_temp);
  }
 | "%expect-rr" INT                 { expected_rr_conflicts = $2; /*}*/
- insert_after(1, "</PYACC_Section1_ExpectRR>");
- sprintf(gram_piece_temp, "<PYACC_Section1_ExpectRR value=\"%d\">", $2);
+ insert_after(1, "</AST_Section1_ExpectRR>");
+ sprintf(gram_piece_temp, "<AST_Section1_ExpectRR value=\"%d\">", $2);
  insert_before(0, gram_piece_temp);
  }
 | "%file-prefix" STRING            { spec_file_prefix = $2; /*}*/
- insert_after(1, "</PYACC_Section1_FilePrefix>");
- insert_before(0, "<PYACC_Section1_FilePrefix>");
+ insert_after(1, "</AST_Section1_FilePrefix>");
+ insert_before(0, "<AST_Section1_FilePrefix>");
  }
 | "%glr-parser"
     {
       nondeterministic_parser = true;
       glr_parser = true;
- insert_after(0, "</PYACC_Section1_GLRParser>");
- insert_before(0, "<PYACC_Section1_GLRParser>");
+ insert_after(0, "</AST_Section1_GLRParser>");
+ insert_before(0, "<AST_Section1_GLRParser>");
     }
 | "%initial-action" "{...}"
     {
- /* should be BracedCode, but too hard to put PYACC_Text inside braces */
- code_piece_append("<PYACC_Text>");
+ /* should be BracedCode, but too hard to put AST_Text inside braces */
+ code_piece_append("<AST_Text>");
       muscle_code_grow ("initial_action", translate_code ($2, @2, false), @2);
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>");
+ code_piece_append("</AST_Text>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
- insert_after(1, "</PYACC_Section1_InitialAction>");
- insert_before(0, "<PYACC_Section1_InitialAction>");
+ insert_after(1, "</AST_Section1_InitialAction>");
+ insert_before(0, "<AST_Section1_InitialAction>");
     }
 | "%language" STRING            { language_argmatch ($2, grammar_prio, @1); /*}*/
- insert_after(1, "</PYACC_Section1_Language>");
- insert_before(0, "<PYACC_Section1_Language>");
+ insert_after(1, "</AST_Section1_Language>");
+ insert_before(0, "<AST_Section1_Language>");
  }
 | "%name-prefix" STRING         { spec_name_prefix = $2; /*}*/
- insert_after(1, "</PYACC_Section1_NamePrefix>");
- insert_before(0, "<PYACC_Section1_NamePrefix>");
+ insert_after(1, "</AST_Section1_NamePrefix>");
+ insert_before(0, "<AST_Section1_NamePrefix>");
  }
 | "%no-lines"                   { no_lines_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_Lines>");
- insert_before(0, "<PYACC_Section1_Lines value=\"false\">");
+ insert_after(0, "</AST_Section1_Lines>");
+ insert_before(0, "<AST_Section1_Lines value=\"false\">");
  }
 | "%nondeterministic-parser"    { nondeterministic_parser = true; /*}*/
- insert_after(0, "</PYACC_Section1_NonDeterministicParser>");
- insert_before(0, "<PYACC_Section1_NonDeterministicParser>");
+ insert_after(0, "</AST_Section1_NonDeterministicParser>");
+ insert_before(0, "<AST_Section1_NonDeterministicParser>");
  }
 | "%output" STRING              { spec_outfile = $2; /*}*/
- insert_after(1, "</PYACC_Section1_Output>");
- insert_before(0, "<PYACC_Section1_Output>");
+ insert_after(1, "</AST_Section1_Output>");
+ insert_before(0, "<AST_Section1_Output>");
  }
 | "%param" { current_param = $1; } params { current_param = param_none; /*}*/
- insert_after(2, "</PYACC_Section1_Param>");
- insert_before(0, "<PYACC_Section1_Param>");
+ insert_after(2, "</AST_Section1_Param>");
+ insert_before(0, "<AST_Section1_Param>");
  }
 | "%require" STRING             { version_check (&@2, $2); /*}*/
- insert_after(1, "</PYACC_Section1_Require>");
- insert_before(0, "<PYACC_Section1_Require>");
+ insert_after(1, "</AST_Section1_Require>");
+ insert_before(0, "<AST_Section1_Require>");
  }
 | "%skeleton" STRING
     {
@@ -458,20 +458,20 @@ prologue_declaration:
           free (skeleton_build);
         }
       skeleton_arg (skeleton_user, grammar_prio, @1);
- insert_after(1, "</PYACC_Section1_Skeleton>");
- insert_before(0, "<PYACC_Section1_Skeleton>");
+ insert_after(1, "</AST_Section1_Skeleton>");
+ insert_before(0, "<AST_Section1_Skeleton>");
     }
 | "%token-table"                { token_table_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_TokenTable>");
- insert_before(0, "<PYACC_Section1_TokenTable>");
+ insert_after(0, "</AST_Section1_TokenTable>");
+ insert_before(0, "<AST_Section1_TokenTable>");
  }
 | "%verbose"                    { report_flag |= report_states; /*}*/
- insert_after(0, "</PYACC_Section1_Verbose>");
- insert_before(0, "<PYACC_Section1_Verbose>");
+ insert_after(0, "</AST_Section1_Verbose>");
+ insert_before(0, "<AST_Section1_Verbose>");
  }
 | "%yacc"                       { yacc_flag = true; /*}*/
- insert_after(0, "</PYACC_Section1_YACC>");
- insert_before(0, "<PYACC_Section1_YACC>");
+ insert_after(0, "</AST_Section1_YACC>");
+ insert_before(0, "<AST_Section1_YACC>");
  }
 | /*FIXME: Err?  What is this horror doing here? */ ";"
 ;
@@ -492,19 +492,19 @@ grammar_declaration:
 | "%start" symbol
     {
       grammar_start_symbol_set ($2, @2);
- insert_after(1, "</PYACC_Section1Or2_Start>");
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(1, "<PYACC_SymbolRef>");
- insert_before(0, "<PYACC_Section1Or2_Start>");
+ insert_after(1, "</AST_Section1Or2_Start>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(1, "<AST_SymbolRef>");
+ insert_before(0, "<AST_Section1Or2_Start>");
     }
 | code_props_type "{...}" generic_symlist
     {
       code_props code;
       code_props_symbol_action_init (&code, $2, @2);
- /* should be BracedCode, but too hard to put PYACC_Text inside braces */
- code_piece_append("<PYACC_Text>");
+ /* should be BracedCode, but too hard to put AST_Text inside braces */
+ code_piece_append("<AST_Text>");
       code_props_translate_code (&code);
- code_piece_append("</PYACC_Text>");
+ code_piece_append("</AST_Text>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
@@ -514,48 +514,48 @@ grammar_declaration:
           symbol_list_code_props_set (list, $1, &code);
         symbol_list_free ($3);
       }
- insert_after(2, "</PYACC_Section1Or2_CodeProps>");
- sprintf(gram_piece_temp, "<PYACC_Section1Or2_CodeProps _type=\"%d\">", $1);
+ insert_after(2, "</AST_Section1Or2_CodeProps>");
+ sprintf(gram_piece_temp, "<AST_Section1Or2_CodeProps _type=\"%d\">", $1);
  insert_before(0, gram_piece_temp);
     }
 | "%default-prec"
     {
       default_prec = true;
- insert_after(0, "</PYACC_Section1Or2_DefaultPrec>");
- insert_before(0, "<PYACC_Section1Or2_DefaultPrec value=\"true\">");
+ insert_after(0, "</AST_Section1Or2_DefaultPrec>");
+ insert_before(0, "<AST_Section1Or2_DefaultPrec value=\"true\">");
    }
 | "%no-default-prec"
     {
       default_prec = false;
- insert_after(0, "</PYACC_Section1Or2_DefaultPrec>");
- insert_before(0, "<PYACC_Section1Or2_DefaultPrec>");
+ insert_after(0, "</AST_Section1Or2_DefaultPrec>");
+ insert_before(0, "<AST_Section1Or2_DefaultPrec>");
     }
 | "%code" "{...}"
     {
       /* Do not invoke muscle_percent_code_grow here since it invokes
          muscle_user_name_list_grow.  */
- code_piece_append("<PYACC_BracedCode>{<PYACC_Text>");
+ code_piece_append("<AST_BracedCode>{<AST_Text>");
       muscle_code_grow ("percent_code()",
                         translate_code_braceless ($2, @2), @2);
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>}</PYACC_BracedCode>");
+ code_piece_append("</AST_Text>}</AST_BracedCode>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
- insert_after(1, "</PYACC_Section1Or2_Code>");
- insert_before(0, "<PYACC_Section1Or2_Code><PYACC_ID />");
+ insert_after(1, "</AST_Section1Or2_Code>");
+ insert_before(0, "<AST_Section1Or2_Code><AST_ID />");
     }
 | "%code" ID "{...}"
     {
- code_piece_append("<PYACC_BracedCode>{<PYACC_Text>");
+ code_piece_append("<AST_BracedCode>{<AST_Text>");
       muscle_percent_code_grow ($2, @2, translate_code_braceless ($3, @3), @3);
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>}</PYACC_BracedCode>");
+ code_piece_append("</AST_Text>}</AST_BracedCode>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 4]);
  gram_piece[gram_piece2 + 4] = strdup(code_piece[code_piece0 - 1]);
- insert_after(2, "</PYACC_Section1Or2_Code>");
- insert_before(0, "<PYACC_Section1Or2_Code>");
+ insert_after(2, "</AST_Section1Or2_Code>");
+ insert_before(0, "<AST_Section1Or2_Code>");
     }
 ;
 
@@ -574,7 +574,7 @@ code_props_type:
 %token PERCENT_UNION "%union";
 
 union_name:
-  %empty { insert_before(0, "<PYACC_ID />"); }
+  %empty { insert_before(0, "<AST_ID />"); }
 | ID     { muscle_percent_define_insert ("api.value.union.name",
                                          @1, muscle_keyword, $1,
                                          MUSCLE_PERCENT_DEFINE_GRAMMAR_FILE); }
@@ -584,15 +584,15 @@ grammar_declaration:
   "%union" union_name "{...}"
     {
       union_seen = true;
- code_piece_append("<PYACC_BracedCode>{<PYACC_Text>");
+ code_piece_append("<AST_BracedCode>{<AST_Text>");
       muscle_code_grow ("union_members", translate_code_braceless ($3, @3), @3);
       code_scanner_last_string_free ();
- code_piece_append("</PYACC_Text>}</PYACC_BracedCode>");
+ code_piece_append("</AST_Text>}</AST_BracedCode>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 4]);
  gram_piece[gram_piece2 + 4] = strdup(code_piece[code_piece0 - 1]);
- insert_after(2, "</PYACC_Section1Or2_Union>");
- insert_before(0, "<PYACC_Section1Or2_Union>");
+ insert_after(2, "</AST_Section1Or2_Union>");
+ insert_before(0, "<AST_Section1Or2_Union>");
     }
 ;
 
@@ -604,15 +604,15 @@ symbol_declaration:
     {
       current_class = unknown_sym;
       current_type = NULL;
- insert_after(2, "</PYACC_Section1Or2_NTerm>");
- insert_before(0, "<PYACC_Section1Or2_NTerm>");
+ insert_after(2, "</AST_Section1Or2_NTerm>");
+ insert_before(0, "<AST_Section1Or2_NTerm>");
     }
 | "%token" { current_class = token_sym; } symbol_defs.1
     {
       current_class = unknown_sym;
       current_type = NULL;
- insert_after(2, "</PYACC_Section1Or2_Token>");
- insert_before(0, "<PYACC_Section1Or2_Token>");
+ insert_after(2, "</AST_Section1Or2_Token>");
+ insert_before(0, "<AST_Section1Or2_Token>");
     }
 | "%type" TAG symbols.1
     {
@@ -621,8 +621,8 @@ symbol_declaration:
       for (list = $3; list; list = list->next)
         symbol_type_set (list->content.sym, $2, @2);
       symbol_list_free ($3);
- insert_after(2, "</PYACC_Section1Or2_Type>");
- insert_before(0, "<PYACC_Section1Or2_Type>");
+ insert_after(2, "</AST_Section1Or2_Type>");
+ insert_before(0, "<AST_Section1Or2_Type>");
     }
 ;
 
@@ -638,8 +638,8 @@ precedence_declaration:
         }
       symbol_list_free ($3);
       current_type = NULL;
- insert_after(2, "</PYACC_Section1Or2_Precedence>");
- sprintf(gram_piece_temp, "<PYACC_Section1Or2_Precedence _type=\"%d\">", ($1 & 3) - 1); /* -1 precedence, 0 right, 1 left, 2 nonassoc */
+ insert_after(2, "</AST_Section1Or2_Precedence>");
+ sprintf(gram_piece_temp, "<AST_Section1Or2_Precedence _type=\"%d\">", ($1 & 3) - 1); /* -1 precedence, 0 right, 1 left, 2 nonassoc */
  insert_before(0, gram_piece_temp);
     }
 ;
@@ -669,16 +669,16 @@ symbol.prec:
     {
       $$ = $1;
       symbol_class_set ($1, token_sym, @1, false);
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
     }
 | symbol INT
     {
       $$ = $1;
       symbol_user_token_number_set ($1, $2, @2);
       symbol_class_set ($1, token_sym, @1, false);
- insert_after(1, "</PYACC_SymbolRef>");
- sprintf(gram_piece_temp, "<PYACC_SymbolRef user_token=\"%d\">", $2);
+ insert_after(1, "</AST_SymbolRef>");
+ sprintf(gram_piece_temp, "<AST_SymbolRef user_token=\"%d\">", $2);
  insert_before(0, gram_piece_temp);
     }
 ;
@@ -687,13 +687,13 @@ symbol.prec:
 symbols.1:
   symbol
     { $$ = symbol_list_sym_new ($1, @1); /*}*/
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
  }
 | symbols.1 symbol
     { $$ = symbol_list_append ($1, symbol_list_sym_new ($2, @2)); /*}*/
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(1, "<PYACC_SymbolRef>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(1, "<AST_SymbolRef>");
  }
 ;
 
@@ -704,8 +704,8 @@ generic_symlist:
 
 generic_symlist_item:
   symbol    { $$ = symbol_list_sym_new ($1, @1); /*}*/
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
  }
 | tag       { $$ = symbol_list_type_new ($1, @1); }
 ;
@@ -727,16 +727,16 @@ symbol_def:
     {
       symbol_class_set ($1, current_class, @1, true);
       symbol_type_set ($1, current_type, @1);
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
     }
 | id INT
     {
       symbol_class_set ($1, current_class, @1, true);
       symbol_type_set ($1, current_type, @1);
       symbol_user_token_number_set ($1, $2, @2);
- insert_after(1, "</PYACC_SymbolRef>");
- sprintf(gram_piece_temp, "<PYACC_SymbolRef user_token=\"%d\">", $2);
+ insert_after(1, "</AST_SymbolRef>");
+ sprintf(gram_piece_temp, "<AST_SymbolRef user_token=\"%d\">", $2);
  insert_before(0, gram_piece_temp);
     }
 | id string_as_id
@@ -744,8 +744,8 @@ symbol_def:
       symbol_class_set ($1, current_class, @1, true);
       symbol_type_set ($1, current_type, @1);
       symbol_make_alias ($1, $2, @$);
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
     }
 | id INT string_as_id
     {
@@ -753,8 +753,8 @@ symbol_def:
       symbol_type_set ($1, current_type, @1);
       symbol_user_token_number_set ($1, $2, @2);
       symbol_make_alias ($1, $3, @$);
- insert_after(2, "</PYACC_SymbolRef>");
- sprintf(gram_piece_temp, "<PYACC_SymbolRef user_token=\"%d\">", $2);
+ insert_after(2, "</AST_SymbolRef>");
+ sprintf(gram_piece_temp, "<AST_SymbolRef user_token=\"%d\">", $2);
  insert_before(0, gram_piece_temp);
     }
 ;
@@ -791,22 +791,22 @@ rules:
   {
     /* Free the current lhs. */
     current_lhs (0, @1, 0);
- insert_after(3, "</PYACC_Section2_Rules>");
+ insert_after(3, "</AST_Section2_Rules>");
  /* the following will capture the ':', aesthetically unpleasing but benign */
- insert_after(0, "</PYACC_SymbolRef>");
- insert_before(0, "<PYACC_SymbolRef>");
- insert_before(0, "<PYACC_Section2_Rules>");
+ insert_after(0, "</AST_SymbolRef>");
+ insert_before(0, "<AST_SymbolRef>");
+ insert_before(0, "<AST_Section2_Rules>");
   }
 ;
 
 rhses.1:
   rhs                { grammar_current_rule_end (@1); /*}*/
- insert_after(0, "</PYACC_Production>");
- insert_before(0, "<PYACC_Production>");
+ insert_after(0, "</AST_Production>");
+ insert_before(0, "<AST_Production>");
  }
 | rhses.1 "|" rhs    { grammar_current_rule_end (@3); /*}*/
- insert_after(2, "</PYACC_Production>");
- insert_before(2, "<PYACC_Production>");
+ insert_after(2, "</AST_Production>");
+ insert_before(2, "<AST_Production>");
  }
 | rhses.1 ";"
 ;
@@ -827,43 +827,43 @@ rhs:
  } 
 | rhs symbol named_ref.opt
     { grammar_current_rule_symbol_append ($2, @2, $3); /*}*/
- insert_after(2, "</PYACC_Production_SymbolRef>");
- insert_after(1, "</PYACC_SymbolRef>");
- insert_before(1, "<PYACC_Production_SymbolRef><PYACC_SymbolRef>");
+ insert_after(2, "</AST_Production_SymbolRef>");
+ insert_after(1, "</AST_SymbolRef>");
+ insert_before(1, "<AST_Production_SymbolRef><AST_SymbolRef>");
  }
 | rhs "{...}" named_ref.opt
-    { /* should be BracedCode, but too hard to put PYACC_Text inside braces */ code_piece_append("<PYACC_Text>"); grammar_current_rule_action_append ($2, @2, $3, false); /*}*/
- code_piece_append("</PYACC_Text>");
+    { /* should be BracedCode, but too hard to put AST_Text inside braces */ code_piece_append("<AST_Text>"); grammar_current_rule_action_append ($2, @2, $3, false); /*}*/
+ code_piece_append("</AST_Text>");
  code_piece_pack();
  free(gram_piece[gram_piece2 + 2]);
  gram_piece[gram_piece2 + 2] = strdup(code_piece[code_piece0 - 1]);
- insert_after(2, "</PYACC_Production_Action>");
- insert_before(1, "<PYACC_Production_Action>");
+ insert_after(2, "</AST_Production_Action>");
+ insert_before(1, "<AST_Production_Action>");
  }
 | rhs "%?{...}"
     { grammar_current_rule_action_append ($2, @2, NULL, true); }
 | rhs "%empty"
     { grammar_current_rule_empty_set (@2); /*}*/
- insert_after(1, "</PYACC_Production_Empty>");
- insert_before(1, "<PYACC_Production_Empty>");
+ insert_after(1, "</AST_Production_Empty>");
+ insert_before(1, "<AST_Production_Empty>");
  }
 | rhs "%prec" symbol
     { grammar_current_rule_prec_set ($3, @3); /*}*/
- insert_after(2, "</PYACC_Production_Prec>");
- insert_after(2, "</PYACC_SymbolRef>");
- insert_before(2, "<PYACC_SymbolRef>");
- insert_before(1, "<PYACC_Production_Prec>");
+ insert_after(2, "</AST_Production_Prec>");
+ insert_after(2, "</AST_SymbolRef>");
+ insert_before(2, "<AST_SymbolRef>");
+ insert_before(1, "<AST_Production_Prec>");
  }
 | rhs "%dprec" INT
     { grammar_current_rule_dprec_set ($3, @3); /*}*/
- insert_after(2, "</PYACC_Production_DPrec>");
- sprintf(gram_piece_temp, "<PYACC_Production_DPrec value=\"%d\">", $3);
+ insert_after(2, "</AST_Production_DPrec>");
+ sprintf(gram_piece_temp, "<AST_Production_DPrec value=\"%d\">", $3);
  insert_before(1, gram_piece_temp);
  }
 | rhs "%merge" TAG
     { grammar_current_rule_merge_set ($3, @3); /*}*/
- insert_after(2, "</PYACC_Production_Merge>");
- insert_before(1, "<PYACC_Production_Merge>");
+ insert_after(2, "</AST_Production_Merge>");
+ insert_before(1, "<AST_Production_Merge>");
  }
 ;
 
@@ -956,12 +956,12 @@ epilogue.opt:
 #if 0
  int gram_piece0_save = gram_piece0, gram_piece1_save = gram_piece1;
  gram_piece0 = gram_piece1;
- /*gram_piece_append("<PYACC_Epilogue>");*/
+ /*gram_piece_append("<AST_Epilogue>");*/
 #endif
       muscle_code_grow ("epilogue", translate_code ($2, @2, true), @2);
       code_scanner_last_string_free ();
 #if 0
- /*gram_piece_append("</PYACC_Epilogue>");*/
+ /*gram_piece_append("</AST_Epilogue>");*/
  gram_piece_pack();
  /* delete marked up code from lexer and use that from translate_code() */
  free(gram_piece[gram_piece2 + 2]);
@@ -969,8 +969,8 @@ epilogue.opt:
  gram_piece0 = gram_piece0_save;
  gram_piece1 = gram_piece1_save;
 #endif
- insert_after(1, "</PYACC_Section3>");
- insert_after(0, "<PYACC_Section3>");
+ insert_after(1, "</AST_Section3>");
+ insert_after(0, "<AST_Section3>");
     }
 ;
 
index c74b827..a7992bc 100644 (file)
@@ -677,11 +677,11 @@ reader (void)
   gram_scanner_initialize ();
 #if 1
  void gram_piece_append(const char *str);
- gram_piece_append("<root>\n  <PYACC ref=\"0\">");
+ gram_piece_append("<root>\n  <AST ref=\"0\">");
 #endif
   gram_parse ();
 #if 1
- gram_piece_append("</PYACC>\n</root>\n");
+ gram_piece_append("</AST>\n</root>\n");
 
  extern char *gram_piece[];
  extern int gram_piece1;
index f2a1c13..f595beb 100644 (file)
@@ -1,23 +1,22 @@
+#line 2 "src/scan-code.c"
 
+#line 4 "src/scan-code.c"
 
 #define  YY_INT_ALIGNED short int
 
 /* A lexical scanner generated by flex */
 
-/* GENERATE PREFIX BEGIN */
+/* %not-for-header */
+
+/* %if-c-only */
+/* %if-not-reentrant */
 #define yy_create_buffer code__create_buffer
 #define yy_delete_buffer code__delete_buffer
-#define yy_scan_buffer code__scan_buffer
-#define yy_scan_string code__scan_string
-#define yy_scan_bytes code__scan_bytes
+#define yy_flex_debug code__flex_debug
 #define yy_init_buffer code__init_buffer
 #define yy_flush_buffer code__flush_buffer
 #define yy_load_buffer_state code__load_buffer_state
 #define yy_switch_to_buffer code__switch_to_buffer
-#define yypush_buffer_state code_push_buffer_state
-#define yypop_buffer_state code_pop_buffer_state
-#define yyensure_buffer_stack code_ensure_buffer_stack
-#define yy_flex_debug code__flex_debug
 #define yyin code_in
 #define yyleng code_leng
 #define yylex code_lex
 #define yyalloc code_alloc
 #define yyrealloc code_realloc
 #define yyfree code_free
-#define yy_create_buffer code__create_buffer
-#define yy_delete_buffer code__delete_buffer
-#define yy_scan_buffer code__scan_buffer
-#define yy_scan_string code__scan_string
-#define yy_scan_bytes code__scan_bytes
-#define yy_init_buffer code__init_buffer
-#define yy_flush_buffer code__flush_buffer
-#define yy_load_buffer_state code__load_buffer_state
-#define yy_switch_to_buffer code__switch_to_buffer
-#define yypush_buffer_state code_push_buffer_state
-#define yypop_buffer_state code_pop_buffer_state
-#define yyensure_buffer_stack code_ensure_buffer_stack
-#define yylex code_lex
-#define yyrestart code_restart
-#define yylex_init code_lex_init
-#define yylex_init_extra code_lex_init_extra
-#define yylex_destroy code_lex_destroy
-#define yyget_debug code_get_debug
-#define yyset_debug code_set_debug
-#define yyget_extra code_get_extra
-#define yyset_extra code_set_extra
-#define yyget_in code_get_in
-#define yyset_in code_set_in
-#define yyget_out code_get_out
-#define yyset_out code_set_out
-#define yyget_leng code_get_leng
-#define yyget_text code_get_text
-#define yyget_lineno code_get_lineno
-#define yyset_lineno code_set_lineno
-#define yywrap code_wrap
-#define yyalloc code_alloc
-#define yyrealloc code_realloc
-#define yyfree code_free
-#define yytext code_text
-#define yyleng code_leng
-#define yyin code_in
-#define yyout code_out
-#define yy_flex_debug code__flex_debug
-#define yylineno code_lineno
-/* GENERATE END */
+
+/* %endif */
+/* %endif */
+/* %ok-for-header */
 
 #define FLEX_SCANNER
 #define YY_FLEX_MAJOR_VERSION 2
-#define YY_FLEX_MINOR_VERSION 6
-#define YY_FLEX_SUBMINOR_VERSION 4
+#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_SUBMINOR_VERSION 35
 #if YY_FLEX_SUBMINOR_VERSION > 0
 #define FLEX_BETA
 #endif
 
+/* %if-c++-only */
+/* %endif */
+
+/* %if-c-only */
+    
+/* %endif */
+
+/* %if-c-only */
+
+/* %endif */
+
 /* First, we deal with  platform-specific or compiler-specific issues. */
 
 /* begin standard C headers. */
+/* %if-c-only */
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+/* %endif */
 
+/* %if-tables-serialization */
+/* %endif */
 /* end standard C headers. */
 
+/* %if-c-or-c++ */
 /* flex integer type definitions */
 
 #ifndef FLEXINT_H
@@ -148,48 +127,78 @@ typedef unsigned int flex_uint32_t;
 #define UINT32_MAX             (4294967295U)
 #endif
 
-#ifndef SIZE_MAX
-#define SIZE_MAX               (~(size_t)0)
-#endif
-
 #endif /* ! C99 */
 
 #endif /* ! FLEXINT_H */
 
-/* begin standard C++ headers. */
+/* %endif */
 
-/* TODO: this is always defined, so inline it */
-#define yyconst const
+/* %if-c++-only */
+/* %endif */
 
-#if defined(__GNUC__) && __GNUC__ >= 3
-#define yynoreturn __attribute__((__noreturn__))
+#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 yynoreturn
+#define yyconst
 #endif
 
+/* %not-for-header */
+
 /* Returned upon end-of-file. */
 #define YY_NULL 0
+/* %ok-for-header */
 
-/* Promotes a possibly negative, possibly signed char to an
- *   integer in range [0..255] for use as an array index.
+/* %not-for-header */
+
+/* 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) ((YY_CHAR) (c))
+#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
+/* %ok-for-header */
+
+/* %if-reentrant */
+/* %endif */
+
+/* %if-not-reentrant */
+
+/* %endif */
 
 /* Enter a start condition.  This macro really ought to take a parameter,
  * but we do it the disgusting crufty way forced on us by the ()-less
  * definition of BEGIN.
  */
 #define BEGIN (yy_start) = 1 + 2 *
+
 /* Translate the current start state into a value that can be later handed
  * to BEGIN to return to the state.  The YYSTATE alias is for lex
  * compatibility.
  */
 #define YY_START (((yy_start) - 1) / 2)
 #define YYSTATE YY_START
+
 /* Action number for EOF rule of a given start state. */
 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
+
 /* Special action meaning "start processing a new file". */
-#define YY_NEW_FILE yyrestart( yyin  )
+#define YY_NEW_FILE code_restart(code_in  )
+
 #define YY_END_OF_BUFFER_CHAR 0
 
 /* Size of default input buffer. */
@@ -214,54 +223,36 @@ typedef unsigned int flex_uint32_t;
 typedef struct yy_buffer_state *YY_BUFFER_STATE;
 #endif
 
-#ifndef YY_TYPEDEF_YY_SIZE_T
-#define YY_TYPEDEF_YY_SIZE_T
-typedef size_t yy_size_t;
-#endif
-
-extern int yyleng;
+/* %if-not-reentrant */
+extern int code_leng;
+/* %endif */
 
-extern FILE *yyin, *yyout;
+/* %if-c-only */
+/* %if-not-reentrant */
+extern FILE *code_in, *code_out;
+/* %endif */
+/* %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)
-    #define YY_LINENO_REWIND_TO(dst) \
-            do {\
-                const char *p;\
-                for ( p = yy_cp-1; p >= (dst); --p)\
-                    if ( *p == '\n' )\
-                        --yylineno;\
-            }while(0)
+
+    #define YY_LESS_LINENO(n)
     
 /* Return all but the first "n" matched characters back to the input stream. */
 #define yyless(n) \
        do \
                { \
-               /* Undo effects of setting up yytext. */ \
+               /* Undo effects of setting up code_text. */ \
         int yyless_macro_arg = (n); \
         YY_LESS_LINENO(yyless_macro_arg);\
                *yy_cp = (yy_hold_char); \
                YY_RESTORE_YY_MORE_OFFSET \
                (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
-               YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+               YY_DO_BEFORE_ACTION; /* set up code_text again */ \
                } \
        while ( 0 )
+
 #if 1
 #define unput(c) \
  do { \
@@ -273,11 +264,21 @@ extern FILE *yyin, *yyout;
 #define unput(c) yyunput( c, (yytext_ptr)  )
 #endif
 
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#endif
+
 #ifndef YY_STRUCT_YY_BUFFER_STATE
 #define YY_STRUCT_YY_BUFFER_STATE
 struct yy_buffer_state
        {
+/* %if-c-only */
        FILE *yy_input_file;
+/* %endif */
+
+/* %if-c++-only */
+/* %endif */
 
        char *yy_ch_buf;                /* input buffer */
        char *yy_buf_pos;               /* current position in input buffer */
@@ -285,7 +286,7 @@ struct yy_buffer_state
        /* Size of input buffer in bytes, not including room for EOB
         * characters.
         */
-       int yy_buf_size;
+       yy_size_t yy_buf_size;
 
        /* Number of characters read into yy_ch_buf, not including EOB
         * characters.
@@ -313,7 +314,7 @@ struct yy_buffer_state
 
     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.
         */
@@ -330,18 +331,27 @@ struct yy_buffer_state
         * 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.
+        * (via code_restart()), so that the user can continue scanning by
+        * just pointing code_in at a new input file.
         */
 #define YY_BUFFER_EOF_PENDING 2
 
        };
 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
 
+/* %if-c-only Standard (non-C++) definition */
+/* %not-for-header */
+
+/* %if-not-reentrant */
+
 /* Stack of input buffers. */
 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
-static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
+static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
+/* %endif */
+/* %ok-for-header */
+
+/* %endif */
 
 /* We provide macros for accessing buffer states in case in the
  * future we want to put the buffer states in a more general
@@ -352,2741 +362,309 @@ static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
                           : NULL)
+
 /* Same as previous macro, but useful when we know that the buffer stack is not
  * NULL or when we need an lvalue. For internal use only.
  */
 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
 
-/* yy_hold_char holds the character lost when yytext is formed. */
+/* %if-c-only Standard (non-C++) definition */
+
+/* %if-not-reentrant */
+/* %not-for-header */
+
+/* yy_hold_char holds the character lost when code_text is formed. */
 static char yy_hold_char;
 static int yy_n_chars;         /* number of characters read into yy_ch_buf */
-int yyleng;
+int code_leng;
 
 /* Points to current character in buffer. */
-static char *yy_c_buf_p = NULL;
+static char *yy_c_buf_p = (char *) 0;
 static int yy_init = 0;                /* whether we need to initialize */
 static int yy_start = 0;       /* start state number */
 
 /* Flag which is used to allow code_wrap()'s to do buffer switches
- * instead of setting up a fresh yyin.  A bit of a hack ...
+ * instead of setting up a fresh code_in.  A bit of a hack ...
  */
 static int yy_did_buffer_switch_on_eof;
+/* %ok-for-header */
+
+/* %endif */
+
+void code_restart (FILE *input_file  );
+void code__switch_to_buffer (YY_BUFFER_STATE new_buffer  );
+YY_BUFFER_STATE code__create_buffer (FILE *file,int size  );
+void code__delete_buffer (YY_BUFFER_STATE b  );
+void code__flush_buffer (YY_BUFFER_STATE b  );
+void code_push_buffer_state (YY_BUFFER_STATE new_buffer  );
+void code_pop_buffer_state (void );
+
+static void code_ensure_buffer_stack (void );
+static void code__load_buffer_state (void );
+static void code__init_buffer (YY_BUFFER_STATE b,FILE *file  );
+
+#define YY_FLUSH_BUFFER code__flush_buffer(YY_CURRENT_BUFFER )
 
-void yyrestart ( FILE *input_file  );
-void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer  );
-YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size  );
-void yy_delete_buffer ( YY_BUFFER_STATE b  );
-void yy_flush_buffer ( YY_BUFFER_STATE b  );
-void yypush_buffer_state ( YY_BUFFER_STATE new_buffer  );
-void yypop_buffer_state ( void );
+YY_BUFFER_STATE code__scan_buffer (char *base,yy_size_t size  );
+YY_BUFFER_STATE code__scan_string (yyconst char *yy_str  );
+YY_BUFFER_STATE code__scan_bytes (yyconst char *bytes,int len  );
 
-static void yyensure_buffer_stack ( void );
-static void yy_load_buffer_state ( void );
-static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file  );
-#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
+/* %endif */
 
-YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size  );
-YY_BUFFER_STATE yy_scan_string ( const char *yy_str  );
-YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len  );
+void *code_alloc (yy_size_t  );
+void *code_realloc (void *,yy_size_t  );
+void code_free (void *  );
 
-void *yyalloc ( yy_size_t  );
-void *yyrealloc ( void *, yy_size_t  );
-void yyfree ( void *  );
+#define yy_new_buffer code__create_buffer
 
-#define yy_new_buffer yy_create_buffer
 #define yy_set_interactive(is_interactive) \
        { \
        if ( ! YY_CURRENT_BUFFER ){ \
-        yyensure_buffer_stack (); \
+        code_ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
-            yy_create_buffer( yyin, YY_BUF_SIZE ); \
+            code__create_buffer(code_in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
        }
+
 #define yy_set_bol(at_bol) \
        { \
        if ( ! YY_CURRENT_BUFFER ){\
-        yyensure_buffer_stack (); \
+        code_ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
-            yy_create_buffer( yyin, YY_BUF_SIZE ); \
+            code__create_buffer(code_in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
        }
+
 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
 
-/* GENERATE YYWRAP BEGIN */
-#define code_wrap() (/*CONSTCOND*/1)
+/* %% [1.0] code_text/code_in/code_out/yy_state_type/code_lineno etc. def's & init go here */
+/* Begin user sect3 */
+
+#define code_wrap(n) 1
 #define YY_SKIP_YYWRAP
-/* GENERATE END */
-typedef flex_uint8_t YY_CHAR;
 
-FILE *yyin = NULL, *yyout = NULL;
+#define FLEX_DEBUG
+
+typedef unsigned char YY_CHAR;
+
+FILE *code_in = (FILE *) 0, *code_out = (FILE *) 0;
 
 typedef int yy_state_type;
 
-extern int yylineno;
-int yylineno = 1;
+extern int code_lineno;
 
-extern char *yytext;
-#ifdef yytext_ptr
-#undef yytext_ptr
-#endif
-#define yytext_ptr yytext
+int code_lineno = 1;
+
+extern char *code_text;
+#define yytext_ptr code_text
+
+/* %if-c-only Standard (non-C++) definition */
+
+static yy_state_type yy_get_previous_state (void );
+static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
+static int yy_get_next_buffer (void );
+static void yy_fatal_error (yyconst char msg[]  );
 
-static yy_state_type yy_get_previous_state ( void );
-static yy_state_type yy_try_NUL_trans ( yy_state_type current_state  );
-static int yy_get_next_buffer ( void );
-static void yynoreturn yy_fatal_error ( const char* msg  );
+/* %endif */
 
 /* Done after the current pattern has been matched and before the
- * corresponding action - sets up yytext.
+ * corresponding action - sets up code_text.
  */
 #define YY_DO_BEFORE_ACTION \
        (yytext_ptr) = yy_bp; \
-       (yytext_ptr) -= (yy_more_len); \
-       yyleng = (int) (yy_cp - (yytext_ptr)); \
+/* %% [2.0] code to fiddle code_text and code_leng for yymore() goes here \ */\
+       code_leng = (size_t) (yy_cp - yy_bp); \
        (yy_hold_char) = *yy_cp; \
        *yy_cp = '\0'; \
+/* %% [3.0] code to copy yytext_ptr to code_text[] goes here, if %array \ */\
        (yy_c_buf_p) = yy_cp;
 
-/* GENERATE TABLES BEGIN */
-#define YY_END_OF_BUFFER 18
-static const flex_uint16_t yy_acclist[] = {
-       16386,     2, 16386,     2, 16387,     3, 16387,     3, 16387,     3,
-       16387,     3, 16402,    18, 16400,    16, 16400,    16, 16399,    15,
-       16400,    16, 16400,    16, 16399,    15, 16400,    16, 16400,    16,
-       16400,    16, 16385,     1, 16399,    15, 16400,    16, 16400,    16,
-       16400,    16, 16400,    16, 16389,     5, 16399,    15, 16400,    16,
-       16400,    16, 16388,     4, 16400,    16, 16400,    16, 16400,    16,
-       16400,    16, 16391,     7, 16394,    10, 16390,     6, 16400,    16,
-       16394,    10, 16399,    15, 16394,    10, 16400,    16, 16394,    10,
-       16394,    10, 16400,    16, 16394,    10, 16394,    10, 16400,    16,
-       16394,    10, 16384,     0, 16386,     2, 16386,     2, 16387,     3,
-       16387,     3, 16387,     3, 16387,     3, 16387,     3, 16387,     3,
-       16387,     3, 16387,     3, 16387,     3, 16387,     3, 16387,     3,
-       16387,     3, 16387,     3, 16395,    11, 16395,    11, 16395,    11,
-       16392,     8, 16393,     9, 16396,    12, 16396,    12, 16396,    12,
-       16395,    11, 16395,    11, 16396,    12, 16396,    12, 16397,    13,
-       16398,    14, 16387,     3, 16387,     3, 16387,     3, 16387,     3,
-       16395,    11, 16395,    11, 16395,    11, 16396,    12, 16396,    12,
-       16396,    12, 16395,    11, 16395,    11, 16395,    11, 16396,    12,
-       16396,    12, 16396,    12, 16387,     3, 16387,     3, 16387,     3,
-       16387,     3, 16387,     3, 16395,    11, 16396,    12, 16395,    11,
-       16395,    11, 16395,    11, 16395,    11, 16395,    11, 16395,    11,
-       16395,    11, 16395,    11, 16395,    11, 16395,    11, 16395,    11,
-       16397,    13, 16397,    13, 16397,    13, 16395,    11, 16395,    11,
-       16395,    11, 16395,    11, 16395,    11, 16395,    11, 16395,    11,
-       16395,    11, 16395,    11, 16395,    11, 16395,    11, 16395,    11,
-       16395,    11, 16395,    11, 16395,    11, 16395,    11, 16395,    11,
-       16395,    11, 16395,    11, 16395,    11
-};
-static const flex_uint16_t yy_accept[] = {
-           0,     0,     0,     0,     0,     0,     2,     4,     6,     8,
-          10,    12,    12,    12,    12,    12,    14,    16,    18,    20,
-          22,    24,    26,    28,    30,    32,    34,    36,    38,    40,
-          42,    44,    46,    48,    50,    52,    54,    56,    58,    60,
-          62,    64,    66,    68,    70,    72,    74,    76,    78,    80,
-          82,    84,    86,    88,    90,    92,    92,    94,    94,    94,
-          94,    96,    96,    98,   100,   102,   104,   106,   108,   110,
-         112,   114,   116,   118,   120,   122,   124,   124,   126,   126,
-         128,   130,   130,   130,   130,   132,   134,   134,   134,   136,
-         136,   138,   140,   140,   140,   142,   144,   144,   144,   144,
-         144,   146,   148,   148,   150,   150,   150,   150,   152,   152,
-         152,   152,   152,   152,   152,   152,   154,   154,   154,   154,
-         154,   156,   156,   156,   156,   156,   158,   158,   158,   158,
-         158,   160,   160,   160,   160,   162,   164,   166,   166,   166,
-         166,   166,   168,   170,   172,   172,   174,   176,   178,   178,
-         178,   178,   178,   180,   182,   184,   184,   184,   184,   184,
-         184,   184,   184,   186,   188,   190,   192,   194,   194,   194,
-         194,   194,   194,   194,   194,   194,   194,   196,   196,   196,
-         198,   198,   198,   198,   198,   198,   198,   198,   198,   198,
-         198,   198,   198,   198,   198,   198,   198,   198,   198,   198,
-         198,   198,   198,   200,   200,   202,   204,   204,   204,   204,
-         206,   206,   208,   210,   210,   210,   210,   212,   214,   214,
-         214,   216,   216,   218,   220,   220,   220,   222,   222,   224,
-         224,   224,   224,   226,   226,   226,   226,   226,   228,   228,
-         228,   230,   232,   234,   234,   234,   234,   236,   236,   236,
-         236,   236,   238,   238,   238,   240,   242,   244,   244,   244,
-         244,   246,   246,   246,   246,   248,   250,   252,   252,   252,
-         252,   252,   252,   252,   254,   254,   256,   258,   260,   260,
-         260,   260,   260,   260,   260,   262,   262,   262,   262,   262,
-         262,   262,   264,   264,   264,   264,   264,   264,   266
-};
-static const flex_uint16_t yy_base[] = {
-           0, 12090, 12090, 11833,  2052, 11576,  2001, 11319,  1974,  3003,
-        1973, 11062,  4929,  4926,  2790,     0,     0,     0,     0,     0,
-           0,     0, 10805,  1972,     0,     0,     0, 10713,  8815,     0,
-           0,     0,     0,  8875,  8774,     0,  8783,  4936,     0,     0,
-           0,  8526,     0,  7171,  4675,     0,  8404,  1957,  4553,  8769,
-        1709,  3155,  2003,  1454,  3155,     0,     0,  8802,  8791, 10713,
-        2792,  8815,  1189,     0,  8787,   687,  8778,  4940,   677,  4927,
-        4923,   175,  4507,  4503,   165,  3065,     0,     0,  2791, 10599,
-        2791, 10154,  3033,     0,     0,     0,  4932,     0,     0,  2764,
-       10521,  2764,  2946,  2754, 10443,  2754,  9899,  2869,  3061,  2744,
-       10365,  2744,  2792,     0,  9644,  2824,     0,     0,  9389,  2820,
-       10805,  1972, 10713,  8815,  8787,   687,  8787,  8778,  9132,  4940,
-         677,  4940,  4927,  1970,  4923,   175,  4923,  4507,  1969,  4503,
-         165,  4503,  3065,  1968,  2791, 10599, 10599,  2535,  6916,  2280,
-        7171,  2764, 10521, 10521,  2080,  2754, 10443, 10443,  1791,  6661,
-        2158,  1957,  2744, 10365, 10365,  2002,  1536,  6406,  1709,  1281,
-        6151,  1454,     0,  8778,  4927,  4507,  3065,     0,  2535,  6916,
-        4475,  2535,  6916,  1024,  2280,  2280,     0,  2080,  2080,     0,
-        1791,  6661,  4388,  1791,  6661,   769,  2158,  2158,  2002,  2002,
-        1536,  6406,  1255,  1536,  6406,  5896,  1281,  6151,  1255,  1281,
-        6151,  5641,     0,  2791, 10599,  2791,  3033,     0,  2535,  2535,
-        4177,  3922,  5386,  4475,  5264,  2754, 10443,  2754,  2869,  1791,
-        1791,  3667,  3412,  5054,  4388,  4932,     0,  1536,  1536,  6406,
-        1255,  1281,  1281,  6151,  1255,  2535,  6916,  5386,  1024,  2535,
-        8193,  3922,  3922,  4475,  2535,  6916,  5386,  4475,  7938,  1791,
-        6661,  5054,   769,  1791,  7683,  3412,  3412,  4388,  1791,  6661,
-        5054,  4388,  7428,  2535,  8193,  3922,  3922,  1024,  2535,   512,
-        7938,  7938,  4475,  2535,  1791,  7683,  3412,  3412,   769,  1791,
-         257,  7428,  7428,  4388,  1791,     0,  2535,   512,  7938,  7938,
-        1024,  2535,  1791,   257,  7428,  7428,   769,  1791
-};
-static const flex_uint16_t yy_def[] = {
-           0,     0,     1,     0,     3,     0,     5,     0,     7,     7,
-           9,     0,    11,    11,    11,     0,     0,     0,     0,     0,
-           0,     0,     0,    22,     0,     0,     0,    22,    27,     0,
-           0,     0,     0,     0,    33,     0,    33,    33,     0,     0,
-           0,     0,     0,     0,     0,     0,    41,    43,    44,    22,
-          43,     0,    49,    43,    51,     0,     0,    27,    27,    27,
-          51,    28,    60,     0,    27,    60,    27,    27,    60,    27,
-          27,    60,    27,    27,    60,    27,     0,     0,    51,    22,
-          78,    22,    51,     0,     0,     0,    43,     0,     0,    78,
-          79,    89,    82,    78,    79,    93,    22,    82,    86,    78,
-          79,    99,    82,     0,    22,    86,     0,     0,    22,    86,
-          22,    23,    27,    28,    64,    65,    64,    66,    22,    67,
-          68,    67,    69,   118,    70,    71,    70,    72,   118,    73,
-          74,    73,    75,   118,    78,    79,    79,     0,    43,   137,
-          43,    89,    90,    90,   139,    93,    94,    94,   137,    43,
-         139,    47,    99,   100,   100,   144,   137,    43,    50,   137,
-          43,    53,     0,    66,    69,    72,    75,     0,   137,   138,
-          44,   137,   138,     0,   139,   139,     0,   144,   144,     0,
-         148,   149,   170,   148,   149,   173,   150,   150,   155,   155,
-         156,   157,    51,   156,   157,    43,   159,   160,   192,   159,
-         160,    43,     0,    78,    79,    78,    82,     0,   137,   137,
-          44,    44,    43,   170,   212,    93,    94,    93,    97,   148,
-         148,    44,    44,    43,   182,   223,     0,   156,   156,   157,
-         192,   159,   159,   160,   192,   137,   138,   212,   173,   137,
-          41,   211,   211,   170,   137,   138,   212,   170,    41,   148,
-         149,   223,   185,   148,    41,   222,   222,   182,   148,   149,
-         223,   182,    41,   137,   240,   211,   211,   173,   137,     0,
-         248,   248,   170,   137,   148,   254,   222,   222,   185,   148,
-         269,   262,   262,   182,   148,     0,   137,   269,   248,   248,
-         173,   137,   148,   280,   262,   262,   185,   148
-};
-static const flex_uint16_t yy_nxt[] = {
-          15,     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,     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,   131,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   126,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   293,   294,   292,   295,   295,   295,   295,   295,
-         295,   295,   295,   295,   295,   292,   292,   292,   292,   296,
-         292,   292,   294,   294,   294,   294,   294,   294,   294,   294,
-         294,   294,   294,   294,   294,   294,   294,   294,   294,   294,
-         294,   294,   294,   294,   294,   294,   294,   294,   292,   292,
-         297,   292,   294,   292,   294,   294,   294,   294,   294,   294,
-         294,   294,   294,   294,   294,   294,   294,   294,   294,   294,
-         294,   294,   294,   294,   294,   294,   294,   294,   294,   294,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   292,   292,   292,   292,   292,   292,   292,
-         292,   292,   292,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   285,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   287,   288,   286,
-         289,   289,   289,   289,   289,   289,   289,   289,   289,   289,
-         286,   286,   286,   286,   290,   286,   286,   288,   288,   288,
-         288,   288,   288,   288,   288,   288,   288,   288,   288,   288,
-         288,   288,   288,   288,   288,   288,   288,   288,   288,   288,
-         288,   288,   288,   286,   286,   291,   286,   288,   286,   288,
-         288,   288,   288,   288,   288,   288,   288,   288,   288,   288,
-         288,   288,   288,   288,   288,   288,   288,   288,   288,   288,
-         288,   288,   288,   288,   288,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   286,   286,
-         286,   286,   286,   286,   286,   286,   286,   286,   285,   121,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   116,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   220,   219,   219,   219,   219,
-         219,   219,   219,   219,   221,   222,   219,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   219,   219,   219,
-         219,   224,   219,   219,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         225,   219,   219,   219,   222,   219,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   219,   219,   219,   219,   219,
-         219,   219,   219,   219,   219,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   207,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         209,   208,   208,   208,   208,   208,   208,   208,   208,   210,
-         211,   208,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   208,   208,   208,   208,   213,   208,   208,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   214,   208,   208,   208,   211,
-         208,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         208,   208,   208,   208,   208,   208,   208,   208,   208,   208,
-         207,   113,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   226,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   197,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   198,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
-         196,   196,   196,   196,   196,   196,   196,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   109,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   191,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   192,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   190,   190,   190,   190,   190,   190,   190,   190,
-         190,   190,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   105,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   181,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   182,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   180,   180,   180,
-         180,   180,   180,   180,   180,   180,   180,   188,   189,    98,
-         188,   188,   188,   188,   188,   188,   188,   188,   188,   188,
-         166,   165,   164,   108,    58,    37,    34,   189,   189,   189,
-         189,   189,   189,   189,   189,   189,   189,   189,   189,   189,
-         189,   189,   189,   189,   189,   189,   189,   189,   189,   189,
-         189,   189,   189,    28,    23, 65535, 65535,   189, 65535,   189,
-         189,   189,   189,   189,   189,   189,   189,   189,   189,   189,
-         189,   189,   189,   189,   189,   189,   189,   189,   189,   189,
-         189,   189,   189,   189,   189,   177,   178, 65535,   177,   177,
-         177,   177,   177,   177,   177,   177,   177,   177, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,   178,   178,   178,   178,   178,
-         178,   178,   178,   178,   178,   178,   178,   178,   178,   178,
-         178,   178,   178,   178,   178,   178,   178,   178,   178,   178,
-         178, 65535, 65535,   179, 65535,   178, 65535,   178,   178,   178,
-         178,   178,   178,   178,   178,   178,   178,   178,   178,   178,
-         178,   178,   178,   178,   178,   178,   178,   178,   178,   178,
-         178,   178,   178,   186,   187, 65535,   186,   186,   186,   186,
-         186,   186,   186,   186,   186,   186, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535,   187,   187,   187,   187,   187,   187,   187,
-         187,   187,   187,   187,   187,   187,   187,   187,   187,   187,
-         187,   187,   187,   187,   187,   187,   187,   187,   187, 65535,
-       65535, 65535, 65535,   187, 65535,   187,   187,   187,   187,   187,
-         187,   187,   187,   187,   187,   187,   187,   187,   187,   187,
-         187,   187,   187,   187,   187,   187,   187,   187,   187,   187,
-         187,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-       65535,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   174,   175,   167,   174,   174,
-         174,   174,   174,   174,   174,   174,   174,   174,   167,   167,
-         167,   167,   167,   167,   167,   175,   175,   175,   175,   175,
-         175,   175,   175,   175,   175,   175,   175,   175,   175,   175,
-         175,   175,   175,   175,   175,   175,   175,   175,   175,   175,
-         175,   167,   167,   176,   167,   175,   167,   175,   175,   175,
-         175,   175,   175,   175,   175,   175,   175,   175,   175,   175,
-         175,   175,   175,   175,   175,   175,   175,   175,   175,   175,
-         175,   175,   175,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   167,   167,   167,   167,
-         167,   167,   167,   167,   167,   167,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   167,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         169,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   170,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   168,   168,   168,   168,   168,   168,   168,   168,   168,
-         168,   167,   152,   152,   152,   152,   152,   152,   152,   152,
-         152,   152,   145,   145,   145,   145,   145,   145,   145,   145,
-         145,   145,   141,   141,   141,   141,   141,   141,   141,   141,
-         141,   141, 65535, 65535, 65535, 65535,    52,   106,   106,   109,
-         161,   109,   109,   105,   158,   105,   105,    53,   155,   134,
-         134,   134,   134,   134,   134,   134,   134,   134,   134, 65535,
-       65535, 65535,   109, 65535,    54, 65535,   105,   155,   155,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155, 65535,   112, 65535, 65535,   155, 65535,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,   155,   155,   150, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535,   150,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-       65535, 65535, 65535, 65535,   150, 65535,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-         150,   150,   144, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,    29, 65535, 65535,
-       65535,   144,    35,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   106,
-          98,   151,    98,    98,   132,   133,   132,   132, 65535,   139,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535,    98, 65535,    36, 65535,   132,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139, 65535, 65535, 65535, 65535,   139, 65535,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   107,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106,   106,   106,   106,   106,   106,   106,   106,   106,
-         106,   106, 65535,   253,   253,   253,   253,   253,   253,   253,
-         253,   253, 65535,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   254,   255,   253,
-         256,   256,   256,   256,   256,   256,   256,   256,   256,   256,
-         253,   253,   253,   253,   257,   253,   253,   255,   255,   255,
-         255,   255,   255,   255,   255,   255,   255,   255,   255,   255,
-         255,   255,   255,   255,   255,   255,   255,   255,   255,   255,
-         255,   255,   255,   253,   253,   253,   253,   255,   253,   255,
-         255,   255,   255,   255,   255,   255,   255,   255,   255,   255,
-         255,   255,   255,   255,   255,   255,   255,   255,   255,   255,
-         255,   255,   255,   255,   255,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   253,   253,
-         253,   253,   253,   253,   253,   253,   253,   253,   249,   249,
-         249,   249,   249,   249,   249,   249,   249, 65535,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   250,   249,   249,   251,   251,   251,   251,   251,
-         251,   251,   251,   251,   251,   249,   249,   249,   249,   252,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   249,   249,   249,   249,   249,   249,   249,
-         249,   249,   249,   239,   239,   239,   239,   239,   239,   239,
-         239,   239, 65535,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   240,   241,   239,
-         242,   242,   242,   242,   242,   242,   242,   242,   242,   242,
-         239,   239,   239,   239,   243,   239,   239,   241,   241,   241,
-         241,   241,   241,   241,   241,   241,   241,   241,   241,   241,
-         241,   241,   241,   241,   241,   241,   241,   241,   241,   241,
-         241,   241,   241,   239,   239,   239,   239,   241,   239,   241,
-         241,   241,   241,   241,   241,   241,   241,   241,   241,   241,
-         241,   241,   241,   241,   241,   241,   241,   241,   241,   241,
-         241,   241,   241,   241,   241,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   239,   239,
-         239,   239,   239,   239,   239,   239,   239,   239,   235,   235,
-         235,   235,   235,   235,   235,   235,   235, 65535,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   236,   235,   235,   237,   237,   237,   237,   237,
-         237,   237,   237,   237,   237,   235,   235,   235,   235,   238,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   235,   235,   235,   235,   235,   235,   235,
-         235,   235,   235,   215,   216, 65535,   217,   217,   217,   217,
-         217,   217,   217,   217,   217,   217, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535,   216,   216,   216,   216,   216,   216,   216,
-         216,   216,   216,   216,   216,   216,   216,   216,   216,   216,
-         216,   216,   216,   216,   216,   216,   216,   216,   216,   218,
-       65535, 65535, 65535,   216, 65535,   216,   216,   216,   216,   216,
-         216,   216,   216,   216,   216,   216,   216,   216,   216,   216,
-         216,   216,   216,   216,   216,   216,   216,   216,   216,   216,
-         216,   202,   129,   130,   129,   129,   127,   128,   127,   127,
-         203,   204, 65535,   205,   205,   205,   205,   205,   205,   205,
-         205,   205,   205, 65535, 65535,   129, 65535, 65535, 65535,   127,
-         204,   204,   204,   204,   204,   204,   204,   204,   204,   204,
-         204,   204,   204,   204,   204,   204,   204,   204,   204,   204,
-         204,   204,   204,   204,   204,   204,   206, 65535, 65535, 65535,
-         204, 65535,   204,   204,   204,   204,   204,   204,   204,   204,
-         204,   204,   204,   204,   204,   204,   204,   204,   204,   204,
-         204,   204,   204,   204,   204,   204,   204,   204,    99,   100,
-       65535,   101,   101,   101,   101,   101,   101,   101,   101,   101,
-         101, 65535, 65535, 65535, 65535, 65535, 65535, 65535,   100,   100,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   102, 65535, 65535, 65535,   100, 65535,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    88,    87,    87,    87,    87,    87,    87,    87,    87,
-          89,    90,    87,    91,    91,    91,    91,    91,    91,    91,
-          91,    91,    91,    87,    87,    87,    87,    87,    87,    87,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    92,    87,    87,    87,
-          90,    87,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,    87,    87,    87,    87,    87,    87,    87,    87,
-          87,    87,   124,   125,   124,   124,   122,   123,   122,   122,
-       65535,    86,   140,    86,    86,    73,    74,    73,    73,   119,
-         120,   119,   119, 65535, 65535,   124, 65535, 65535, 65535,   122,
-       65535, 65535,    49, 65535,    86,    46, 65535, 65535,    73, 65535,
-       65535, 65535,   119,    50,    83, 65535,    47, 65535,   262,    83,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-          51, 65535, 65535,    48, 65535, 65535, 65535,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262, 65535,    83, 65535, 65535,   262,    75,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   258,   258,   258,   258,   258,
-         258,   258,   258,   258, 65535,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   259,
-         258,   258,   260,   260,   260,   260,   260,   260,   260,   260,
-         260,   260,   258,   258,   258,   258,   261,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         258,   258,   258,   258,   258,   258,   258,   258,   258,   258,
-         248, 65535,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244, 65535, 65535, 65535, 65535, 65535, 65535, 65535,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248, 65535, 65535, 65535, 65535,   248,
-       65535,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   244,   244,   244,
-         244,   244,   244,   244,   244,   244, 65535,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   245,   244,   244,   246,   246,   246,   246,   246,   246,
-         246,   246,   246,   246,   244,   244,   244,   244,   247,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   244,   244,   244,   244,   244,   244,   244,   244,
-         244,   244,   231,   231,   231,   231,   231,   231,   231,   231,
-         231, 65535,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   232,   231,   231,
-         231,   231,   231,   231,   231,   231,   233,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   234,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   231,   231,   231,
-         231,   231,   231,   231,   231,   231,   231,   227,   227,   227,
-         227,   227,   227,   227,   227,   227, 65535,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   228,   227,   227,   227,   227,   227,   227,   227,
-         227,   229,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   230,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   227,   227,   227,   227,   227,   227,   227,   227,
-         227,   227,   199,   199,   199,   199,   199,   199,   199,   199,
-         199, 65535,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   200,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   201,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   199,   199,   199,
-         199,   199,   199,   199,   199,   199,   199,   193,   193,   193,
-         193,   193,   193,   193,   193,   193, 65535,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   194,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   195,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   193,   193,   193,   193,   193,   193,   193,   193,
-         193,   193,   183,   183,   183,   183,   183,   183,   183,   183,
-         183, 65535,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   184,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   185,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   183,   183,   183,
-         183,   183,   183,   183,   183,   183,   183,   171,   171,   171,
-         171,   171,   171,   171,   171,   171, 65535,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   172,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   173,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,   171,   171,   171,   171,   171,   171,   171,   171,
-         171,   171,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    84,    83,    83,    83,    83,    85,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    86,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
-          83,    83,    83,    83,    83,    83,    83,    83, 65535,   279,
-         279,   279,   279,   279,   279,   279,   279,   279, 65535,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   280,   281,   279,   282,   282,   282,   282,
-         282,   282,   282,   282,   282,   282,   279,   279,   279,   279,
-         283,   279,   279,   281,   281,   281,   281,   281,   281,   281,
-         281,   281,   281,   281,   281,   281,   281,   281,   281,   281,
-         281,   281,   281,   281,   281,   281,   281,   281,   281,   279,
-         279,   284,   279,   281,   279,   281,   281,   281,   281,   281,
-         281,   281,   281,   281,   281,   281,   281,   281,   281,   281,
-         281,   281,   281,   281,   281,   281,   281,   281,   281,   281,
-         281,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   279,   279,   279,   279,   279,   279,
-         279,   279,   279,   279,   274,   274,   274,   274,   274,   274,
-         274,   274,   274, 65535,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   275,   276,
-         274,   277,   277,   277,   277,   277,   277,   277,   277,   277,
-         277,   274,   274,   274,   274,   278,   274,   274,   276,   276,
-         276,   276,   276,   276,   276,   276,   276,   276,   276,   276,
-         276,   276,   276,   276,   276,   276,   276,   276,   276,   276,
-         276,   276,   276,   276,   274,   274,   274,   274,   276,   274,
-         276,   276,   276,   276,   276,   276,   276,   276,   276,   276,
-         276,   276,   276,   276,   276,   276,   276,   276,   276,   276,
-         276,   276,   276,   276,   276,   276,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   274,
-         274,   274,   274,   274,   274,   274,   274,   274,   274,   268,
-         268,   268,   268,   268,   268,   268,   268,   268, 65535,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   269,   270,   268,   271,   271,   271,   271,
-         271,   271,   271,   271,   271,   271,   268,   268,   268,   268,
-         272,   268,   268,   270,   270,   270,   270,   270,   270,   270,
-         270,   270,   270,   270,   270,   270,   270,   270,   270,   270,
-         270,   270,   270,   270,   270,   270,   270,   270,   270,   268,
-         268,   273,   268,   270,   268,   270,   270,   270,   270,   270,
-         270,   270,   270,   270,   270,   270,   270,   270,   270,   270,
-         270,   270,   270,   270,   270,   270,   270,   270,   270,   270,
-         270,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   268,   268,   268,   268,   268,   268,
-         268,   268,   268,   268,   263,   263,   263,   263,   263,   263,
-         263,   263,   263, 65535,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   264,   265,
-         263,   266,   266,   266,   266,   266,   266,   266,   266,   266,
-         266,   263,   263,   263,   263,   267,   263,   263,   265,   265,
-         265,   265,   265,   265,   265,   265,   265,   265,   265,   265,
-         265,   265,   265,   265,   265,   265,   265,   265,   265,   265,
-         265,   265,   265,   265,   263,   263,   263,   263,   265,   263,
-         265,   265,   265,   265,   265,   265,   265,   265,   265,   265,
-         265,   265,   265,   265,   265,   265,   265,   265,   265,   265,
-         265,   265,   265,   265,   265,   265,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,   263,
-         263,   263,   263,   263,   263,   263,   263,   263,   263,    93,
-          94, 65535,    95,    95,    95,    95,    95,    95,    95,    95,
-          95,    95, 65535, 65535,    96, 65535, 65535, 65535, 65535,    94,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    97, 65535, 65535, 65535,    94,
-       65535,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    94,    94,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    77,    76,    76,    76,    76,    76,    76,    76,
-          76,    78,    79,    76,    80,    80,    80,    80,    80,    80,
-          80,    80,    80,    80,    76,    76,    81,    76,    76,    76,
-          76,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    82,    76,    76,
-          76,    79,    76,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    76,    76,    76,    76,    76,    76,    76,
-          76,    76,    76,    67,    68,    67,    67,   117,   118,   117,
-         117, 65535,    70,    71,    70,    70,   114,   115,   114,   114,
-          58,   111,    58,    58, 65535,   103,    67, 65535, 65535, 65535,
-         117,    57,   110,    57,    57,    70,    55, 65535, 65535,   114,
-       65535, 65535, 65535,    58,    61,    62,    61,    61, 65535,   104,
-       65535, 65535, 65535, 65535,    57, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535,    61, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535,    55, 65535, 65535, 65535, 65535,    69, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,    72,    63,    63,    63,    63,
-          63,    63,    63,    63,    64,    65,    64,    64,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    64,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    66,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63,    63,    63,    63,    63,    63,    63,    63,    63,
-          63,    63, 65535,   162,   162,   162,   162,   162,   162,   162,
-         162,   162, 65535,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   163,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162,   162,
-         162,   162,   162,   162,   162,   162,   162,   162,   162, 65535,
-         159,   159,   159,   159,   159,   159,   159,   159,   159, 65535,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   160,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159, 65535,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   156,   156,   156,   156,   156,
-         156,   156,   156,   156, 65535,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   157,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156, 65535,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         148,   148,   148,   148,   148,   148,   148,   148,   148, 65535,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   149,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148, 65535,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   137,   137,   137,   137,   137,
-         137,   137,   137,   137, 65535,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   138,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137, 65535,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         153,   154, 65535,   153,   153,   153,   153,   153,   153,   153,
-         153,   153,   153, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-         154,   154,   154,   154,   154,   154,   154,   154,   154,   154,
-         154,   154,   154,   154,   154,   154,   154,   154,   154,   154,
-         154,   154,   154,   154,   154,   154, 65535, 65535, 65535, 65535,
-         154, 65535,   154,   154,   154,   154,   154,   154,   154,   154,
-         154,   154,   154,   154,   154,   154,   154,   154,   154,   154,
-         154,   154,   154,   154,   154,   154,   154,   154,   146,   147,
-       65535,   146,   146,   146,   146,   146,   146,   146,   146,   146,
-         146, 65535, 65535, 65535, 65535, 65535, 65535, 65535,   147,   147,
-         147,   147,   147,   147,   147,   147,   147,   147,   147,   147,
-         147,   147,   147,   147,   147,   147,   147,   147,   147,   147,
-         147,   147,   147,   147, 65535, 65535, 65535, 65535,   147, 65535,
-         147,   147,   147,   147,   147,   147,   147,   147,   147,   147,
-         147,   147,   147,   147,   147,   147,   147,   147,   147,   147,
-         147,   147,   147,   147,   147,   147,   142,   143, 65535,   142,
-         142,   142,   142,   142,   142,   142,   142,   142,   142, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535,   143,   143,   143,   143,
-         143,   143,   143,   143,   143,   143,   143,   143,   143,   143,
-         143,   143,   143,   143,   143,   143,   143,   143,   143,   143,
-         143,   143, 65535, 65535, 65535, 65535,   143, 65535,   143,   143,
-         143,   143,   143,   143,   143,   143,   143,   143,   143,   143,
-         143,   143,   143,   143,   143,   143,   143,   143,   143,   143,
-         143,   143,   143,   143,   135,   136,    55,   135,   135,   135,
-         135,   135,   135,   135,   135,   135,   135, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535,   136,   136,   136,   136,   136,   136,
-         136,   136,   136,   136,   136,   136,   136,   136,   136,   136,
-         136,   136,   136,   136,   136,   136,   136,   136,   136,   136,
-       65535,    55, 65535, 65535,   136, 65535,   136,   136,   136,   136,
-         136,   136,   136,   136,   136,   136,   136,   136,   136,   136,
-         136,   136,   136,   136,   136,   136,   136,   136,   136,   136,
-         136,   136,    59,    60,    59,    59, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,    59, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-          55, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    56,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    57,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55,    55,    55,    55,    55,    55,    55,    55,    55,
-          55,    55, 65535,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    39,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    40,    38,    41,    38,
-          38,    42,    38,    38,    38,    38,    38,    38,    38,    43,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    44,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    45,    38,    45,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38, 65535,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    30,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    31,    29,    32,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    32,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          32,    33,    32,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29, 65535,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    25,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    26,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          26,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    26,    27,    26,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24,    24,    24,    24,    24,    24,    24,    24,
-          24,    24,    24, 65535,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    20,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    21,
-          19,    19,    19,    19,    19,    22,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    21,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    21,    19,    21,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-          19,    19,    19,    19,    19,    19,    19,    19,    19,    19,
-       65535,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          17,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    18,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    18,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    18,    16,    18,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16,    16,    16,    16,
-          16,    16,    16,    16,    16,    16,    16
-};
-static const flex_uint16_t yy_chk[] = {
-           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,     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,    74,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,    71,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   280,   280,   280,   280,   280,   280,   280,
-         280,   280,   280,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,   269,
-         269,   269,   269,   269,   269,   269,   269,   269,   269,    68,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,    65,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   185,   185,   185,   185,   185,
-         185,   185,   185,   185,   185,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,   173,   173,   173,   173,   173,   173,   173,   173,   173,
-         173,    62,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   192,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   159,   159,   159,
-         159,   159,   159,   159,   159,   159,   159,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,    53,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   156,   156,   156,   156,   156,   156,   156,   156,
-         156,   156,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,    50,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   148,   148,   148,
-         148,   148,   148,   148,   148,   148,   148,   155,   155,    47,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         133,   128,   123,    52,    23,    10,     8,   155,   155,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,     6,     4, 65535, 65535,   155, 65535,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,   155,   155,   155,   155,   155,   155,   155,
-         155,   155,   155,   155,   155,   144,   144, 65535,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144, 65535, 65535,   144, 65535,   144, 65535,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   144,   144,   144,   144,   144,   144,   144,
-         144,   144,   144,   150,   150, 65535,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535,   150,   150,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150, 65535,
-       65535, 65535, 65535,   150, 65535,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-         150,   150,   150,   150,   150,   150,   150,   150,   150,   150,
-         150,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-       65535,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   139,   139,   139,   139,
-         139,   139,   139,   139,   139,   139,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,   137,   137,   137,   137,   137,   137,   137,   137,
-         137,   137,    99,    99,    99,    99,    99,    99,    99,    99,
-          99,    99,    93,    93,    93,    93,    93,    93,    93,    93,
-          93,    93,    89,    89,    89,    89,    89,    89,    89,    89,
-          89,    89, 65535, 65535, 65535, 65535,    14,    78,    60,   109,
-         109,   109,   109,   105,   105,   105,   105,    14,   102,    78,
-          78,    78,    78,    78,    78,    78,    78,    78,    78, 65535,
-       65535, 65535,   109, 65535,    14, 65535,   105,   102,   102,   102,
-         102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
-         102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
-         102,   102,   102, 65535,    60, 65535, 65535,   102, 65535,   102,
-         102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
-         102,   102,   102,   102,   102,   102,   102,   102,   102,   102,
-         102,   102,   102,   102,   102,    97, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535,    97,    97,    97,    97,    97,    97,
-          97,    97,    97,    97,    97,    97,    97,    97,    97,    97,
-          97,    97,    97,    97,    97,    97,    97,    97,    97,    97,
-       65535, 65535, 65535, 65535,    97, 65535,    97,    97,    97,    97,
-          97,    97,    97,    97,    97,    97,    97,    97,    97,    97,
-          97,    97,    97,    97,    97,    97,    97,    97,    97,    97,
-          97,    97,    92, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535,    92,    92,    92,    92,    92,    92,    92,    92,    92,
-          92,    92,    92,    92,    92,    92,    92,    92,    92,    92,
-          92,    92,    92,    92,    92,    92,    92,     9, 65535, 65535,
-       65535,    92,     9,    92,    92,    92,    92,    92,    92,    92,
-          92,    92,    92,    92,    92,    92,    92,    92,    92,    92,
-          92,    92,    92,    92,    92,    92,    92,    92,    92,    82,
-          98,    98,    98,    98,    75,    75,    75,    75, 65535,    82,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535,    98, 65535,     9, 65535,    75,    82,    82,
-          82,    82,    82,    82,    82,    82,    82,    82,    82,    82,
-          82,    82,    82,    82,    82,    82,    82,    82,    82,    82,
-          82,    82,    82,    82, 65535, 65535, 65535, 65535,    82, 65535,
-          82,    82,    82,    82,    82,    82,    82,    82,    82,    82,
-          82,    82,    82,    82,    82,    82,    82,    82,    82,    82,
-          82,    82,    82,    82,    82,    82,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51, 65535,   222,   222,   222,   222,   222,   222,   222,
-         222,   222, 65535,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   222,   222,
-         222,   222,   222,   222,   222,   222,   222,   222,   221,   221,
-         221,   221,   221,   221,   221,   221,   221, 65535,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   221,   221,   221,   221,   221,   221,   221,
-         221,   221,   221,   211,   211,   211,   211,   211,   211,   211,
-         211,   211, 65535,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   211,   211,
-         211,   211,   211,   211,   211,   211,   211,   211,   210,   210,
-         210,   210,   210,   210,   210,   210,   210, 65535,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   210,   210,   210,   210,   210,   210,   210,
-         210,   210,   210,   182,   182, 65535,   182,   182,   182,   182,
-         182,   182,   182,   182,   182,   182, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535,   182,   182,   182,   182,   182,   182,   182,
-         182,   182,   182,   182,   182,   182,   182,   182,   182,   182,
-         182,   182,   182,   182,   182,   182,   182,   182,   182,   182,
-       65535, 65535, 65535,   182, 65535,   182,   182,   182,   182,   182,
-         182,   182,   182,   182,   182,   182,   182,   182,   182,   182,
-         182,   182,   182,   182,   182,   182,   182,   182,   182,   182,
-         182,   170,    73,    73,    73,    73,    72,    72,    72,    72,
-         170,   170, 65535,   170,   170,   170,   170,   170,   170,   170,
-         170,   170,   170, 65535, 65535,    73, 65535, 65535, 65535,    72,
-         170,   170,   170,   170,   170,   170,   170,   170,   170,   170,
-         170,   170,   170,   170,   170,   170,   170,   170,   170,   170,
-         170,   170,   170,   170,   170,   170,   170, 65535, 65535, 65535,
-         170, 65535,   170,   170,   170,   170,   170,   170,   170,   170,
-         170,   170,   170,   170,   170,   170,   170,   170,   170,   170,
-         170,   170,   170,   170,   170,   170,   170,   170,    48,    48,
-       65535,    48,    48,    48,    48,    48,    48,    48,    48,    48,
-          48, 65535, 65535, 65535, 65535, 65535, 65535, 65535,    48,    48,
-          48,    48,    48,    48,    48,    48,    48,    48,    48,    48,
-          48,    48,    48,    48,    48,    48,    48,    48,    48,    48,
-          48,    48,    48,    48,    48, 65535, 65535, 65535,    48, 65535,
-          48,    48,    48,    48,    48,    48,    48,    48,    48,    48,
-          48,    48,    48,    48,    48,    48,    48,    48,    48,    48,
-          48,    48,    48,    48,    48,    48,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    44,    44,    44,    44,    44,    44,    44,    44,
-          44,    44,    70,    70,    70,    70,    69,    69,    69,    69,
-       65535,    86,    86,    86,    86,    37,    37,    37,    37,    67,
-          67,    67,    67, 65535, 65535,    70, 65535, 65535, 65535,    69,
-       65535, 65535,    13, 65535,    86,    12, 65535, 65535,    37, 65535,
-       65535, 65535,    67,    13,    86, 65535,    12, 65535,   225,    86,
-         225,   225,   225,   225,   225,   225,   225,   225,   225,   225,
-          13, 65535, 65535,    12, 65535, 65535, 65535,   225,   225,   225,
-         225,   225,   225,   225,   225,   225,   225,   225,   225,   225,
-         225,   225,   225,   225,   225,   225,   225,   225,   225,   225,
-         225,   225,   225, 65535,    86, 65535, 65535,   225,    37,   225,
-         225,   225,   225,   225,   225,   225,   225,   225,   225,   225,
-         225,   225,   225,   225,   225,   225,   225,   225,   225,   225,
-         225,   225,   225,   225,   225,   223,   223,   223,   223,   223,
-         223,   223,   223,   223, 65535,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         223,   223,   223,   223,   223,   223,   223,   223,   223,   223,
-         214, 65535,   214,   214,   214,   214,   214,   214,   214,   214,
-         214,   214, 65535, 65535, 65535, 65535, 65535, 65535, 65535,   214,
-         214,   214,   214,   214,   214,   214,   214,   214,   214,   214,
-         214,   214,   214,   214,   214,   214,   214,   214,   214,   214,
-         214,   214,   214,   214,   214, 65535, 65535, 65535, 65535,   214,
-       65535,   214,   214,   214,   214,   214,   214,   214,   214,   214,
-         214,   214,   214,   214,   214,   214,   214,   214,   214,   214,
-         214,   214,   214,   214,   214,   214,   214,   212,   212,   212,
-         212,   212,   212,   212,   212,   212, 65535,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   212,   212,   212,   212,   212,   212,   212,   212,
-         212,   212,   201,   201,   201,   201,   201,   201,   201,   201,
-         201, 65535,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   201,   201,   201,
-         201,   201,   201,   201,   201,   201,   201,   195,   195,   195,
-         195,   195,   195,   195,   195,   195, 65535,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   195,   195,   195,   195,   195,   195,   195,   195,
-         195,   195,   160,   160,   160,   160,   160,   160,   160,   160,
-         160, 65535,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   160,   160,   160,
-         160,   160,   160,   160,   160,   160,   160,   157,   157,   157,
-         157,   157,   157,   157,   157,   157, 65535,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   157,   157,   157,   157,   157,   157,   157,   157,
-         157,   157,   149,   149,   149,   149,   149,   149,   149,   149,
-         149, 65535,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   149,   149,   149,
-         149,   149,   149,   149,   149,   149,   149,   138,   138,   138,
-         138,   138,   138,   138,   138,   138, 65535,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,   138,   138,   138,   138,   138,   138,   138,   138,
-         138,   138,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43,    43,    43,
-          43,    43,    43,    43,    43,    43,    43,    43, 65535,   262,
-         262,   262,   262,   262,   262,   262,   262,   262, 65535,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
-         262,   262,   262,   262,   254,   254,   254,   254,   254,   254,
-         254,   254,   254, 65535,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   254,
-         254,   254,   254,   254,   254,   254,   254,   254,   254,   248,
-         248,   248,   248,   248,   248,   248,   248,   248, 65535,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   248,   248,   248,   248,   248,   248,
-         248,   248,   248,   248,   240,   240,   240,   240,   240,   240,
-         240,   240,   240, 65535,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
-         240,   240,   240,   240,   240,   240,   240,   240,   240,    46,
-          46, 65535,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46, 65535, 65535,    46, 65535, 65535, 65535, 65535,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46, 65535, 65535, 65535,    46,
-       65535,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    41,    41,    41,    41,    41,    41,    41,
-          41,    41,    41,    34,    34,    34,    34,    66,    66,    66,
-          66, 65535,    36,    36,    36,    36,    64,    64,    64,    64,
-          58,    58,    58,    58, 65535,    49,    34, 65535, 65535, 65535,
-          66,    57,    57,    57,    57,    36,    49, 65535, 65535,    64,
-       65535, 65535, 65535,    58,    28,    28,    28,    28, 65535,    49,
-       65535, 65535, 65535, 65535,    57, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535,    28, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535,    49, 65535, 65535, 65535, 65535,    34, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,    36,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33, 65535,   118,   118,   118,   118,   118,   118,   118,
-         118,   118, 65535,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118,   118,
-         118,   118,   118,   118,   118,   118,   118,   118,   118, 65535,
-         108,   108,   108,   108,   108,   108,   108,   108,   108, 65535,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108, 65535,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   108,   108,   108,   108,   108,
-         108,   108,   108,   108,   108,   104,   104,   104,   104,   104,
-         104,   104,   104,   104, 65535,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104, 65535,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-         104,   104,   104,   104,   104,   104,   104,   104,   104,   104,
-          96,    96,    96,    96,    96,    96,    96,    96,    96, 65535,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96, 65535,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    96,    96,    96,    96,    96,
-          96,    96,    96,    96,    96,    81,    81,    81,    81,    81,
-          81,    81,    81,    81, 65535,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81, 65535,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-          81,    81,    81,    81,    81,    81,    81,    81,    81,    81,
-         100,   100, 65535,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100, 65535, 65535, 65535, 65535,
-         100, 65535,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100,   100,   100,   100,   100,
-         100,   100,   100,   100,   100,   100,   100,   100,    94,    94,
-       65535,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94, 65535, 65535, 65535, 65535, 65535, 65535, 65535,    94,    94,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94, 65535, 65535, 65535, 65535,    94, 65535,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    94,    94,    94,    94,    94,
-          94,    94,    94,    94,    94,    94,    90,    90, 65535,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90, 65535, 65535, 65535, 65535,    90, 65535,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    90,    90,    90,    90,    90,    90,
-          90,    90,    90,    90,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-       65535,    79, 65535, 65535,    79, 65535,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    79,    79,    79,    79,    79,    79,    79,    79,
-          79,    79,    27,    27,    27,    27, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,    27, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-          27, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535,    27,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22, 65535,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11, 65535,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7,     7,     7,     7,     7,
-           7,     7,     7,     7,     7,     7, 65535,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5, 65535,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-       65535,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1
-};
-/* GENERATE END */
-
-/* Table of booleans, true if rule could match eol. */
-static const flex_int32_t yy_rule_can_match_eol[4] =
+/* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */
+#define YY_NUM_RULES 18
+#define YY_END_OF_BUFFER 19
+/* 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[91] =
     {   0,
-0, 0, 0,     };
-
-extern int yy_flex_debug;
-int yy_flex_debug = 0;
-
-static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
-static char *yy_full_match;
-static int yy_lp;
-static int yy_looking_for_trail_begin = 0;
-static int yy_full_lp;
-static int *yy_full_state;
-#define YY_TRAILING_MASK 0x2000
-#define YY_TRAILING_HEAD_MASK 0x4000
-#define REJECT \
-{ \
-*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
-yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
-(yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \
-(yy_state_ptr) = (yy_full_state); /* restore orig. state */ \
-yy_current_state = *(yy_state_ptr); /* restore curr. state */ \
-++(yy_lp); \
-goto find_rule; \
-}
+        0,    0,    0,    0,    3,    3,    4,    4,    4,    4,
+        0,    0,    0,    0,   19,   17,   16,   17,    2,   17,
+        6,   17,    5,    8,   11,    7,   17,   11,   11,   11,
+        1,    0,    0,    3,    4,    4,    4,    4,   12,    0,
+       12,   12,    0,    0,    9,   10,    0,   13,    0,   13,
+       13,    0,   14,    0,   15,    0,    0,    0,    0,    0,
+        0,    0,   12,    0,    0,    0,    0,    0,   13,    0,
+        0,    0,    0,    0,    0,    0,    0,    0,   12,    0,
+       12,   12,    0,   14,   12,   12,    0,    0,    0,    0
+    } ;
+
+static yyconst flex_int32_t yy_ec[256] =
+    {   0,
+        1,    1,    1,    1,    1,    1,    1,    1,    2,    3,
+        2,    2,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    2,    1,    4,    1,    5,    1,    1,    6,    1,
+        1,    7,    1,    1,    8,    9,   10,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,    1,    1,   12,
+        1,   13,    1,   14,    9,    9,    9,    9,    9,    9,
+        9,    9,    9,    9,    9,    9,    9,    9,    9,    9,
+        9,    9,    9,    9,    9,    9,    9,    9,    9,    9,
+       15,   16,   17,    1,    9,    1,    9,    9,    9,    9,
+
+        9,    9,    9,    9,    9,    9,    9,    9,    9,    9,
+        9,    9,    9,    9,    9,    9,    9,    9,    9,    9,
+        9,    9,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    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[19] =
+    {   0,
+        1,    1,    2,    1,    1,    1,    1,    3,    3,    1,
+        3,    1,    2,    1,    1,    1,    1,    2
+    } ;
 
-static int yy_more_flag = 0;
-static int yy_more_len = 0;
-#define yymore() ((yy_more_flag) = 1)
-#define YY_MORE_ADJ (yy_more_len)
+static yyconst flex_int16_t yy_base[97] =
+    {   0,
+        0,   13,  121,  120,    0,    3,    4,    5,    6,    7,
+       27,    0,   20,   21,  125,  178,  178,   26,  178,    8,
+      178,   41,  178,  178,   53,  178,   62,   74,   33,  119,
+      178,   37,   44,  105,  178,   46,  101,   48,  178,   99,
+        0,   96,   98,   91,  178,  178,   50,  178,   87,    0,
+       86,   87,  178,   76,  178,   52,   50,   68,   71,   73,
+       78,   74,    0,   16,   78,   84,   85,    0,    0,   94,
+       86,   96,   55,  107,    0,    0,   58,  118,  100,  124,
+      130,  136,  142,  106,   46,    0,  148,   43,    0,  178,
+      165,  168,    4,  171,    1,  174
+
+    } ;
+
+static yyconst flex_int16_t yy_def[97] =
+    {   0,
+       91,   91,    2,    2,    2,    2,    2,    2,    2,    2,
+        2,   11,   11,   11,   90,   90,   90,   90,   90,   90,
+       90,   92,   90,   90,   90,   90,   90,   90,   90,   90,
+       90,   90,   90,   90,   90,   90,   90,   90,   90,   90,
+       93,   90,   94,   90,   90,   90,   90,   90,   90,   95,
+       90,   90,   90,   96,   90,   90,   90,   90,   90,   90,
+       90,   92,   93,   94,   94,   90,   90,   27,   95,   90,
+       96,   96,   25,   94,   66,   70,   90,   96,   94,   94,
+       94,   94,   94,   96,   81,   81,   81,   87,   87,    0,
+       90,   90,   90,   90,   90,   90
+
+    } ;
+
+static yyconst flex_int16_t yy_nxt[197] =
+    {   0,
+       90,   90,   19,   69,   17,   19,   63,   21,   21,   33,
+       34,   23,   23,   17,   17,   20,   17,   17,   20,   22,
+       22,   22,   22,   65,   29,   29,   17,   17,   73,   17,
+       24,   25,   26,   30,   30,   31,   27,   53,   56,   57,
+       28,   32,   36,   37,   54,   33,   34,   59,   37,   61,
+       62,   67,   68,   56,   57,   74,   38,   39,   74,   31,
+       40,   41,   53,   42,   43,   32,   90,   44,   45,   33,
+       34,   46,   59,   37,   59,   37,   90,   47,   48,   61,
+       62,   49,   50,   72,   51,   65,   67,   68,   52,   38,
+       74,   75,   75,   72,   75,   70,   51,   51,   77,   66,
+
+       39,   76,   76,   72,   76,   65,   42,   65,   78,   42,
+       48,   79,   73,   72,   80,   81,   60,   82,   77,   73,
+       58,   83,   84,   55,   90,   72,   18,   18,   90,   90,
+       77,   65,   90,   90,   82,   90,   74,   85,   86,   90,
+       86,   90,   73,   65,   90,   90,   82,   90,   73,   65,
+       87,   90,   90,   90,   73,   88,   89,   90,   89,   90,
+       90,   90,   90,   90,   79,   16,   16,   16,   35,   35,
+       35,   64,   90,   64,   71,   90,   71,   15,   90,   90,
+       90,   90,   90,   90,   90,   90,   90,   90,   90,   90,
+       90,   90,   90,   90,   90,   90
+
+    } ;
+
+static yyconst flex_int16_t yy_chk[197] =
+    {   0,
+        0,    0,    5,   95,    1,    6,   93,    7,    8,   20,
+       20,    9,   10,    1,    1,    5,    1,    2,    6,    7,
+        8,    9,   10,   64,   13,   14,    2,    2,   64,    2,
+       11,   11,   11,   13,   14,   18,   11,   29,   32,   32,
+       11,   18,   22,   22,   29,   33,   33,   36,   36,   38,
+       38,   47,   47,   56,   56,   88,   22,   25,   85,   57,
+       25,   25,   77,   25,   25,   57,   73,   25,   27,   58,
+       58,   27,   59,   59,   60,   60,   62,   27,   28,   61,
+       61,   28,   28,   54,   28,   65,   67,   67,   28,   62,
+       65,   66,   66,   71,   66,   52,   51,   49,   71,   44,
+
+       66,   70,   70,   72,   70,   43,   42,   79,   72,   40,
+       70,   74,   79,   84,   74,   74,   37,   74,   84,   74,
+       34,   74,   78,   30,   15,   78,    4,    3,    0,    0,
+       78,   80,    0,    0,   80,    0,   80,   81,   81,    0,
+       81,    0,   81,   82,    0,    0,   82,    0,   82,   83,
+       83,    0,    0,    0,   83,   87,   87,    0,   87,    0,
+        0,    0,    0,    0,   87,   91,   91,   91,   92,   92,
+       92,   94,    0,   94,   96,    0,   96,   90,   90,   90,
+       90,   90,   90,   90,   90,   90,   90,   90,   90,   90,
+       90,   90,   90,   90,   90,   90
+
+    } ;
+
+static yy_state_type yy_last_accepting_state;
+static char *yy_last_accepting_cpos;
+
+extern int code__flex_debug;
+int code__flex_debug = 1;
+
+static yyconst flex_int16_t yy_rule_linenum[18] =
+    {   0,
+      125,  135,  136,  146,  151,  156,  162,  163,  164,  165,
+      167,  175,  181,  191,  209,  222,  225
+    } ;
+
+/* The intent behind this definition is that it'll catch
+ * any uses of REJECT which flex missed.
+ */
+#define REJECT reject_used_but_not_detected
+#define yymore() yymore_used_but_not_detected
+#define YY_MORE_ADJ 0
 #define YY_RESTORE_YY_MORE_OFFSET
-char *yytext;
+char *code_text;
+#line 1 "src/scan-code.l"
+/* Bison Action Scanner                             -*- C -*-
+
+   Copyright (C) 2006-2015, 2018 Free Software Foundation, Inc.
+
+   This file is part of Bison, the GNU Compiler Compiler.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
 
-/* GENERATE SECTION1 BEGIN */
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+#define YY_NO_INPUT 1
+#line 24 "src/scan-code.l"
 /* Work around a bug in flex 2.5.31.  See Debian bug 333231
    <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>.  */
 #undef code_wrap
@@ -3111,7 +689,7 @@ char *yytext;
 # define YY_DECL static char *code_lex (code_props *self, int sc_context)
 YY_DECL;
 
-#define YY_USER_ACTION  location_compute (loc, &loc->end, yytext, yyleng);
+#define YY_USER_ACTION  location_compute (loc, &loc->end, code_text, code_leng);
 
 static char *fetch_type_name (char *cp, char const **type_name,
                               location dollar_loc);
@@ -3143,13 +721,24 @@ void code_piece_pack();
 
 int no_handle_action;
 
- /* C and C++ comments in code. */
- /* Strings and characters in code. */
- /* Whether in a rule or symbol action.  Specifies the translation
-    of $ and @.  */
-/* GENERATE END */
+/* C and C++ comments in code. */
+
+/* Strings and characters in code. */
+
+/* Whether in a rule or symbol action.  Specifies the translation
+of $ and @.  */
+
+/* POSIX says that a tag must be both an id and a C union member, but
+   historically almost any character is allowed in a tag.  We disallow
+   NUL and newline, as this simplifies our implementation.  We allow
+   "->" as a means to dereference a pointer.  */
+/* Zero or more instances of backslash-newline.  Following GCC, allow
+   white space between the backslash and the newline.  */
+/* C style identifier. Must start with letter. Will be used for
+   named symbol references. Shall be kept synchronized with
+   scan-gram.l "letter" and "id". */
+#line 732 "src/scan-code.c"
 
-/* GENERATE STARTCONDDECL BEGIN */
 #define INITIAL 0
 #define SC_COMMENT 1
 #define SC_LINE_COMMENT 2
@@ -3157,50 +746,65 @@ int no_handle_action;
 #define SC_CHARACTER 4
 #define SC_RULE_ACTION 5
 #define SC_SYMBOL_ACTION 6
-/* GENERATE END*/
 
 #ifndef YY_NO_UNISTD_H
 /* Special case for "unistd.h", since it is non-ANSI. We include it way
  * down here because we want the user's section 1 to have been scanned first.
  * The user has a chance to override it with an option.
  */
+/* %if-c-only */
 #include <unistd.h>
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 #endif
 
 #ifndef YY_EXTRA_TYPE
 #define YY_EXTRA_TYPE void *
 #endif
 
-static int yy_init_globals ( void );
+/* %if-c-only Reentrant structure and macros (non-C++). */
+/* %if-reentrant */
+/* %if-c-only */
+
+static int yy_init_globals (void );
+
+/* %endif */
+/* %if-reentrant */
+/* %endif */
+/* %endif End reentrant structures and macros. */
 
 /* Accessor methods to globals.
    These are made visible to non-reentrant scanners for convenience. */
 
-int yylex_destroy ( void );
+int code_lex_destroy (void );
+
+int code_get_debug (void );
 
-int yyget_debug ( void );
+void code_set_debug (int debug_flag  );
 
-void yyset_debug ( int debug_flag  );
+YY_EXTRA_TYPE code_get_extra (void );
 
-YY_EXTRA_TYPE yyget_extra ( void );
+void code_set_extra (YY_EXTRA_TYPE user_defined  );
 
-void yyset_extra ( YY_EXTRA_TYPE user_defined  );
+FILE *code_get_in (void );
 
-FILE *yyget_in ( void );
+void code_set_in  (FILE * in_str  );
 
-void yyset_in  ( FILE * _in_str  );
+FILE *code_get_out (void );
 
-FILE *yyget_out ( void );
+void code_set_out  (FILE * out_str  );
 
-void yyset_out  ( FILE * _out_str  );
+int code_get_leng (void );
 
-                       int yyget_leng ( void );
+char *code_get_text (void );
 
-char *yyget_text ( void );
+int code_get_lineno (void );
 
-int yyget_lineno ( void );
+void code_set_lineno (int line_number  );
 
-void yyset_lineno ( int _line_number  );
+/* %if-bison-bridge */
+/* %endif */
 
 /* Macros after this point can all be overridden by user definitions in
  * section 1.
@@ -3208,45 +812,44 @@ void yyset_lineno ( int _line_number  );
 
 #ifndef YY_SKIP_YYWRAP
 #ifdef __cplusplus
-extern "C" int code_wrap ( void );
+extern "C" int code_wrap (void );
 #else
-extern int code_wrap ( void );
+extern int code_wrap (void );
 #endif
 #endif
 
-#ifndef YY_NO_UNPUT
-    
-    static void yyunput ( int c, char *buf_ptr  );
-    
-#endif
+/* %not-for-header */
+
+/* %ok-for-header */
+
+/* %endif */
 
 #ifndef yytext_ptr
-static void yy_flex_strncpy ( char *, const char *, int );
+static void yy_flex_strncpy (char *,yyconst char *,int );
 #endif
 
 #ifdef YY_NEED_STRLEN
-static int yy_flex_strlen ( const char * );
+static int yy_flex_strlen (yyconst char * );
 #endif
 
 #ifndef YY_NO_INPUT
+/* %if-c-only Standard (non-C++) definition */
+/* %not-for-header */
+
 #ifdef __cplusplus
-static int yyinput ( void );
+static int yyinput (void );
 #else
-static int input ( void );
+static int input (void );
 #endif
+/* %ok-for-header */
 
+/* %endif */
 #endif
 
-        static int yy_start_stack_ptr = 0;
-        static int yy_start_stack_depth = 0;
-        static int *yy_start_stack = NULL;
-    
-    static void yy_push_state ( int _new_state );
-    
-    static void yy_pop_state ( void );
-    
-    static int yy_top_state ( void );
-    
+/* %if-c-only */
+
+/* %endif */
+
 /* Amount of stuff to slurp up with each read. */
 #ifndef YY_READ_BUF_SIZE
 #ifdef __ia64__
@@ -3259,10 +862,14 @@ static int input ( void );
 
 /* Copy whatever the last rule matched to the standard output. */
 #ifndef ECHO
+/* %if-c-only Standard (non-C++) definition */
 /* This used to be an fputs(), but since the string might contain NUL's,
  * we now use fwrite().
  */
-#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
+#define ECHO do { if (fwrite( code_text, code_leng, 1, code_out )) {} } while (0)
+/* %endif */
+/* %if-c++-only C++ definition */
+/* %endif */
 #endif
 
 /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
@@ -3270,23 +877,24 @@ static int input ( void );
  */
 #ifndef YY_INPUT
 #define YY_INPUT(buf,result,max_size) \
+/* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
        if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
                { \
                int c = '*'; \
-               int n; \
+               size_t n; \
                for ( n = 0; n < max_size && \
-                            (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
+                            (c = getc( code_in )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
-               if ( c == EOF && ferror( yyin ) ) \
+               if ( c == EOF && ferror( code_in ) ) \
                        YY_FATAL_ERROR( "input in flex scanner failed" ); \
                result = n; \
                } \
        else \
                { \
                errno=0; \
-               while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
+               while ( (result = fread(buf, 1, max_size, code_in))==0 && ferror(code_in)) \
                        { \
                        if( errno != EINTR) \
                                { \
@@ -3294,10 +902,12 @@ static int input ( void );
                                break; \
                                } \
                        errno=0; \
-                       clearerr(yyin); \
+                       clearerr(code_in); \
                        } \
                }\
 \
+/* %if-c++-only C++ definition \ */\
+/* %endif */
 
 #endif
 
@@ -3316,23 +926,42 @@ static int input ( void );
 
 /* Report a fatal error. */
 #ifndef YY_FATAL_ERROR
+/* %if-c-only */
 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 #endif
 
+/* %if-tables-serialization structures and prototypes */
+/* %not-for-header */
+
+/* %ok-for-header */
+
+/* %not-for-header */
+
+/* %tables-yydmap generated elements */
+/* %endif */
 /* end tables serialization structures and prototypes */
 
+/* %ok-for-header */
+
 /* Default declaration of generated scanner - a define so the user can
  * easily add parameters.
  */
 #ifndef YY_DECL
 #define YY_DECL_IS_OURS 1
+/* %if-c-only Standard (non-C++) definition */
 
-extern int yylex (void);
+extern int code_lex (void);
 
-#define YY_DECL int yylex (void)
+#define YY_DECL int code_lex (void)
+/* %endif */
+/* %if-c++-only C++ definition */
+/* %endif */
 #endif /* !YY_DECL */
 
-/* Code executed at the beginning of each rule, after yytext and yyleng
+/* Code executed at the beginning of each rule, after code_text and code_leng
  * have been set up.
  */
 #ifndef YY_USER_ACTION
@@ -3341,23 +970,43 @@ extern int yylex (void);
 
 /* Code executed at the end of each rule. */
 #ifndef YY_BREAK
-#define YY_BREAK /*LINTED*/break;
+#define YY_BREAK break;
 #endif
 
+/* %% [6.0] YY_RULE_SETUP definition goes here */
 #define YY_RULE_SETUP \
-       if ( yyleng > 0 ) \
-               YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
-                               (yytext[yyleng - 1] == '\n'); \
        YY_USER_ACTION
 
+/* %not-for-header */
+
 /** The main scanner function which does all the work.
  */
 YY_DECL
 {
-       yy_state_type yy_current_state;
-       char *yy_cp, *yy_bp;
-       int yy_act;
+       register yy_state_type yy_current_state;
+       register char *yy_cp, *yy_bp;
+       register int yy_act;
     
+/* %% [7.0] user's declarations go here */
+#line 107 "src/scan-code.l"
+
+
+
+  /* This scanner is special: it is invoked only once, henceforth
+     is expected to return only once.  This initialization is
+     therefore done once per action to translate. */
+  aver (sc_context == SC_SYMBOL_ACTION
+        || sc_context == SC_RULE_ACTION
+        || sc_context == INITIAL);
+  BEGIN sc_context;
+
+
+  /*------------------------------------------------------------.
+  | Scanning a C comment.  The initial '/ *' is already eaten.  |
+  `------------------------------------------------------------*/
+
+#line 1000 "src/scan-code.c"
+
        if ( !(yy_init) )
                {
                (yy_init) = 1;
@@ -3366,60 +1015,43 @@ YY_DECL
                YY_USER_INIT;
 #endif
 
-        /* Create the reject buffer large enough to save one state per allowed character. */
-        if ( ! (yy_state_buf) )
-            (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE  );
-            if ( ! (yy_state_buf) )
-                YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
-
                if ( ! (yy_start) )
                        (yy_start) = 1; /* first start state */
 
-               if ( ! yyin )
-                       yyin = stdin;
+               if ( ! code_in )
+/* %if-c-only */
+                       code_in = stdin;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
-               if ( ! yyout )
-                       yyout = stdout;
+               if ( ! code_out )
+/* %if-c-only */
+                       code_out = stdout;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
                if ( ! YY_CURRENT_BUFFER ) {
-                       yyensure_buffer_stack ();
+                       code_ensure_buffer_stack ();
                        YY_CURRENT_BUFFER_LVALUE =
-                               yy_create_buffer( yyin, YY_BUF_SIZE );
+                               code__create_buffer(code_in,YY_BUF_SIZE );
                }
 
-               yy_load_buffer_state(  );
+               code__load_buffer_state( );
                }
 
-       {
-/* GENERATE SECTION2INITIAL BEGIN */
-  /* This scanner is special: it is invoked only once, henceforth
-     is expected to return only once.  This initialization is
-     therefore done once per action to translate. */
-  aver (sc_context == SC_SYMBOL_ACTION
-        || sc_context == SC_RULE_ACTION
-        || sc_context == INITIAL);
-  BEGIN sc_context;
-  /*------------------------------------------------------------.
-  | Scanning a C comment.  The initial '/ *' is already eaten.  |
-  `------------------------------------------------------------*/
-/* GENERATE END */
-
 #if 1
  /* we do this so that "continue;" in an action works correctly */
  for (; ; code_piece_escape(yytext, yy_c_buf_p - yytext))
 #else
-       while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
+       while ( 1 )             /* loops until end-of-file is reached */
 #endif
                {
-               (yy_more_len) = 0;
-               if ( (yy_more_flag) )
-                       {
-                       (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
-                       (yy_more_flag) = 0;
-                       }
+/* %% [8.0] yymore()-related code goes here */
                yy_cp = (yy_c_buf_p);
 
-               /* Support of yytext. */
+               /* Support of code_text. */
                *yy_cp = (yy_hold_char);
 
                /* yy_bp points to the position in yy_ch_buf of the start of
@@ -3427,202 +1059,245 @@ YY_DECL
                 */
                yy_bp = yy_cp;
 
+/* %% [9.0] code to set up and find next match goes here */
                yy_current_state = (yy_start);
-               yy_current_state += YY_AT_BOL();
-
-               (yy_state_ptr) = (yy_state_buf);
-               *(yy_state_ptr)++ = yy_current_state;
-
 yy_match:
                do
                        {
-                       int yy_c = YY_SC_TO_UI(*yy_cp);
+                       register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
+                       if ( yy_accept[yy_current_state] )
+                               {
+                               (yy_last_accepting_state) = yy_current_state;
+                               (yy_last_accepting_cpos) = yy_cp;
+                               }
                        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                                {
                                yy_current_state = (int) yy_def[yy_current_state];
+                               if ( yy_current_state >= 91 )
+                                       yy_c = yy_meta[(unsigned int) yy_c];
                                }
-                       yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-                       *(yy_state_ptr)++ = yy_current_state;
+                       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
                        ++yy_cp;
                        }
-               while ( yy_base[yy_current_state] != 0 );
+               while ( yy_current_state != 90 );
+               yy_cp = (yy_last_accepting_cpos);
+               yy_current_state = (yy_last_accepting_state);
 
 yy_find_action:
-               yy_current_state = *--(yy_state_ptr);
-               (yy_lp) = yy_accept[yy_current_state];
-find_rule: /* we branch to this label when backing up */
-               for ( ; ; ) /* until we find what rule we matched */
-                       {
-                       if ( /*(yy_lp) &&*/ (yy_lp) < yy_accept[yy_current_state + 1] )
-                               {
-                               yy_act = yy_acclist[(yy_lp)];
-                               if ( yy_act & YY_TRAILING_HEAD_MASK ||
-                                    (yy_looking_for_trail_begin) )
-                                       {
-                                       if ( yy_act == (yy_looking_for_trail_begin) )
-                                               {
-                                               (yy_looking_for_trail_begin) = 0;
-                                               yy_act &= ~YY_TRAILING_HEAD_MASK;
-                                               break;
-                                               }
-                                       }
-                               else if ( yy_act & YY_TRAILING_MASK )
-                                       {
-                                       (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK;
-                                       (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK;
-                                       (yy_full_match) = yy_cp;
-                                       (yy_full_state) = (yy_state_ptr);
-                                       (yy_full_lp) = (yy_lp);
-                                       }
-                               else
-                                       {
-                                       (yy_full_match) = yy_cp;
-                                       (yy_full_state) = (yy_state_ptr);
-                                       (yy_full_lp) = (yy_lp);
-                                       break;
-                                       }
-                               ++(yy_lp);
-                               goto find_rule;
-                               }
-                       --yy_cp;
-                       yy_current_state = *--(yy_state_ptr);
-                       (yy_lp) = yy_accept[yy_current_state];
-                       }
+/* %% [10.0] code to find the action number goes here */
+               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] )
-                       {
-                       int yyl;
-                       for ( yyl = (yy_more_len); yyl < yyleng; ++yyl )
-                               if ( yytext[yyl] == '\n' )
-                                       
-    yylineno++;
-;
-                       }
+/* %% [11.0] code for code_lineno update goes here */
 
 do_action:     /* This label is used only to access EOF actions. */
 
+/* %% [12.0] debug code goes here */
+               if ( code__flex_debug )
+                       {
+                       if ( yy_act == 0 )
+                               fprintf( stderr, "--scanner backing up\n" );
+                       else if ( yy_act < 18 )
+                               fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
+                                        (long)yy_rule_linenum[yy_act], code_text );
+                       else if ( yy_act == 18 )
+                               fprintf( stderr, "--accepting default rule (\"%s\")\n",
+                                        code_text );
+                       else if ( yy_act == 19 )
+                               fprintf( stderr, "--(end of buffer or a NUL)\n" );
+                       else
+                               fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
+                       }
+
                switch ( yy_act )
        { /* beginning of action switch */
-/* GENERATE SECTION2 BEGIN */
-case 0:
-YY_RULE_SETUP
-STRING_GROW; BEGIN sc_context;
-       YY_BREAK
+/* %% [13.0] actions go here */
+                       case 0: /* must back up */
+                       /* undo the effects of YY_DO_BEFORE_ACTION */
+                       *yy_cp = (yy_hold_char);
+                       yy_cp = (yy_last_accepting_cpos);
+                       yy_current_state = (yy_last_accepting_state);
+                       goto yy_find_action;
+
 case 1:
+/* rule 1 can match eol */
 YY_RULE_SETUP
+#line 125 "src/scan-code.l"
 STRING_GROW; BEGIN sc_context;
        YY_BREAK
+
+/*--------------------------------------------------------------.
+  | Scanning a line comment.  The initial '//' is already eaten.  |
+  `--------------------------------------------------------------*/
+
+
 case 2:
+/* rule 2 can match eol */
 YY_RULE_SETUP
-STRING_GROW;
+#line 135 "src/scan-code.l"
+STRING_GROW; BEGIN sc_context;
        YY_BREAK
 case 3:
+/* rule 3 can match eol */
 YY_RULE_SETUP
+#line 136 "src/scan-code.l"
 STRING_GROW;
        YY_BREAK
+
+/*--------------------------------------------.
+  | Scanning user-code characters and strings.  |
+  `--------------------------------------------*/
+
+
 case 4:
+/* rule 4 can match eol */
 YY_RULE_SETUP
-STRING_GROW; BEGIN sc_context;
+#line 146 "src/scan-code.l"
+STRING_GROW;
        YY_BREAK
+
+
+
 case 5:
 YY_RULE_SETUP
+#line 151 "src/scan-code.l"
 STRING_GROW; BEGIN sc_context;
        YY_BREAK
+
+
+
 case 6:
 YY_RULE_SETUP
-STRING_GROW; BEGIN SC_CHARACTER;
+#line 156 "src/scan-code.l"
+STRING_GROW; BEGIN sc_context;
        YY_BREAK
+
+
+
 case 7:
 YY_RULE_SETUP
-STRING_GROW; BEGIN SC_STRING;
+#line 162 "src/scan-code.l"
+STRING_GROW; BEGIN SC_CHARACTER;
        YY_BREAK
 case 8:
 YY_RULE_SETUP
-STRING_GROW; BEGIN SC_COMMENT;
+#line 163 "src/scan-code.l"
+STRING_GROW; BEGIN SC_STRING;
        YY_BREAK
 case 9:
+/* rule 9 can match eol */
 YY_RULE_SETUP
-STRING_GROW; BEGIN SC_LINE_COMMENT;
+#line 164 "src/scan-code.l"
+STRING_GROW; BEGIN SC_COMMENT;
        YY_BREAK
 case 10:
+/* rule 10 can match eol */
+YY_RULE_SETUP
+#line 165 "src/scan-code.l"
+STRING_GROW; BEGIN SC_LINE_COMMENT;
+       YY_BREAK
+case 11:
 YY_RULE_SETUP
+#line 167 "src/scan-code.l"
 {
-    complain (loc, Wother, _("stray '%s'"), yytext);
-    obstack_escape (&obstack_for_string, yytext);
+    complain (loc, Wother, _("stray '%s'"), code_text);
+    obstack_escape (&obstack_for_string, code_text);
   }
        YY_BREAK
-case 11:
+
+
+
+case 12:
 YY_RULE_SETUP
+#line 175 "src/scan-code.l"
 {
     ref_tail_fields = NULL;
-    handle_action_dollar (self->rule, yytext, *loc);
+    handle_action_dollar (self->rule, code_text, *loc);
     if (ref_tail_fields)
       obstack_sgrow (&obstack_for_string, ref_tail_fields);
   }
        YY_BREAK
-case 12:
+case 13:
 YY_RULE_SETUP
+#line 181 "src/scan-code.l"
 {
     ref_tail_fields = NULL;
-    handle_action_at (self->rule, yytext, *loc);
+    handle_action_at (self->rule, code_text, *loc);
     if (ref_tail_fields)
       obstack_sgrow (&obstack_for_string, ref_tail_fields);
   }
        YY_BREAK
-case 13:
+
+
+
+case 14:
 YY_RULE_SETUP
+#line 191 "src/scan-code.l"
 {
- int i = sprintf(code_piece_temp, "<PYACC_Text_ValueReference tag_name=\"");
- int j = i + sprintf(code_piece_temp + i, "%s", yytext + 2);
+ int i = sprintf(code_piece_temp, "<AST_Text_ValueReference tag_name=\"");
+ int j = i + sprintf(code_piece_temp + i, "%s", code_text + 2);
  while (j > i && code_piece_temp[--j] != '>')
   ;
  sprintf(code_piece_temp + j, "\">");
  code_piece_append(code_piece_temp);
- i = strlen(yytext);
- code_piece_escape(yytext, i);
- code_piece_append("</PYACC_Text_ValueReference>");
+ i = strlen(code_text);
+ code_piece_escape(code_text, i);
+ code_piece_append("</AST_Text_ValueReference>");
     const char *type_name = NULL;
-    fetch_type_name (yytext + 1, &type_name, *loc)[-1] = 0;
+    fetch_type_name (code_text + 1, &type_name, *loc)[-1] = 0;
     obstack_sgrow (&obstack_for_string, "]b4_dollar_dollar(");
     obstack_quote (&obstack_for_string, type_name);
     obstack_sgrow (&obstack_for_string, ")[");
     self->is_value_used = true;
yytext += i;
code_text += i;
   }
        YY_BREAK
-case 14:
+case 15:
 YY_RULE_SETUP
+#line 209 "src/scan-code.l"
 {
     obstack_sgrow (&obstack_for_string, "]b4_at_dollar[");
     muscle_percent_define_ensure("locations", the_location, true);
- code_piece_append("<PYACC_Text_ValueLocation>");
- code_piece_flush(strlen(yytext));
- code_piece_append("</PYACC_Text_ValueLocation>");
+ code_piece_append("<AST_Text_ValueLocation>");
+ code_piece_flush(strlen(code_text));
+ code_piece_append("</AST_Text_ValueLocation>");
   }
        YY_BREAK
-case 15:
+
+
+
+/* Escape M4 quoting characters in C code.  */
+case 16:
 YY_RULE_SETUP
-obstack_escape (&obstack_for_string, yytext);
+#line 222 "src/scan-code.l"
+obstack_escape (&obstack_for_string, code_text);
        YY_BREAK
-case 16:
+/* By default, grow the string obstack with the input.  */
+case 17:
+/* rule 17 can match eol */
 YY_RULE_SETUP
+#line 225 "src/scan-code.l"
 STRING_GROW;
        YY_BREAK
-case 17:
+/* End of processing. */
+case YY_STATE_EOF(INITIAL):
+case YY_STATE_EOF(SC_COMMENT):
+case YY_STATE_EOF(SC_LINE_COMMENT):
+case YY_STATE_EOF(SC_STRING):
+case YY_STATE_EOF(SC_CHARACTER):
+case YY_STATE_EOF(SC_RULE_ACTION):
+case YY_STATE_EOF(SC_SYMBOL_ACTION):
+#line 228 "src/scan-code.l"
+STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
+       YY_BREAK
+
+case 18:
 YY_RULE_SETUP
+#line 231 "src/scan-code.l"
 YY_FATAL_ERROR( "flex scanner jammed" );
        YY_BREAK
-                       case YY_STATE_EOF(INITIAL):
-                       case YY_STATE_EOF(SC_COMMENT):
-                       case YY_STATE_EOF(SC_LINE_COMMENT):
-                       case YY_STATE_EOF(SC_STRING):
-                       case YY_STATE_EOF(SC_CHARACTER):
-                       case YY_STATE_EOF(SC_RULE_ACTION):
-                       case YY_STATE_EOF(SC_SYMBOL_ACTION):
-STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
-/* GENERATE END */
+#line 1287 "src/scan-code.c"
 
        case YY_END_OF_BUFFER:
                {
@@ -3637,15 +1312,15 @@ STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
                        {
                        /* 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
+                        * just pointed code_in at a new source and called
+                        * code_lex().  If so, then we have to assure
                         * consistency between YY_CURRENT_BUFFER and our
                         * globals.  Here is the right place to do so, because
                         * this is the first action (other than possibly a
                         * back-up) that will match for the new input source.
                         */
                        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
-                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
+                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = code_in;
                        YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
                        }
 
@@ -3687,7 +1362,9 @@ STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
 
                        else
                                {
-                               yy_cp = (yy_c_buf_p);
+/* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */
+                               yy_cp = (yy_last_accepting_cpos);
+                               yy_current_state = (yy_last_accepting_state);
                                goto yy_find_action;
                                }
                        }
@@ -3698,11 +1375,11 @@ STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
                                {
                                (yy_did_buffer_switch_on_eof) = 0;
 
-                               if ( code_wrap(  ) )
+                               if ( code_wrap( ) )
                                        {
                                        /* Note: because we've taken care in
                                         * yy_get_next_buffer() to have set up
-                                        * yytext, we can now set up
+                                        * code_text, 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
@@ -3751,8 +1428,15 @@ STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
                        "fatal flex scanner internal error--no action found" );
        } /* end of action switch */
                } /* end of scanning one token */
-       } /* end of user's declarations */
-} /* end of yylex */
+} /* end of code_lex */
+/* %ok-for-header */
+
+/* %if-c++-only */
+/* %not-for-header */
+
+/* %ok-for-header */
+
+/* %endif */
 
 /* yy_get_next_buffer - try to read in a new buffer
  *
@@ -3761,11 +1445,15 @@ STRING_FINISH; /*code_piece_pack(); --code_piece0;*/ return last_string;
  *     EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  *     EOB_ACT_END_OF_FILE - end of file
  */
+/* %if-c-only */
 static int yy_get_next_buffer (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
-       char *source = (yytext_ptr);
-       int number_to_move, i;
+       register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
+       register char *source = (yytext_ptr);
+       register int number_to_move, i;
        int ret_val;
 
        if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
@@ -3794,7 +1482,7 @@ static int yy_get_next_buffer (void)
        /* Try to read more data. */
 
        /* First move last chars to start of buffer. */
-       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
+       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
 
        for ( i = 0; i < number_to_move; ++i )
                *(dest++) = *(source++);
@@ -3813,8 +1501,37 @@ static int yy_get_next_buffer (void)
                while ( num_to_read <= 0 )
                        { /* Not enough room in the buffer - grow it. */
 
-                       YY_FATAL_ERROR(
-"input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
+                       /* just a shorter name for the current buffer */
+                       YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
+
+                       int yy_c_buf_p_offset =
+                               (int) ((yy_c_buf_p) - b->yy_ch_buf);
+
+                       if ( b->yy_is_our_buffer )
+                               {
+                               int new_size = b->yy_buf_size * 2;
+
+                               if ( new_size <= 0 )
+                                       b->yy_buf_size += b->yy_buf_size / 8;
+                               else
+                                       b->yy_buf_size *= 2;
+
+                               b->yy_ch_buf = (char *)
+                                       /* Include room in for 2 EOB chars. */
+                                       code_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
+                               }
+                       else
+                               /* Can't grow it, we don't own it. */
+                               b->yy_ch_buf = 0;
+
+                       if ( ! b->yy_ch_buf )
+                               YY_FATAL_ERROR(
+                               "fatal error - scanner input buffer overflow" );
+
+                       (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
+
+                       num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
+                                               number_to_move - 1;
 
                        }
 
@@ -3823,7 +1540,7 @@ static int yy_get_next_buffer (void)
 
                /* Read in more data. */
                YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
-                       (yy_n_chars), num_to_read );
+                       (yy_n_chars), (size_t) num_to_read );
 
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
                }
@@ -3833,7 +1550,7 @@ static int yy_get_next_buffer (void)
                if ( number_to_move == YY_MORE_ADJ )
                        {
                        ret_val = EOB_ACT_END_OF_FILE;
-                       yyrestart( yyin  );
+                       code_restart(code_in  );
                        }
 
                else
@@ -3847,15 +1564,12 @@ static int yy_get_next_buffer (void)
        else
                ret_val = EOB_ACT_CONTINUE_SCAN;
 
-       if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
+       if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
                /* Extend the array by 50%, plus the number we really need. */
-               int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
-               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
-                       (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size  );
+               yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
+               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) code_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
                if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
                        YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
-               /* "- 2" to take care of EOB's */
-               YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
        }
 
        (yy_n_chars) += number_to_move;
@@ -3869,26 +1583,36 @@ static int yy_get_next_buffer (void)
 
 /* yy_get_previous_state - get the state just before the EOB char was reached */
 
+/* %if-c-only */
+/* %not-for-header */
+
     static yy_state_type yy_get_previous_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       yy_state_type yy_current_state;
-       char *yy_cp;
+       register yy_state_type yy_current_state;
+       register char *yy_cp;
     
+/* %% [15.0] code to get the start state into yy_current_state goes here */
        yy_current_state = (yy_start);
-       yy_current_state += YY_AT_BOL();
-
-       (yy_state_ptr) = (yy_state_buf);
-       *(yy_state_ptr)++ = yy_current_state;
 
        for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
                {
-               int yy_c = (*yy_cp ? YY_SC_TO_UI(*yy_cp) : 256);
+/* %% [16.0] code to find the next state goes here */
+               register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 18);
+               if ( yy_accept[yy_current_state] )
+                       {
+                       (yy_last_accepting_state) = yy_current_state;
+                       (yy_last_accepting_cpos) = yy_cp;
+                       }
                while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                        {
                        yy_current_state = (int) yy_def[yy_current_state];
+                       if ( yy_current_state >= 91 )
+                               yy_c = yy_meta[(unsigned int) yy_c];
                        }
-               yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-               *(yy_state_ptr)++ = yy_current_state;
+               yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
                }
 
        return yy_current_state;
@@ -3899,68 +1623,39 @@ static int yy_get_next_buffer (void)
  * synopsis
  *     next_state = yy_try_NUL_trans( current_state );
  */
+/* %if-c-only */
     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       int yy_is_jam;
-    
-       int yy_c = 256;
+       register int yy_is_jam;
+    /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */
+       register char *yy_cp = (yy_c_buf_p);
+
+       register YY_CHAR yy_c = 18;
+       if ( yy_accept[yy_current_state] )
+               {
+               (yy_last_accepting_state) = yy_current_state;
+               (yy_last_accepting_cpos) = yy_cp;
+               }
        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                {
                yy_current_state = (int) yy_def[yy_current_state];
+               if ( yy_current_state >= 91 )
+                       yy_c = yy_meta[(unsigned int) yy_c];
                }
-       yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-       yy_is_jam = (yy_current_state == 9);
-       if ( ! yy_is_jam )
-               *(yy_state_ptr)++ = yy_current_state;
+       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+       yy_is_jam = (yy_current_state == 90);
 
-               return yy_is_jam ? 0 : yy_current_state;
+       return yy_is_jam ? 0 : yy_current_state;
 }
 
-#ifndef YY_NO_UNPUT
-
-    static void yyunput (int c, char * yy_bp )
-{
-       char *yy_cp;
-    
-    yy_cp = (yy_c_buf_p);
-
-       /* undo effects of setting up yytext */
-       *yy_cp = (yy_hold_char);
-
-       if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
-               { /* need to shift things up to make room */
-               /* +2 for EOB chars. */
-               int number_to_move = (yy_n_chars) + 2;
-               char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
-                                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
-               char *source =
-                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
-
-               while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
-                       *--dest = *--source;
-
-               yy_cp += (int) (dest - source);
-               yy_bp += (int) (dest - source);
-               YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
-                       (yy_n_chars) = (int) 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" );
-               }
+/* %if-c-only */
 
-       *--yy_cp = (char) c;
-
-    if ( c == '\n' ){
-        --yylineno;
-    }
-
-       (yytext_ptr) = yy_bp;
-       (yy_hold_char) = *yy_cp;
-       (yy_c_buf_p) = yy_cp;
-}
-
-#endif
+/* %endif */
 
+/* %if-c-only */
 #ifndef YY_NO_INPUT
 #ifdef __cplusplus
     static int yyinput (void)
@@ -3968,6 +1663,9 @@ static int yy_get_next_buffer (void)
     static int input  (void)
 #endif
 
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        int c;
     
@@ -3985,7 +1683,7 @@ static int yy_get_next_buffer (void)
 
                else
                        { /* need more input */
-                       int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
+                       int offset = (yy_c_buf_p) - (yytext_ptr);
                        ++(yy_c_buf_p);
 
                        switch ( yy_get_next_buffer(  ) )
@@ -4002,14 +1700,14 @@ static int yy_get_next_buffer (void)
                                         */
 
                                        /* Reset buffer status. */
-                                       yyrestart( yyin );
+                                       code_restart(code_in );
 
                                        /*FALLTHROUGH*/
 
                                case EOB_ACT_END_OF_FILE:
                                        {
-                                       if ( code_wrap(  ) )
-                                               return 0;
+                                       if ( code_wrap( ) )
+                                               return EOF;
 
                                        if ( ! (yy_did_buffer_switch_on_eof) )
                                                YY_NEW_FILE;
@@ -4028,50 +1726,56 @@ static int yy_get_next_buffer (void)
                }
 
        c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
-       *(yy_c_buf_p) = '\0';   /* preserve yytext */
+       *(yy_c_buf_p) = '\0';   /* preserve code_text */
        (yy_hold_char) = *++(yy_c_buf_p);
 
-       YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
-       if ( YY_CURRENT_BUFFER_LVALUE->yy_at_bol )
-               
-    yylineno++;
-;
+/* %% [19.0] update BOL and code_lineno */
 
        return c;
 }
+/* %if-c-only */
 #endif /* ifndef YY_NO_INPUT */
+/* %endif */
 
 /** Immediately switch to a different input stream.
  * @param input_file A readable stream.
  * 
  * @note This function does not reset the start condition to @c INITIAL .
  */
-    void yyrestart  (FILE * input_file )
+/* %if-c-only */
+    void code_restart  (FILE * input_file )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
     
        if ( ! YY_CURRENT_BUFFER ){
-        yyensure_buffer_stack ();
+        code_ensure_buffer_stack ();
                YY_CURRENT_BUFFER_LVALUE =
-            yy_create_buffer( yyin, YY_BUF_SIZE );
+            code__create_buffer(code_in,YY_BUF_SIZE );
        }
 
-       yy_init_buffer( YY_CURRENT_BUFFER, input_file );
-       yy_load_buffer_state(  );
+       code__init_buffer(YY_CURRENT_BUFFER,input_file );
+       code__load_buffer_state( );
 }
 
 /** Switch to a different input buffer.
  * @param new_buffer The new input buffer.
  * 
  */
-    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+/* %if-c-only */
+    void code__switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
     
        /* TODO. We should be able to replace this entire function body
         * with
-        *              yypop_buffer_state();
-        *              yypush_buffer_state(new_buffer);
+        *              code_pop_buffer_state();
+        *              code_push_buffer_state(new_buffer);
      */
-       yyensure_buffer_stack ();
+       code_ensure_buffer_stack ();
        if ( YY_CURRENT_BUFFER == new_buffer )
                return;
 
@@ -4084,7 +1788,7 @@ static int yy_get_next_buffer (void)
                }
 
        YY_CURRENT_BUFFER_LVALUE = new_buffer;
-       yy_load_buffer_state(  );
+       code__load_buffer_state( );
 
        /* We don't actually know whether we did this switch during
         * EOF (code_wrap()) processing, but the only time this flag
@@ -4094,11 +1798,15 @@ static int yy_get_next_buffer (void)
        (yy_did_buffer_switch_on_eof) = 1;
 }
 
-static void yy_load_buffer_state  (void)
+/* %if-c-only */
+static void code__load_buffer_state  (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
        (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
-       yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+       code_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
        (yy_hold_char) = *(yy_c_buf_p);
 }
 
@@ -4108,35 +1816,43 @@ static void yy_load_buffer_state  (void)
  * 
  * @return the allocated buffer state.
  */
-    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
+/* %if-c-only */
+    YY_BUFFER_STATE code__create_buffer  (FILE * file, int  size )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        YY_BUFFER_STATE b;
     
-       b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
+       b = (YY_BUFFER_STATE) code_alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in code__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( (yy_size_t) (b->yy_buf_size + 2)  );
+       b->yy_ch_buf = (char *) code_alloc(b->yy_buf_size + 2  );
        if ( ! b->yy_ch_buf )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in code__create_buffer()" );
 
        b->yy_is_our_buffer = 1;
 
-       yy_init_buffer( b, file );
+       code__init_buffer(b,file );
 
        return b;
 }
 
 /** Destroy the buffer.
- * @param b a buffer created with yy_create_buffer()
+ * @param b a buffer created with code__create_buffer()
  * 
  */
-    void yy_delete_buffer (YY_BUFFER_STATE  b )
+/* %if-c-only */
+    void code__delete_buffer (YY_BUFFER_STATE  b )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
     
        if ( ! b )
@@ -4146,27 +1862,38 @@ static void yy_load_buffer_state  (void)
                YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
 
        if ( b->yy_is_our_buffer )
-               yyfree( (void *) b->yy_ch_buf  );
+               code_free((void *) b->yy_ch_buf  );
 
-       yyfree( (void *) b  );
+       code_free((void *) b  );
 }
 
+/* %if-c-only */
+
+/* %endif */
+
+/* %if-c++-only */
+/* %endif */
+
 /* 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.
+ * such as during a code_restart() or at EOF.
  */
-    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+/* %if-c-only */
+    static void code__init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
 {
        int oerrno = errno;
     
-       yy_flush_buffer( b );
+       code__flush_buffer(b );
 
        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.
+    /* If b is the current buffer, then code__init_buffer was _probably_
+     * called from code_restart() or through yy_get_next_buffer.
      * In that case, we don't want to reset the lineno or column.
      */
     if (b != YY_CURRENT_BUFFER){
@@ -4174,8 +1901,13 @@ static void yy_load_buffer_state  (void)
         b->yy_bs_column = 0;
     }
 
-        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
+/* %if-c-only */
+
+        b->yy_is_interactive = 0;
     
+/* %endif */
+/* %if-c++-only */
+/* %endif */
        errno = oerrno;
 }
 
@@ -4183,7 +1915,11 @@ static void yy_load_buffer_state  (void)
  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  * 
  */
-    void yy_flush_buffer (YY_BUFFER_STATE  b )
+/* %if-c-only */
+    void code__flush_buffer (YY_BUFFER_STATE  b )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        if ( ! b )
                return;
@@ -4203,23 +1939,28 @@ static void yy_load_buffer_state  (void)
        b->yy_buffer_status = YY_BUFFER_NEW;
 
        if ( b == YY_CURRENT_BUFFER )
-               yy_load_buffer_state(  );
+               code__load_buffer_state( );
 }
 
+/* %if-c-or-c++ */
 /** Pushes the new state onto the stack. The new state becomes
  *  the current state. This function will allocate the stack
  *  if necessary.
  *  @param new_buffer The new state.
  *  
  */
-void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
+/* %if-c-only */
+void code_push_buffer_state (YY_BUFFER_STATE new_buffer )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        if (new_buffer == NULL)
                return;
 
-       yyensure_buffer_stack();
+       code_ensure_buffer_stack();
 
-       /* This block is copied from yy_switch_to_buffer. */
+       /* This block is copied from code__switch_to_buffer. */
        if ( YY_CURRENT_BUFFER )
                {
                /* Flush out information for old buffer. */
@@ -4233,37 +1974,49 @@ void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
                (yy_buffer_stack_top)++;
        YY_CURRENT_BUFFER_LVALUE = new_buffer;
 
-       /* copied from yy_switch_to_buffer. */
-       yy_load_buffer_state(  );
+       /* copied from code__switch_to_buffer. */
+       code__load_buffer_state( );
        (yy_did_buffer_switch_on_eof) = 1;
 }
+/* %endif */
 
+/* %if-c-or-c++ */
 /** Removes and deletes the top of the stack, if present.
  *  The next element becomes the new top.
  *  
  */
-void yypop_buffer_state (void)
+/* %if-c-only */
+void code_pop_buffer_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        if (!YY_CURRENT_BUFFER)
                return;
 
-       yy_delete_buffer(YY_CURRENT_BUFFER );
+       code__delete_buffer(YY_CURRENT_BUFFER );
        YY_CURRENT_BUFFER_LVALUE = NULL;
        if ((yy_buffer_stack_top) > 0)
                --(yy_buffer_stack_top);
 
        if (YY_CURRENT_BUFFER) {
-               yy_load_buffer_state(  );
+               code__load_buffer_state( );
                (yy_did_buffer_switch_on_eof) = 1;
        }
 }
+/* %endif */
 
+/* %if-c-or-c++ */
 /* Allocates the stack if it does not exist.
  *  Guarantees space for at least one push.
  */
-static void yyensure_buffer_stack (void)
+/* %if-c-only */
+static void code_ensure_buffer_stack (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       yy_size_t num_to_alloc;
+       int num_to_alloc;
     
        if (!(yy_buffer_stack)) {
 
@@ -4271,15 +2024,15 @@ static void yyensure_buffer_stack (void)
                 * 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; /* After all that talk, this was set to 1 anyways... */
-               (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+               num_to_alloc = 1;
+               (yy_buffer_stack) = (struct yy_buffer_state**)code_alloc
                                                                (num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
-                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
-
+                       YY_FATAL_ERROR( "out of dynamic memory in code_ensure_buffer_stack()" );
+                                                                 
                memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
-
+                               
                (yy_buffer_stack_max) = num_to_alloc;
                (yy_buffer_stack_top) = 0;
                return;
@@ -4288,29 +2041,31 @@ static void yyensure_buffer_stack (void)
        if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
 
                /* Increase the buffer to prepare for a possible push. */
-               yy_size_t grow_size = 8 /* arbitrary grow size */;
+               int grow_size = 8 /* arbitrary grow size */;
 
                num_to_alloc = (yy_buffer_stack_max) + grow_size;
-               (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
+               (yy_buffer_stack) = (struct yy_buffer_state**)code_realloc
                                                                ((yy_buffer_stack),
                                                                num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
-                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
+                       YY_FATAL_ERROR( "out of dynamic memory in code_ensure_buffer_stack()" );
 
                /* zero only the new slots.*/
                memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
                (yy_buffer_stack_max) = num_to_alloc;
        }
 }
+/* %endif */
 
+/* %if-c-only */
 /** Setup the input buffer state to scan directly from a user-specified character buffer.
  * @param base the character buffer
  * @param size the size in bytes of the character buffer
  * 
- * @return the newly allocated buffer state object.
+ * @return the newly allocated buffer state object. 
  */
-YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
+YY_BUFFER_STATE code__scan_buffer  (char * base, yy_size_t  size )
 {
        YY_BUFFER_STATE b;
     
@@ -4318,49 +2073,53 @@ YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
             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 NULL;
+               return 0;
 
-       b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
+       b = (YY_BUFFER_STATE) code_alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in code__scan_buffer()" );
 
-       b->yy_buf_size = (int) (size - 2);      /* "- 2" to take care of EOB's */
+       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 = NULL;
+       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  );
+       code__switch_to_buffer(b  );
 
        return b;
 }
+/* %endif */
 
-/** Setup the input buffer state to scan a string. The next call to yylex() will
+/* %if-c-only */
+/** Setup the input buffer state to scan a string. The next call to code_lex() will
  * scan from a @e copy of @a str.
  * @param yystr a NUL-terminated string to scan
  * 
  * @return the newly allocated buffer state object.
  * @note If you want to scan bytes that may contain NUL values, then use
- *       yy_scan_bytes() instead.
+ *       code__scan_bytes() instead.
  */
-YY_BUFFER_STATE yy_scan_string (const char * yystr )
+YY_BUFFER_STATE code__scan_string (yyconst char * yystr )
 {
     
-       return yy_scan_bytes( yystr, (int) strlen(yystr) );
+       return code__scan_bytes(yystr,strlen(yystr) );
 }
+/* %endif */
 
-/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
+/* %if-c-only */
+/** Setup the input buffer state to scan the given bytes. The next call to code_lex() 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.
  * 
  * @return the newly allocated buffer state object.
  */
-YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
+YY_BUFFER_STATE code__scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
 {
        YY_BUFFER_STATE b;
        char *buf;
@@ -4368,19 +2127,19 @@ YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
        int i;
     
        /* Get memory for full buffer, including space for trailing EOB's. */
-       n = (yy_size_t) (_yybytes_len + 2);
-       buf = (char *) yyalloc( n  );
+       n = _yybytes_len + 2;
+       buf = (char *) code_alloc(n  );
        if ( ! buf )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
+               YY_FATAL_ERROR( "out of dynamic memory in code__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 );
+       b = code__scan_buffer(buf,n );
        if ( ! b )
-               YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
+               YY_FATAL_ERROR( "bad buffer in code__scan_bytes()" );
 
        /* It's okay to grow etc. this buffer, and we should throw it
         * away when we're done.
@@ -4389,54 +2148,21 @@ YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
 
        return b;
 }
-
-    static void yy_push_state (int  _new_state )
-{
-       if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) )
-               {
-               yy_size_t new_size;
-
-               (yy_start_stack_depth) += YY_START_STACK_INCR;
-               new_size = (yy_size_t) (yy_start_stack_depth) * sizeof( int );
-
-               if ( ! (yy_start_stack) )
-                       (yy_start_stack) = (int *) yyalloc( new_size  );
-
-               else
-                       (yy_start_stack) = (int *) yyrealloc(
-                                       (void *) (yy_start_stack), new_size  );
-
-               if ( ! (yy_start_stack) )
-                       YY_FATAL_ERROR( "out of memory expanding start-condition stack" );
-               }
-
-       (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START;
-
-       BEGIN(_new_state);
-}
-
-    static void yy_pop_state  (void)
-{
-       if ( --(yy_start_stack_ptr) < 0 )
-               YY_FATAL_ERROR( "start-condition stack underflow" );
-
-       BEGIN((yy_start_stack)[(yy_start_stack_ptr)]);
-}
-
-    static int yy_top_state  (void)
-{
-       return (yy_start_stack)[(yy_start_stack_ptr) - 1];
-}
+/* %endif */
 
 #ifndef YY_EXIT_FAILURE
 #define YY_EXIT_FAILURE 2
 #endif
 
-static void yynoreturn yy_fatal_error (const char* msg )
+/* %if-c-only */
+static void yy_fatal_error (yyconst char* msg )
 {
-                       fprintf( stderr, "%s\n", msg );
+       (void) fprintf( stderr, "%s\n", msg );
        exit( YY_EXIT_FAILURE );
 }
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
 /* Redefine yyless() so it works in section 3 code. */
 
@@ -4444,184 +2170,184 @@ static void yynoreturn yy_fatal_error (const char* msg )
 #define yyless(n) \
        do \
                { \
-               /* Undo effects of setting up yytext. */ \
+               /* Undo effects of setting up code_text. */ \
         int yyless_macro_arg = (n); \
         YY_LESS_LINENO(yyless_macro_arg);\
-               yytext[yyleng] = (yy_hold_char); \
-               (yy_c_buf_p) = yytext + yyless_macro_arg; \
+               code_text[code_leng] = (yy_hold_char); \
+               (yy_c_buf_p) = code_text + yyless_macro_arg; \
                (yy_hold_char) = *(yy_c_buf_p); \
                *(yy_c_buf_p) = '\0'; \
-               yyleng = yyless_macro_arg; \
+               code_leng = yyless_macro_arg; \
                } \
        while ( 0 )
 
 /* Accessor  methods (get/set functions) to struct members. */
 
+/* %if-c-only */
+/* %if-reentrant */
+/* %endif */
+
 /** Get the current line number.
  * 
  */
-int yyget_lineno  (void)
+int code_get_lineno  (void)
 {
-    
-    return yylineno;
+        
+    return code_lineno;
 }
 
 /** Get the input stream.
  * 
  */
-FILE *yyget_in  (void)
+FILE *code_get_in  (void)
 {
-        return yyin;
+        return code_in;
 }
 
 /** Get the output stream.
  * 
  */
-FILE *yyget_out  (void)
+FILE *code_get_out  (void)
 {
-        return yyout;
+        return code_out;
 }
 
 /** Get the length of the current token.
  * 
  */
-int yyget_leng  (void)
+int code_get_leng  (void)
 {
-        return yyleng;
+        return code_leng;
 }
 
 /** Get the current token.
  * 
  */
 
-char *yyget_text  (void)
+char *code_get_text  (void)
 {
-        return yytext;
+        return code_text;
 }
 
+/* %if-reentrant */
+/* %endif */
+
 /** Set the current line number.
- * @param _line_number line number
+ * @param line_number
  * 
  */
-void yyset_lineno (int  _line_number )
+void code_set_lineno (int  line_number )
 {
     
-    yylineno = _line_number;
+    code_lineno = line_number;
 }
 
 /** Set the input stream. This does not discard the current
  * input buffer.
- * @param _in_str A readable stream.
+ * @param in_str A readable stream.
  * 
- * @see yy_switch_to_buffer
+ * @see code__switch_to_buffer
  */
-void yyset_in (FILE *  _in_str )
+void code_set_in (FILE *  in_str )
 {
-        yyin = _in_str ;
+        code_in = in_str ;
 }
 
-void yyset_out (FILE *  _out_str )
+void code_set_out (FILE *  out_str )
 {
-        yyout = _out_str ;
+        code_out = out_str ;
 }
 
-int yyget_debug  (void)
+int code_get_debug  (void)
 {
-        return yy_flex_debug;
+        return code__flex_debug;
 }
 
-void yyset_debug (int  _bdebug )
+void code_set_debug (int  bdebug )
 {
-        yy_flex_debug = _bdebug ;
+        code__flex_debug = bdebug ;
 }
 
+/* %endif */
+
+/* %if-reentrant */
+/* %if-bison-bridge */
+/* %endif */
+/* %endif if-c-only */
+
+/* %if-c-only */
 static int yy_init_globals (void)
 {
         /* Initialization is the same as for the non-reentrant scanner.
-     * This function is called from yylex_destroy(), so don't allocate here.
+     * This function is called from code_lex_destroy(), so don't allocate here.
      */
 
-    /* We do not touch yylineno unless the option is enabled. */
-    yylineno =  1;
-    
-    (yy_buffer_stack) = NULL;
+    (yy_buffer_stack) = 0;
     (yy_buffer_stack_top) = 0;
     (yy_buffer_stack_max) = 0;
-    (yy_c_buf_p) = NULL;
+    (yy_c_buf_p) = (char *) 0;
     (yy_init) = 0;
     (yy_start) = 0;
 
-    (yy_start_stack_ptr) = 0;
-    (yy_start_stack_depth) = 0;
-    (yy_start_stack) =  NULL;
-
-    (yy_state_buf) = 0;
-    (yy_state_ptr) = 0;
-    (yy_full_match) = 0;
-    (yy_lp) = 0;
-
 /* Defined in main.c */
 #ifdef YY_STDINIT
-    yyin = stdin;
-    yyout = stdout;
+    code_in = stdin;
+    code_out = stdout;
 #else
-    yyin = NULL;
-    yyout = NULL;
+    code_in = (FILE *) 0;
+    code_out = (FILE *) 0;
 #endif
 
     /* For future reference: Set errno on error, since we are called by
-     * yylex_init()
+     * code_lex_init()
      */
     return 0;
 }
+/* %endif */
 
-/* yylex_destroy is for both reentrant and non-reentrant scanners. */
-int yylex_destroy  (void)
+/* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */
+/* code_lex_destroy is for both reentrant and non-reentrant scanners. */
+int code_lex_destroy  (void)
 {
     
     /* Pop the buffer stack, destroying each element. */
        while(YY_CURRENT_BUFFER){
-               yy_delete_buffer( YY_CURRENT_BUFFER  );
+               code__delete_buffer(YY_CURRENT_BUFFER  );
                YY_CURRENT_BUFFER_LVALUE = NULL;
-               yypop_buffer_state();
+               code_pop_buffer_state();
        }
 
        /* Destroy the stack itself. */
-       yyfree((yy_buffer_stack) );
+       code_free((yy_buffer_stack) );
        (yy_buffer_stack) = NULL;
 
-    /* Destroy the start condition stack. */
-        yyfree( (yy_start_stack)  );
-        (yy_start_stack) = NULL;
-
-    yyfree ( (yy_state_buf) );
-    (yy_state_buf)  = NULL;
-
     /* Reset the globals. This is important in a non-reentrant scanner so the next time
-     * yylex() is called, initialization will occur. */
+     * code_lex() is called, initialization will occur. */
     yy_init_globals( );
 
+/* %if-reentrant */
+/* %endif */
     return 0;
 }
+/* %endif */
 
 /*
  * Internal utility routines.
  */
 
 #ifndef yytext_ptr
-static void yy_flex_strncpy (char* s1, const char * s2, int n )
+static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
 {
-               
-       int i;
+       register int i;
        for ( i = 0; i < n; ++i )
                s1[i] = s2[i];
 }
 #endif
 
 #ifdef YY_NEED_STRLEN
-static int yy_flex_strlen (const char * s )
+static int yy_flex_strlen (yyconst char * s )
 {
-       int n;
+       register int n;
        for ( n = 0; s[n]; ++n )
                ;
 
@@ -4629,14 +2355,13 @@ static int yy_flex_strlen (const char * s )
 }
 #endif
 
-void *yyalloc (yy_size_t  size )
+void *code_alloc (yy_size_t  size )
 {
-                       return malloc(size);
+       return (void *) malloc( size );
 }
 
-void *yyrealloc  (void * ptr, yy_size_t  size )
+void *code_realloc  (void * ptr, yy_size_t  size )
 {
-               
        /* The cast to (char *) in the following accommodates both
         * implementations that use char* generic pointers, and those
         * that use void* generic pointers.  It works with the latter
@@ -4644,17 +2369,23 @@ void *yyrealloc  (void * ptr, yy_size_t  size )
         * any pointer type to void*, and deal with argument conversions
         * as though doing an assignment.
         */
-       return realloc(ptr, size);
+       return (void *) realloc( (char *) ptr, size );
 }
 
-void yyfree (void * ptr )
+void code_free (void * ptr )
 {
-                       free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
+       free( (char *) ptr );   /* see code_realloc() for (char *) cast */
 }
 
+/* %if-tables-serialization definitions */
+/* %define-yytables   The name for this specific scanner's tables. */
 #define YYTABLES_NAME "yytables"
+/* %endif */
+
+/* %ok-for-header */
+
+#line 231 "src/scan-code.l"
 
-/* GENERATE SECTION3 BEGIN */
 
 
 static inline bool
@@ -5105,24 +2836,24 @@ handle_action_dollar (symbol_list *rule, char *text, location dollar_loc)
                  rule->midrule_parent_rhs_index, text, dollar_loc, '$');
 #if 1
  if (n == LHS_REF) {
-  int i = sprintf(code_piece_temp, "<PYACC_Text_ValueReference tag_name=\"");
-  int j = i + sprintf(code_piece_temp + i, "%s", yytext + 2);
+  int i = sprintf(code_piece_temp, "<AST_Text_ValueReference tag_name=\"");
+  int j = i + sprintf(code_piece_temp + i, "%s", code_text + 2);
   while (j > i && code_piece_temp[--j] != '>')
    ;
   sprintf(code_piece_temp + j, "\">");
   code_piece_append(code_piece_temp);
-  code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_ValueReference>");
+  code_piece_flush(strlen(code_text));
+  code_piece_append("</AST_Text_ValueReference>");
  }
  else {
-  int i = sprintf(code_piece_temp, "<PYACC_Text_StackReference tag_name=\"");
-  int j = i + sprintf(code_piece_temp + i, "%s", yytext + 2);
+  int i = sprintf(code_piece_temp, "<AST_Text_StackReference tag_name=\"");
+  int j = i + sprintf(code_piece_temp + i, "%s", code_text + 2);
   while (j > i && code_piece_temp[--j] != '>')
    ;
   sprintf(code_piece_temp + j, "\" index=\"%d\">", n);
   code_piece_append(code_piece_temp);
-  code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_StackReference>");
+  code_piece_flush(strlen(code_text));
+  code_piece_append("</AST_Text_StackReference>");
  }
  if (no_handle_action)
   return;
@@ -5223,15 +2954,15 @@ handle_action_at (symbol_list *rule, char *text, location at_loc)
                        rule->midrule_parent_rhs_index, text, at_loc, '@');
 #if 1
  if (n == LHS_REF) {
-  code_piece_append("<PYACC_Text_ValueLocation>");
-  code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_ValueLocation>");
+  code_piece_append("<AST_Text_ValueLocation>");
+  code_piece_flush(strlen(code_text));
+  code_piece_append("</AST_Text_ValueLocation>");
  }
  else {
-  sprintf(code_piece_temp, "<PYACC_Text_StackLocation index=\"%d\">", n);
+  sprintf(code_piece_temp, "<AST_Text_StackLocation index=\"%d\">", n);
   code_piece_append(code_piece_temp);
-  code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_StackLocation>");
+  code_piece_flush(strlen(code_text));
+  code_piece_append("</AST_Text_StackLocation>");
  }
  if (no_handle_action)
   return;
@@ -5268,14 +2999,14 @@ translate_action (code_props *self, int sc_context)
   if (!initialized)
     {
       obstack_init (&obstack_for_string);
-      yy_flex_debug = 0;
+      code__flex_debug = 0;
       initialized = true;
     }
 
   loc->start = loc->end = self->location.start;
-  yy_switch_to_buffer (yy_scan_string (self->code));
+  code__switch_to_buffer (code__scan_string (self->code));
   res = code_lex (self, sc_context);
-  yy_delete_buffer (YY_CURRENT_BUFFER);
+  code__delete_buffer (YY_CURRENT_BUFFER);
 
   return res;
 }
@@ -5358,7 +3089,7 @@ code_scanner_free (void)
   variant_table_free ();
 
   /* Reclaim Flex's buffers.  */
-  yylex_destroy ();
+  code_lex_destroy ();
 }
 
 /* Nick */
@@ -5406,8 +3137,8 @@ void code_piece_escape(const char *p, size_t n) {
 }
 
 void code_piece_flush(size_t n) {
- code_piece_escape(yytext, n);
yytext += n;
+ code_piece_escape(code_text, n);
code_text += n;
 }
 
 void code_piece_pack() {
@@ -5427,4 +3158,4 @@ void code_piece_pack() {
  code_piece[code_piece0++] = q;
  code_piece1 = code_piece0;
 }
-/* GENERATE END */
+
index c31d066..c3fac07 100644 (file)
@@ -189,7 +189,7 @@ ref      -?[0-9]+|{id}|"["{id}"]"|"$"
 <SC_SYMBOL_ACTION>
 {
   "$"("<"{tag}">")?"$" {
- int i = sprintf(code_piece_temp, "<PYACC_Text_ValueReference tag_name=\"");
+ int i = sprintf(code_piece_temp, "<AST_Text_ValueReference tag_name=\"");
  int j = i + sprintf(code_piece_temp + i, "%s", yytext + 2);
  while (j > i && code_piece_temp[--j] != '>')
   ;
@@ -197,7 +197,7 @@ ref      -?[0-9]+|{id}|"["{id}"]"|"$"
  code_piece_append(code_piece_temp);
  i = strlen(yytext);
  code_piece_escape(yytext, i);
- code_piece_append("</PYACC_Text_ValueReference>");
+ code_piece_append("</AST_Text_ValueReference>");
     const char *type_name = NULL;
     fetch_type_name (yytext + 1, &type_name, *loc)[-1] = 0;
     obstack_sgrow (&obstack_for_string, "]b4_dollar_dollar(");
@@ -209,9 +209,9 @@ ref      -?[0-9]+|{id}|"["{id}"]"|"$"
   "@$" {
     obstack_sgrow (&obstack_for_string, "]b4_at_dollar[");
     muscle_percent_define_ensure("locations", the_location, true);
- code_piece_append("<PYACC_Text_ValueLocation>");
+ code_piece_append("<AST_Text_ValueLocation>");
  code_piece_flush(strlen(yytext));
- code_piece_append("</PYACC_Text_ValueLocation>");
+ code_piece_append("</AST_Text_ValueLocation>");
   }
 }
 
@@ -678,24 +678,24 @@ handle_action_dollar (symbol_list *rule, char *text, location dollar_loc)
                  rule->midrule_parent_rhs_index, text, dollar_loc, '$');
 #if 1
  if (n == LHS_REF) {
-  int i = sprintf(code_piece_temp, "<PYACC_Text_ValueReference tag_name=\"");
+  int i = sprintf(code_piece_temp, "<AST_Text_ValueReference tag_name=\"");
   int j = i + sprintf(code_piece_temp + i, "%s", yytext + 2);
   while (j > i && code_piece_temp[--j] != '>')
    ;
   sprintf(code_piece_temp + j, "\">");
   code_piece_append(code_piece_temp);
   code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_ValueReference>");
+  code_piece_append("</AST_Text_ValueReference>");
  }
  else {
-  int i = sprintf(code_piece_temp, "<PYACC_Text_StackReference tag_name=\"");
+  int i = sprintf(code_piece_temp, "<AST_Text_StackReference tag_name=\"");
   int j = i + sprintf(code_piece_temp + i, "%s", yytext + 2);
   while (j > i && code_piece_temp[--j] != '>')
    ;
   sprintf(code_piece_temp + j, "\" index=\"%d\">", n);
   code_piece_append(code_piece_temp);
   code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_StackReference>");
+  code_piece_append("</AST_Text_StackReference>");
  }
  if (no_handle_action)
   return;
@@ -796,15 +796,15 @@ handle_action_at (symbol_list *rule, char *text, location at_loc)
                        rule->midrule_parent_rhs_index, text, at_loc, '@');
 #if 1
  if (n == LHS_REF) {
-  code_piece_append("<PYACC_Text_ValueLocation>");
+  code_piece_append("<AST_Text_ValueLocation>");
   code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_ValueLocation>");
+  code_piece_append("</AST_Text_ValueLocation>");
  }
  else {
-  sprintf(code_piece_temp, "<PYACC_Text_StackLocation index=\"%d\">", n);
+  sprintf(code_piece_temp, "<AST_Text_StackLocation index=\"%d\">", n);
   code_piece_append(code_piece_temp);
   code_piece_flush(strlen(yytext));
-  code_piece_append("</PYACC_Text_StackLocation>");
+  code_piece_append("</AST_Text_StackLocation>");
  }
  if (no_handle_action)
   return;
index ea812dc..b15cb1d 100644 (file)
@@ -1940,9 +1940,9 @@ YY_RULE_SETUP
     bracketed_id_str = NULL;
     BEGIN SC_AFTER_IDENTIFIER;
  gram_piece_pack();
- gram_piece_append("<PYACC_ID>");
+ gram_piece_append("<AST_ID>");
  gram_piece_flush(strlen(gram_text));
- gram_piece_append("</PYACC_ID>");
+ gram_piece_append("</AST_ID>");
  gram_piece_pack();
   }
        YY_BREAK
@@ -1953,10 +1953,10 @@ YY_RULE_SETUP
     val->integer = scan_integer (gram_text, 10, *loc);
 #if 0
  gram_piece_pack();
- sprintf(gram_piece_temp, "<PYACC_Int value=\"%d\">", val->integer);
+ sprintf(gram_piece_temp, "<AST_Int value=\"%d\">", val->integer);
  gram_piece_append(gram_piece_temp);
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_Int>");
+ gram_piece_append("</AST_Int>");
  gram_piece_pack();
  return ~INT;
 #else
@@ -1971,10 +1971,10 @@ YY_RULE_SETUP
     val->integer = scan_integer (gram_text, 16, *loc);
 #if 0
  gram_piece_pack();
- sprintf(gram_piece_temp, "<PYACC_Int value=\"%d\">", val->integer);
+ sprintf(gram_piece_temp, "<AST_Int value=\"%d\">", val->integer);
  gram_piece_append(gram_piece_temp);
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_Int>");
+ gram_piece_append("</AST_Int>");
  gram_piece_pack();
  return ~INT;
 #else
@@ -1995,19 +1995,19 @@ YY_RULE_SETUP
 case 70:
 YY_RULE_SETUP
 #line 345 "src/scan-gram.l"
-token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER; gram_piece_pack(); gram_piece_append("<PYACC_Char>"); gram_piece_flush(strlen(gram_text)); gram_piece_append("<PYACC_Text>");
+token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER; gram_piece_pack(); gram_piece_append("<AST_Char>"); gram_piece_flush(strlen(gram_text)); gram_piece_append("<AST_Text>");
        YY_BREAK
 /* Strings. */
 case 71:
 YY_RULE_SETUP
 #line 348 "src/scan-gram.l"
-token_start = loc->start; BEGIN SC_ESCAPED_STRING; gram_piece_pack(); gram_piece_append("<PYACC_String>"); gram_piece_flush(strlen(gram_text)); gram_piece_append("<PYACC_Text>");
+token_start = loc->start; BEGIN SC_ESCAPED_STRING; gram_piece_pack(); gram_piece_append("<AST_String>"); gram_piece_flush(strlen(gram_text)); gram_piece_append("<AST_Text>");
        YY_BREAK
 /* Prologue. */
 case 72:
 YY_RULE_SETUP
 #line 351 "src/scan-gram.l"
-code_start = loc->start; BEGIN SC_PROLOGUE; gram_piece_pack(); gram_piece_append("<PYACC_Section1_Prologue>"); gram_piece_flush(strlen(gram_text)); gram_piece_append("<PYACC_Text>");
+code_start = loc->start; BEGIN SC_PROLOGUE; gram_piece_pack(); gram_piece_append("<AST_Section1_Prologue>"); gram_piece_flush(strlen(gram_text)); gram_piece_append("<AST_Text>");
        YY_BREAK
 /* Code in between braces.  */
 case 73:
@@ -2019,9 +2019,9 @@ YY_RULE_SETUP
     code_start = loc->start;
     BEGIN SC_BRACED_CODE;
  gram_piece_pack();
- gram_piece_append("<PYACC_BracedCode>");
+ gram_piece_append("<AST_BracedCode>");
  gram_piece_flush(strlen(gram_text));
- gram_piece_append("<PYACC_Text>");
+ gram_piece_append("<AST_Text>");
   }
        YY_BREAK
 /* Semantic predicate. */
@@ -2033,9 +2033,9 @@ YY_RULE_SETUP
     nesting = 0;
     code_start = loc->start;
  gram_piece_pack();
- gram_piece_append("<PYACC_BracedPredicate>");
+ gram_piece_append("<AST_BracedPredicate>");
  gram_piece_flush(strlen(gram_text));
- gram_piece_append("<PYACC_Text>");
+ gram_piece_append("<AST_Text>");
     BEGIN SC_PREDICATE;
   }
        YY_BREAK
@@ -2043,12 +2043,12 @@ YY_RULE_SETUP
 case 75:
 YY_RULE_SETUP
 #line 377 "src/scan-gram.l"
-gram_piece_pack(); gram_piece_append("<PYACC_TagRef>&lt;<PYACC_Text>*</PYACC_Text>&gt;</PYACC_TagRef>"); return ~TAG_ANY; /*return TAG_ANY;*/
+gram_piece_pack(); gram_piece_append("<AST_TagRef>&lt;<AST_Text>*</AST_Text>&gt;</AST_TagRef>"); return ~TAG_ANY; /*return TAG_ANY;*/
        YY_BREAK
 case 76:
 YY_RULE_SETUP
 #line 378 "src/scan-gram.l"
-gram_piece_pack(); gram_piece_append("<PYACC_TagRef>&lt;<PYACC_Text />&gt;</PYACC_TagRef>"); return ~TAG_NONE; /*return TAG_NONE;*/
+gram_piece_pack(); gram_piece_append("<AST_TagRef>&lt;<AST_Text />&gt;</AST_TagRef>"); return ~TAG_NONE; /*return TAG_NONE;*/
        YY_BREAK
 case 77:
 YY_RULE_SETUP
@@ -2058,9 +2058,9 @@ YY_RULE_SETUP
     token_start = loc->start;
     BEGIN SC_TAG;
  gram_piece_pack();
- gram_piece_append("<PYACC_TagRef>");
+ gram_piece_append("<AST_TagRef>");
  gram_piece_flush(strlen(gram_text));
- gram_piece_append("<PYACC_Text>");
+ gram_piece_append("<AST_Text>");
   }
        YY_BREAK
 case 78:
@@ -2332,9 +2332,9 @@ YY_RULE_SETUP
     val->code = last_string;
     BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_String>");
+ gram_piece_append("</AST_String>");
  gram_piece_pack();
  return ~STRING;
 #else
@@ -2380,9 +2380,9 @@ YY_RULE_SETUP
     STRING_FREE;
     BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_Char>");
+ gram_piece_append("</AST_Char>");
  gram_piece_pack();
  return ~CHAR;
 #else
@@ -2419,9 +2419,9 @@ YY_RULE_SETUP
         STRING_FREE;
         BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_TagRef>");
+ gram_piece_append("</AST_TagRef>");
  gram_piece_pack();
  return ~TAG;
 #else
@@ -2463,10 +2463,10 @@ YY_RULE_SETUP
     else
  {
       obstack_1grow (&obstack_for_string, c);
-  sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", (int)c);
+  sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", (int)c);
   gram_piece_append(gram_piece_temp);
   gram_piece_flush(strlen(gram_text));
-  gram_piece_append("</PYACC_Text_Escape>"); 
+  gram_piece_append("</AST_Text_Escape>"); 
  }
   }
        YY_BREAK
@@ -2482,53 +2482,53 @@ YY_RULE_SETUP
     else
  {
       obstack_1grow (&obstack_for_string, c);
-  sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", (int)c);
+  sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", (int)c);
   gram_piece_append(gram_piece_temp);
   gram_piece_flush(strlen(gram_text));
-  gram_piece_append("</PYACC_Text_Escape>"); 
+  gram_piece_append("</AST_Text_Escape>"); 
  }
   }
        YY_BREAK
 case 103:
 YY_RULE_SETUP
 #line 719 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\a'); gram_piece_append("<PYACC_Text_Escape character=\"7\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\a'); gram_piece_append("<AST_Text_Escape character=\"7\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 case 104:
 YY_RULE_SETUP
 #line 720 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\b'); gram_piece_append("<PYACC_Text_Escape character=\"8\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\b'); gram_piece_append("<AST_Text_Escape character=\"8\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 case 105:
 YY_RULE_SETUP
 #line 721 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\f'); gram_piece_append("<PYACC_Text_Escape character=\"12\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\f'); gram_piece_append("<AST_Text_Escape character=\"12\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 case 106:
 YY_RULE_SETUP
 #line 722 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\n'); gram_piece_append("<PYACC_Text_Escape character=\"10\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\n'); gram_piece_append("<AST_Text_Escape character=\"10\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 case 107:
 YY_RULE_SETUP
 #line 723 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\r'); gram_piece_append("<PYACC_Text_Escape character=\"13\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\r'); gram_piece_append("<AST_Text_Escape character=\"13\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 case 108:
 YY_RULE_SETUP
 #line 724 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\t'); gram_piece_append("<PYACC_Text_Escape character=\"9\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\t'); gram_piece_append("<AST_Text_Escape character=\"9\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 case 109:
 YY_RULE_SETUP
 #line 725 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, '\v'); gram_piece_append("<PYACC_Text_Escape character=\"11\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>");
+obstack_1grow (&obstack_for_string, '\v'); gram_piece_append("<AST_Text_Escape character=\"11\">"); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>");
        YY_BREAK
 /* \\[\"\'?\\] would be shorter, but it confuses xgettext.  */
 case 110:
 YY_RULE_SETUP
 #line 728 "src/scan-gram.l"
-obstack_1grow (&obstack_for_string, gram_text[1]); sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", gram_text[1]); gram_piece_append(gram_piece_temp); gram_piece_flush(strlen(gram_text)); gram_piece_append("</PYACC_Text_Escape>"); 
+obstack_1grow (&obstack_for_string, gram_text[1]); sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", gram_text[1]); gram_piece_append(gram_piece_temp); gram_piece_flush(strlen(gram_text)); gram_piece_append("</AST_Text_Escape>"); 
        YY_BREAK
 case 111:
 YY_RULE_SETUP
@@ -2541,10 +2541,10 @@ YY_RULE_SETUP
     else
  {
       obstack_1grow (&obstack_for_string, c);
-  sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", c);
+  sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", c);
   gram_piece_append(gram_piece_temp);
   gram_piece_flush(strlen(gram_text));
-  gram_piece_append("</PYACC_Text_Escape>"); 
+  gram_piece_append("</AST_Text_Escape>"); 
  }
   }
        YY_BREAK
@@ -2707,9 +2707,9 @@ YY_RULE_SETUP
         val->code = last_string;
         BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_BracedCode>");
+ gram_piece_append("</AST_BracedCode>");
  gram_piece_pack();
  return ~BRACED_CODE;
 #else
@@ -2733,9 +2733,9 @@ YY_RULE_SETUP
         val->code = last_string;
         BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_BracedPredicate>");
+ gram_piece_append("</AST_BracedPredicate>");
  gram_piece_pack();
  return ~BRACED_PREDICATE;
 #else
@@ -2761,9 +2761,9 @@ YY_RULE_SETUP
     val->code = last_string;
     BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(gram_text, strlen(gram_text));
- gram_piece_append("</PYACC_Section1_Prologue>");
+ gram_piece_append("</AST_Section1_Prologue>");
  gram_piece_pack();
  return ~PROLOGUE;
 #else
index 9c9ef0a..3d26285 100644 (file)
@@ -300,9 +300,9 @@ eqopt    ([[:space:]]*=)?
     bracketed_id_str = NULL;
     BEGIN SC_AFTER_IDENTIFIER;
  gram_piece_pack();
- gram_piece_append("<PYACC_ID>");
+ gram_piece_append("<AST_ID>");
  gram_piece_flush(strlen(yytext));
- gram_piece_append("</PYACC_ID>");
+ gram_piece_append("</AST_ID>");
  gram_piece_pack();
   }
 
@@ -310,10 +310,10 @@ eqopt    ([[:space:]]*=)?
     val->integer = scan_integer (yytext, 10, *loc);
 #if 0
  gram_piece_pack();
- sprintf(gram_piece_temp, "<PYACC_Int value=\"%d\">", val->integer);
+ sprintf(gram_piece_temp, "<AST_Int value=\"%d\">", val->integer);
  gram_piece_append(gram_piece_temp);
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_Int>");
+ gram_piece_append("</AST_Int>");
  gram_piece_pack();
  return ~INT;
 #else
@@ -324,10 +324,10 @@ eqopt    ([[:space:]]*=)?
     val->integer = scan_integer (yytext, 16, *loc);
 #if 0
  gram_piece_pack();
- sprintf(gram_piece_temp, "<PYACC_Int value=\"%d\">", val->integer);
+ sprintf(gram_piece_temp, "<AST_Int value=\"%d\">", val->integer);
  gram_piece_append(gram_piece_temp);
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_Int>");
+ gram_piece_append("</AST_Int>");
  gram_piece_pack();
  return ~INT;
 #else
@@ -342,13 +342,13 @@ eqopt    ([[:space:]]*=)?
   }
 
   /* Characters.  */
-  "'"         token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER; gram_piece_pack(); gram_piece_append("<PYACC_Char>"); gram_piece_flush(strlen(yytext)); gram_piece_append("<PYACC_Text>");
+  "'"         token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER; gram_piece_pack(); gram_piece_append("<AST_Char>"); gram_piece_flush(strlen(yytext)); gram_piece_append("<AST_Text>");
 
   /* Strings. */
-  "\""        token_start = loc->start; BEGIN SC_ESCAPED_STRING; gram_piece_pack(); gram_piece_append("<PYACC_String>"); gram_piece_flush(strlen(yytext)); gram_piece_append("<PYACC_Text>");
+  "\""        token_start = loc->start; BEGIN SC_ESCAPED_STRING; gram_piece_pack(); gram_piece_append("<AST_String>"); gram_piece_flush(strlen(yytext)); gram_piece_append("<AST_Text>");
 
   /* Prologue. */
-  "%{"        code_start = loc->start; BEGIN SC_PROLOGUE; gram_piece_pack(); gram_piece_append("<PYACC_Section1_Prologue>"); gram_piece_flush(strlen(yytext)); gram_piece_append("<PYACC_Text>");
+  "%{"        code_start = loc->start; BEGIN SC_PROLOGUE; gram_piece_pack(); gram_piece_append("<AST_Section1_Prologue>"); gram_piece_flush(strlen(yytext)); gram_piece_append("<AST_Text>");
 
   /* Code in between braces.  */
   "{" {
@@ -357,9 +357,9 @@ eqopt    ([[:space:]]*=)?
     code_start = loc->start;
     BEGIN SC_BRACED_CODE;
  gram_piece_pack();
- gram_piece_append("<PYACC_BracedCode>");
+ gram_piece_append("<AST_BracedCode>");
  gram_piece_flush(strlen(yytext));
- gram_piece_append("<PYACC_Text>");
+ gram_piece_append("<AST_Text>");
   }
 
   /* Semantic predicate. */
@@ -367,23 +367,23 @@ eqopt    ([[:space:]]*=)?
     nesting = 0;
     code_start = loc->start;
  gram_piece_pack();
- gram_piece_append("<PYACC_BracedPredicate>");
+ gram_piece_append("<AST_BracedPredicate>");
  gram_piece_flush(strlen(yytext));
- gram_piece_append("<PYACC_Text>");
+ gram_piece_append("<AST_Text>");
     BEGIN SC_PREDICATE;
   }
 
   /* A type. */
-  "<*>"       gram_piece_pack(); gram_piece_append("<PYACC_TagRef>&lt;<PYACC_Text>*</PYACC_Text>&gt;</PYACC_TagRef>"); return ~TAG_ANY; /*return TAG_ANY;*/
-  "<>"        gram_piece_pack(); gram_piece_append("<PYACC_TagRef>&lt;<PYACC_Text />&gt;</PYACC_TagRef>"); return ~TAG_NONE; /*return TAG_NONE;*/
+  "<*>"       gram_piece_pack(); gram_piece_append("<AST_TagRef>&lt;<AST_Text>*</AST_Text>&gt;</AST_TagRef>"); return ~TAG_ANY; /*return TAG_ANY;*/
+  "<>"        gram_piece_pack(); gram_piece_append("<AST_TagRef>&lt;<AST_Text />&gt;</AST_TagRef>"); return ~TAG_NONE; /*return TAG_NONE;*/
   "<"         {
     nesting = 0;
     token_start = loc->start;
     BEGIN SC_TAG;
  gram_piece_pack();
- gram_piece_append("<PYACC_TagRef>");
+ gram_piece_append("<AST_TagRef>");
  gram_piece_flush(strlen(yytext));
- gram_piece_append("<PYACC_Text>");
+ gram_piece_append("<AST_Text>");
   }
 
   "%%" {
@@ -592,9 +592,9 @@ eqopt    ([[:space:]]*=)?
     val->code = last_string;
     BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_String>");
+ gram_piece_append("</AST_String>");
  gram_piece_pack();
  return ~STRING;
 #else
@@ -630,9 +630,9 @@ eqopt    ([[:space:]]*=)?
     STRING_FREE;
     BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_Char>");
+ gram_piece_append("</AST_Char>");
  gram_piece_pack();
  return ~CHAR;
 #else
@@ -661,9 +661,9 @@ eqopt    ([[:space:]]*=)?
         STRING_FREE;
         BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_TagRef>");
+ gram_piece_append("</AST_TagRef>");
  gram_piece_pack();
  return ~TAG;
 #else
@@ -693,10 +693,10 @@ eqopt    ([[:space:]]*=)?
     else
  {
       obstack_1grow (&obstack_for_string, c);
-  sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", (int)c);
+  sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", (int)c);
   gram_piece_append(gram_piece_temp);
   gram_piece_flush(strlen(yytext));
-  gram_piece_append("</PYACC_Text_Escape>"); 
+  gram_piece_append("</AST_Text_Escape>"); 
  }
   }
 
@@ -709,23 +709,23 @@ eqopt    ([[:space:]]*=)?
     else
  {
       obstack_1grow (&obstack_for_string, c);
-  sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", (int)c);
+  sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", (int)c);
   gram_piece_append(gram_piece_temp);
   gram_piece_flush(strlen(yytext));
-  gram_piece_append("</PYACC_Text_Escape>"); 
+  gram_piece_append("</AST_Text_Escape>"); 
  }
   }
 
-  \\a   obstack_1grow (&obstack_for_string, '\a'); gram_piece_append("<PYACC_Text_Escape character=\"7\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
-  \\b   obstack_1grow (&obstack_for_string, '\b'); gram_piece_append("<PYACC_Text_Escape character=\"8\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
-  \\f   obstack_1grow (&obstack_for_string, '\f'); gram_piece_append("<PYACC_Text_Escape character=\"12\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
-  \\n   obstack_1grow (&obstack_for_string, '\n'); gram_piece_append("<PYACC_Text_Escape character=\"10\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
-  \\r   obstack_1grow (&obstack_for_string, '\r'); gram_piece_append("<PYACC_Text_Escape character=\"13\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
-  \\t   obstack_1grow (&obstack_for_string, '\t'); gram_piece_append("<PYACC_Text_Escape character=\"9\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
-  \\v   obstack_1grow (&obstack_for_string, '\v'); gram_piece_append("<PYACC_Text_Escape character=\"11\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>");
+  \\a   obstack_1grow (&obstack_for_string, '\a'); gram_piece_append("<AST_Text_Escape character=\"7\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
+  \\b   obstack_1grow (&obstack_for_string, '\b'); gram_piece_append("<AST_Text_Escape character=\"8\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
+  \\f   obstack_1grow (&obstack_for_string, '\f'); gram_piece_append("<AST_Text_Escape character=\"12\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
+  \\n   obstack_1grow (&obstack_for_string, '\n'); gram_piece_append("<AST_Text_Escape character=\"10\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
+  \\r   obstack_1grow (&obstack_for_string, '\r'); gram_piece_append("<AST_Text_Escape character=\"13\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
+  \\t   obstack_1grow (&obstack_for_string, '\t'); gram_piece_append("<AST_Text_Escape character=\"9\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
+  \\v   obstack_1grow (&obstack_for_string, '\v'); gram_piece_append("<AST_Text_Escape character=\"11\">"); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>");
 
   /* \\[\"\'?\\] would be shorter, but it confuses xgettext.  */
-  \\("\""|"'"|"?"|"\\")  obstack_1grow (&obstack_for_string, yytext[1]); sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", yytext[1]); gram_piece_append(gram_piece_temp); gram_piece_flush(strlen(yytext)); gram_piece_append("</PYACC_Text_Escape>"); 
+  \\("\""|"'"|"?"|"\\")  obstack_1grow (&obstack_for_string, yytext[1]); sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", yytext[1]); gram_piece_append(gram_piece_temp); gram_piece_flush(strlen(yytext)); gram_piece_append("</AST_Text_Escape>"); 
  
   \\(u|U[0-9abcdefABCDEF]{4})[0-9abcdefABCDEF]{4} {
     int c = convert_ucn_to_byte (yytext);
@@ -735,10 +735,10 @@ eqopt    ([[:space:]]*=)?
     else
  {
       obstack_1grow (&obstack_for_string, c);
-  sprintf(gram_piece_temp, "<PYACC_Text_Escape character=\"%d\">", c);
+  sprintf(gram_piece_temp, "<AST_Text_Escape character=\"%d\">", c);
   gram_piece_append(gram_piece_temp);
   gram_piece_flush(strlen(yytext));
-  gram_piece_append("</PYACC_Text_Escape>"); 
+  gram_piece_append("</AST_Text_Escape>"); 
  }
   }
   \\(.|\n)      {
@@ -840,9 +840,9 @@ eqopt    ([[:space:]]*=)?
         val->code = last_string;
         BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_BracedCode>");
+ gram_piece_append("</AST_BracedCode>");
  gram_piece_pack();
  return ~BRACED_CODE;
 #else
@@ -863,9 +863,9 @@ eqopt    ([[:space:]]*=)?
         val->code = last_string;
         BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_BracedPredicate>");
+ gram_piece_append("</AST_BracedPredicate>");
  gram_piece_pack();
  return ~BRACED_PREDICATE;
 #else
@@ -889,9 +889,9 @@ eqopt    ([[:space:]]*=)?
     val->code = last_string;
     BEGIN INITIAL;
 #if 1
- gram_piece_append("</PYACC_Text>");
+ gram_piece_append("</AST_Text>");
  gram_piece_escape(yytext, strlen(yytext));
- gram_piece_append("</PYACC_Section1_Prologue>");
+ gram_piece_append("</AST_Section1_Prologue>");
  gram_piece_pack();
  return ~PROLOGUE;
 #else
index 4536881..7211b6e 100644 (file)
@@ -1,23 +1,22 @@
+#line 2 "src/scan-skel.c"
 
+#line 4 "src/scan-skel.c"
 
 #define  YY_INT_ALIGNED short int
 
 /* A lexical scanner generated by flex */
 
-/* GENERATE PREFIX BEGIN */
+/* %not-for-header */
+
+/* %if-c-only */
+/* %if-not-reentrant */
 #define yy_create_buffer skel__create_buffer
 #define yy_delete_buffer skel__delete_buffer
-#define yy_scan_buffer skel__scan_buffer
-#define yy_scan_string skel__scan_string
-#define yy_scan_bytes skel__scan_bytes
+#define yy_flex_debug skel__flex_debug
 #define yy_init_buffer skel__init_buffer
 #define yy_flush_buffer skel__flush_buffer
 #define yy_load_buffer_state skel__load_buffer_state
 #define yy_switch_to_buffer skel__switch_to_buffer
-#define yypush_buffer_state skel_push_buffer_state
-#define yypop_buffer_state skel_pop_buffer_state
-#define yyensure_buffer_stack skel_ensure_buffer_stack
-#define yy_flex_debug skel__flex_debug
 #define yyin skel_in
 #define yyleng skel_leng
 #define yylex skel_lex
 #define yyalloc skel_alloc
 #define yyrealloc skel_realloc
 #define yyfree skel_free
-#define yy_create_buffer skel__create_buffer
-#define yy_delete_buffer skel__delete_buffer
-#define yy_scan_buffer skel__scan_buffer
-#define yy_scan_string skel__scan_string
-#define yy_scan_bytes skel__scan_bytes
-#define yy_init_buffer skel__init_buffer
-#define yy_flush_buffer skel__flush_buffer
-#define yy_load_buffer_state skel__load_buffer_state
-#define yy_switch_to_buffer skel__switch_to_buffer
-#define yypush_buffer_state skel_push_buffer_state
-#define yypop_buffer_state skel_pop_buffer_state
-#define yyensure_buffer_stack skel_ensure_buffer_stack
-#define yylex skel_lex
-#define yyrestart skel_restart
-#define yylex_init skel_lex_init
-#define yylex_init_extra skel_lex_init_extra
-#define yylex_destroy skel_lex_destroy
-#define yyget_debug skel_get_debug
-#define yyset_debug skel_set_debug
-#define yyget_extra skel_get_extra
-#define yyset_extra skel_set_extra
-#define yyget_in skel_get_in
-#define yyset_in skel_set_in
-#define yyget_out skel_get_out
-#define yyset_out skel_set_out
-#define yyget_leng skel_get_leng
-#define yyget_text skel_get_text
-#define yyget_lineno skel_get_lineno
-#define yyset_lineno skel_set_lineno
-#define yywrap skel_wrap
-#define yyalloc skel_alloc
-#define yyrealloc skel_realloc
-#define yyfree skel_free
-#define yytext skel_text
-#define yyleng skel_leng
-#define yyin skel_in
-#define yyout skel_out
-#define yy_flex_debug skel__flex_debug
-#define yylineno skel_lineno
-/* GENERATE END */
+
+/* %endif */
+/* %endif */
+/* %ok-for-header */
 
 #define FLEX_SCANNER
 #define YY_FLEX_MAJOR_VERSION 2
-#define YY_FLEX_MINOR_VERSION 6
-#define YY_FLEX_SUBMINOR_VERSION 4
+#define YY_FLEX_MINOR_VERSION 5
+#define YY_FLEX_SUBMINOR_VERSION 35
 #if YY_FLEX_SUBMINOR_VERSION > 0
 #define FLEX_BETA
 #endif
 
+/* %if-c++-only */
+/* %endif */
+
+/* %if-c-only */
+    
+/* %endif */
+
+/* %if-c-only */
+
+/* %endif */
+
 /* First, we deal with  platform-specific or compiler-specific issues. */
 
 /* begin standard C headers. */
+/* %if-c-only */
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+/* %endif */
 
+/* %if-tables-serialization */
+/* %endif */
 /* end standard C headers. */
 
+/* %if-c-or-c++ */
 /* flex integer type definitions */
 
 #ifndef FLEXINT_H
@@ -148,48 +127,78 @@ typedef unsigned int flex_uint32_t;
 #define UINT32_MAX             (4294967295U)
 #endif
 
-#ifndef SIZE_MAX
-#define SIZE_MAX               (~(size_t)0)
-#endif
-
 #endif /* ! C99 */
 
 #endif /* ! FLEXINT_H */
 
-/* begin standard C++ headers. */
+/* %endif */
 
-/* TODO: this is always defined, so inline it */
-#define yyconst const
+/* %if-c++-only */
+/* %endif */
 
-#if defined(__GNUC__) && __GNUC__ >= 3
-#define yynoreturn __attribute__((__noreturn__))
+#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 yynoreturn
+#define yyconst
 #endif
 
+/* %not-for-header */
+
 /* Returned upon end-of-file. */
 #define YY_NULL 0
+/* %ok-for-header */
+
+/* %not-for-header */
 
-/* Promotes a possibly negative, possibly signed char to an
- *   integer in range [0..255] for use as an array index.
+/* 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) ((YY_CHAR) (c))
+#define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
+/* %ok-for-header */
+
+/* %if-reentrant */
+/* %endif */
+
+/* %if-not-reentrant */
+
+/* %endif */
 
 /* Enter a start condition.  This macro really ought to take a parameter,
  * but we do it the disgusting crufty way forced on us by the ()-less
  * definition of BEGIN.
  */
 #define BEGIN (yy_start) = 1 + 2 *
+
 /* Translate the current start state into a value that can be later handed
  * to BEGIN to return to the state.  The YYSTATE alias is for lex
  * compatibility.
  */
 #define YY_START (((yy_start) - 1) / 2)
 #define YYSTATE YY_START
+
 /* Action number for EOF rule of a given start state. */
 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
+
 /* Special action meaning "start processing a new file". */
-#define YY_NEW_FILE yyrestart( yyin  )
+#define YY_NEW_FILE skel_restart(skel_in  )
+
 #define YY_END_OF_BUFFER_CHAR 0
 
 /* Size of default input buffer. */
@@ -214,61 +223,53 @@ typedef unsigned int flex_uint32_t;
 typedef struct yy_buffer_state *YY_BUFFER_STATE;
 #endif
 
-#ifndef YY_TYPEDEF_YY_SIZE_T
-#define YY_TYPEDEF_YY_SIZE_T
-typedef size_t yy_size_t;
-#endif
-
-extern int yyleng;
+/* %if-not-reentrant */
+extern int skel_leng;
+/* %endif */
 
-extern FILE *yyin, *yyout;
+/* %if-c-only */
+/* %if-not-reentrant */
+extern FILE *skel_in, *skel_out;
+/* %endif */
+/* %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)
-    #define YY_LINENO_REWIND_TO(dst) \
-            do {\
-                const char *p;\
-                for ( p = yy_cp-1; p >= (dst); --p)\
-                    if ( *p == '\n' )\
-                        --yylineno;\
-            }while(0)
+
+    #define YY_LESS_LINENO(n)
     
 /* Return all but the first "n" matched characters back to the input stream. */
 #define yyless(n) \
        do \
                { \
-               /* Undo effects of setting up yytext. */ \
+               /* Undo effects of setting up skel_text. */ \
         int yyless_macro_arg = (n); \
         YY_LESS_LINENO(yyless_macro_arg);\
                *yy_cp = (yy_hold_char); \
                YY_RESTORE_YY_MORE_OFFSET \
                (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
-               YY_DO_BEFORE_ACTION; /* set up yytext again */ \
+               YY_DO_BEFORE_ACTION; /* set up skel_text again */ \
                } \
        while ( 0 )
+
 #define unput(c) yyunput( c, (yytext_ptr)  )
 
+#ifndef YY_TYPEDEF_YY_SIZE_T
+#define YY_TYPEDEF_YY_SIZE_T
+typedef size_t yy_size_t;
+#endif
+
 #ifndef YY_STRUCT_YY_BUFFER_STATE
 #define YY_STRUCT_YY_BUFFER_STATE
 struct yy_buffer_state
        {
+/* %if-c-only */
        FILE *yy_input_file;
+/* %endif */
+
+/* %if-c++-only */
+/* %endif */
 
        char *yy_ch_buf;                /* input buffer */
        char *yy_buf_pos;               /* current position in input buffer */
@@ -276,7 +277,7 @@ struct yy_buffer_state
        /* Size of input buffer in bytes, not including room for EOB
         * characters.
         */
-       int yy_buf_size;
+       yy_size_t yy_buf_size;
 
        /* Number of characters read into yy_ch_buf, not including EOB
         * characters.
@@ -304,7 +305,7 @@ struct yy_buffer_state
 
     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.
         */
@@ -321,18 +322,27 @@ struct yy_buffer_state
         * 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.
+        * (via skel_restart()), so that the user can continue scanning by
+        * just pointing skel_in at a new input file.
         */
 #define YY_BUFFER_EOF_PENDING 2
 
        };
 #endif /* !YY_STRUCT_YY_BUFFER_STATE */
 
+/* %if-c-only Standard (non-C++) definition */
+/* %not-for-header */
+
+/* %if-not-reentrant */
+
 /* Stack of input buffers. */
 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
-static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
+static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
+/* %endif */
+/* %ok-for-header */
+
+/* %endif */
 
 /* We provide macros for accessing buffer states in case in the
  * future we want to put the buffer states in a more general
@@ -343,1219 +353,287 @@ static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
                           : NULL)
+
 /* Same as previous macro, but useful when we know that the buffer stack is not
  * NULL or when we need an lvalue. For internal use only.
  */
 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
 
-/* yy_hold_char holds the character lost when yytext is formed. */
+/* %if-c-only Standard (non-C++) definition */
+
+/* %if-not-reentrant */
+/* %not-for-header */
+
+/* yy_hold_char holds the character lost when skel_text is formed. */
 static char yy_hold_char;
 static int yy_n_chars;         /* number of characters read into yy_ch_buf */
-int yyleng;
+int skel_leng;
 
 /* Points to current character in buffer. */
-static char *yy_c_buf_p = NULL;
+static char *yy_c_buf_p = (char *) 0;
 static int yy_init = 0;                /* whether we need to initialize */
 static int yy_start = 0;       /* start state number */
 
 /* Flag which is used to allow skel_wrap()'s to do buffer switches
- * instead of setting up a fresh yyin.  A bit of a hack ...
+ * instead of setting up a fresh skel_in.  A bit of a hack ...
  */
 static int yy_did_buffer_switch_on_eof;
+/* %ok-for-header */
 
-void yyrestart ( FILE *input_file  );
-void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer  );
-YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size  );
-void yy_delete_buffer ( YY_BUFFER_STATE b  );
-void yy_flush_buffer ( YY_BUFFER_STATE b  );
-void yypush_buffer_state ( YY_BUFFER_STATE new_buffer  );
-void yypop_buffer_state ( void );
+/* %endif */
 
-static void yyensure_buffer_stack ( void );
-static void yy_load_buffer_state ( void );
-static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file  );
-#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
+void skel_restart (FILE *input_file  );
+void skel__switch_to_buffer (YY_BUFFER_STATE new_buffer  );
+YY_BUFFER_STATE skel__create_buffer (FILE *file,int size  );
+void skel__delete_buffer (YY_BUFFER_STATE b  );
+void skel__flush_buffer (YY_BUFFER_STATE b  );
+void skel_push_buffer_state (YY_BUFFER_STATE new_buffer  );
+void skel_pop_buffer_state (void );
 
-YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size  );
-YY_BUFFER_STATE yy_scan_string ( const char *yy_str  );
-YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len  );
+static void skel_ensure_buffer_stack (void );
+static void skel__load_buffer_state (void );
+static void skel__init_buffer (YY_BUFFER_STATE b,FILE *file  );
 
-void *yyalloc ( yy_size_t  );
-void *yyrealloc ( void *, yy_size_t  );
-void yyfree ( void *  );
+#define YY_FLUSH_BUFFER skel__flush_buffer(YY_CURRENT_BUFFER )
+
+YY_BUFFER_STATE skel__scan_buffer (char *base,yy_size_t size  );
+YY_BUFFER_STATE skel__scan_string (yyconst char *yy_str  );
+YY_BUFFER_STATE skel__scan_bytes (yyconst char *bytes,int len  );
+
+/* %endif */
+
+void *skel_alloc (yy_size_t  );
+void *skel_realloc (void *,yy_size_t  );
+void skel_free (void *  );
+
+#define yy_new_buffer skel__create_buffer
 
-#define yy_new_buffer yy_create_buffer
 #define yy_set_interactive(is_interactive) \
        { \
        if ( ! YY_CURRENT_BUFFER ){ \
-        yyensure_buffer_stack (); \
+        skel_ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
-            yy_create_buffer( yyin, YY_BUF_SIZE ); \
+            skel__create_buffer(skel_in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
        }
+
 #define yy_set_bol(at_bol) \
        { \
        if ( ! YY_CURRENT_BUFFER ){\
-        yyensure_buffer_stack (); \
+        skel_ensure_buffer_stack (); \
                YY_CURRENT_BUFFER_LVALUE =    \
-            yy_create_buffer( yyin, YY_BUF_SIZE ); \
+            skel__create_buffer(skel_in,YY_BUF_SIZE ); \
        } \
        YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
        }
+
 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
 
-/* GENERATE YYWRAP BEGIN */
-#define skel_wrap() (/*CONSTCOND*/1)
+/* %% [1.0] skel_text/skel_in/skel_out/yy_state_type/skel_lineno etc. def's & init go here */
+/* Begin user sect3 */
+
+#define skel_wrap(n) 1
 #define YY_SKIP_YYWRAP
-/* GENERATE END */
-typedef flex_uint8_t YY_CHAR;
 
-FILE *yyin = NULL, *yyout = NULL;
+#define FLEX_DEBUG
+
+typedef unsigned char YY_CHAR;
+
+FILE *skel_in = (FILE *) 0, *skel_out = (FILE *) 0;
 
 typedef int yy_state_type;
 
-extern int yylineno;
-int yylineno = 1;
+extern int skel_lineno;
 
-extern char *yytext;
-#ifdef yytext_ptr
-#undef yytext_ptr
-#endif
-#define yytext_ptr yytext
+int skel_lineno = 1;
+
+extern char *skel_text;
+#define yytext_ptr skel_text
+
+/* %if-c-only Standard (non-C++) definition */
 
-static yy_state_type yy_get_previous_state ( void );
-static yy_state_type yy_try_NUL_trans ( yy_state_type current_state  );
-static int yy_get_next_buffer ( void );
-static void yynoreturn yy_fatal_error ( const char* msg  );
+static yy_state_type yy_get_previous_state (void );
+static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
+static int yy_get_next_buffer (void );
+static void yy_fatal_error (yyconst char msg[]  );
+
+/* %endif */
 
 /* Done after the current pattern has been matched and before the
- * corresponding action - sets up yytext.
+ * corresponding action - sets up skel_text.
  */
 #define YY_DO_BEFORE_ACTION \
        (yytext_ptr) = yy_bp; \
-       (yytext_ptr) -= (yy_more_len); \
-       yyleng = (int) (yy_cp - (yytext_ptr)); \
+/* %% [2.0] code to fiddle skel_text and skel_leng for yymore() goes here \ */\
+       skel_leng = (size_t) (yy_cp - yy_bp); \
        (yy_hold_char) = *yy_cp; \
        *yy_cp = '\0'; \
+/* %% [3.0] code to copy yytext_ptr to skel_text[] goes here, if %array \ */\
        (yy_c_buf_p) = yy_cp;
 
-/* GENERATE TABLES BEGIN */
-#define YY_END_OF_BUFFER 24
-static const flex_uint16_t yy_acclist[] = {
-       16408,    24, 16396,    12, 16395,    11, 16394,    10, 16396,    12,
-       16394,    10, 16397,    13, 16404,    20, 16397,    13, 16404,    20,
-       16406,    22, 16405,    21, 16405,    21, 16396,    12, 16394,    10,
-       16388,     4, 16387,     3, 16384,     0, 16394,    10, 16394,    10,
-       16394,    10, 16385,     1, 16386,     2, 16396,    12, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16397,    13, 16404,    20,
-       16402,    18, 16401,    17, 16403,    19, 16398,    14, 16399,    15,
-       16400,    16, 16397,    13, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16390,     6, 16389,     5, 16394,    10, 16394,    10, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16393,     9, 16394,    10,
-       16394,    10, 16394,    10, 16394,    10, 16394,    10, 16394,    10,
-       16391,     7, 16392,     8
-};
-static const flex_uint16_t yy_accept[] = {
-           0,     0,     0,     0,     0,     0,     0,     0,     2,     4,
-           6,     8,    10,    12,    14,    16,    18,    20,    22,    24,
-          26,    28,    28,    30,    32,    34,    34,    36,    38,    40,
-          42,    44,    46,    48,    50,    52,    54,    56,    58,    60,
-          62,    64,    66,    68,    70,    72,    74,    76,    78,    78,
-          80,    82,    84,    84,    86,    88,    90,    92,    94,    96,
-          98,   100,   102,   104,   106,   108,   110,   112,   114,   116,
-         118,   120,   122,   124,   126,   128,   130,   132,   134,   136,
-         138,   140,   142,   144,   146,   148,   150,   152,   154,   156,
-         158,   160,   162,   164,   166,   168,   170,   172,   174,   176,
-         178,   180,   182,   184,   186,   188,   190,   192,   194,   196,
-         198,   200,   202,   204
-};
-static const flex_uint16_t yy_base[] = {
-           0,  4780,  4523,  4266,  4009,  3752,  3752,     0,  3495,     0,
-        1953,  3238,  1696,  2467,  1439,  2210,  1439,     0,     0,     0,
-        3495,     0,  2981,     0,     0,     0,     0,  1182,   991,   514,
-           0,     0,  3238,  2724,   828,   694,   257,  2467,     0,     0,
-           0,     0,     0,     0,     0,  2210,  2981,  2981,     0,   990,
-         729,  2981,     0,   989,   719,   988,  2724,  2724,   692,   691,
-        2724,   690,   678,   683,   721,   716,   712,   709,   700,   681,
-         678,   677,   676,   270,   693,   700,   715,   714,   704,   211,
-         272,   676,   675,   675,   795,   730,  1085,   734,   701,   697,
-         696,   707,   232,   663,   716,   718,     0,     0,   770,   675,
-         676,   771,   713,   692,     0,   413,   187,   757,   756,   227,
-         217,     0,     0
-};
-static const flex_uint16_t yy_def[] = {
-           0,     0,     1,     0,     0,     0,     5,     0,     0,     0,
-           0,     8,    10,     8,     0,     8,    14,     0,     0,     0,
-           8,     0,     8,     0,     0,     0,     0,     0,    27,     0,
-           0,     0,    11,    22,    27,    34,    29,    13,     0,     0,
-           0,     0,     0,     0,     0,    15,    22,    22,     0,    27,
-          27,    22,     0,    27,    53,    27,    33,    33,    34,    34,
-          33,    34,    61,    34,    27,    27,    27,    27,    65,    34,
-          34,    34,    34,    70,    67,    66,    64,    64,    27,    72,
-          71,    69,    69,    34,    27,    27,    27,    86,    55,    34,
-          34,    34,    91,    63,    50,    53,     0,     0,    27,    59,
-          61,    34,    64,    67,     0,    69,    72,    98,    98,   101,
-         101,     0,     0
-};
-static const flex_uint16_t yy_nxt[] = {
-           7,     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,     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,   112,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,   111,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    97,   110,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    89,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    61,
-          60,    60,    60,    60,    60,    62,    60,    60,    60,    60,
-          60,    60,    60,    60,    63,    60,    60,    60,    60,    60,
-          90,    60,    83,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,    60,    60,    60,    60,    60,    60,
-          60,    60,    60,    60,   109,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    52,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    52,    52,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    52,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    53,    51,    51,    51,
-          51,    51,    54,    51,    51,    51,    51,    51,    51,    51,
-          51,    55,    51,    51,    51,    51,    51,    52,    51,    52,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    51,    51,    51,    51,    51,    51,    51,    51,    51,
-          51,    96,    57,    57,    57,    57,    92,    91,    57,   101,
-          57,   106,    79,    72,   105,    81,    82,    57,    57,    57,
-          80,    57,    93,   100,    99,    71,   112,   111,    97,    73,
-          70,    47,   108,    84,    57,    59,    47,    69,    85,    47,
-         104,   104,    78,    47,   107,    87,    86,    98,    47,    77,
-          76,    88,    74,   103,    67,   102,    47,    95,    75,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    65,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    47,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    94,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    58,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57, 65535,    57, 65535,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    57,    57,    57,    57,    57,
-          57,    57,    57,    57,    57,    47,    47,    47,    47, 65535,
-       65535, 65535, 65535, 65535,    66, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535,    50, 65535,    68,    64, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,    96,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    48,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    48,    48,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    48,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    49,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    48,    47,    48,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47,    47,
-          47,    47,    47,    47,    47,    47,    47,    47,    47, 65535,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    39,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    40,    38,
-          41,    38,    38,    41,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    42,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    43,    38,    44,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38,    38,    38,    38,    38,
-          38,    38,    38,    38,    38,    38, 65535,    33,    33,    33,
-          33,    33,    33,    33,    33,    33, 65535,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33, 65535, 65535,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-       65535,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    34,    35,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    36,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33, 65535,
-          33, 65535,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33, 65535,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    23,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    24,    25,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    26,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    27,    28,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    29,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    30,    22,    31,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-       65535,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45, 65535,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45,    45,    45,    45,
-          45,    45,    45,    45,    45,    45,    45, 65535,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37, 65535,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37,    37,    37,    37,    37,    37,    37,
-          37,    37,    37,    37, 65535,    56,    56,    56,    56,    56,
-          56,    56,    56,    56, 65535,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56, 65535, 65535,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56, 65535,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56, 65535,    56, 65535,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56,    56,    56,    56,    56,    56,    56,    56,    56,    56,
-          56, 65535,    46,    46,    46,    46,    46,    46,    46,    46,
-          46, 65535,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          21,    21,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46, 65535,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    21,    46,    21,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46,    46,    46,
-          46,    46,    46,    46,    46,    46,    46,    46, 65535,    32,
-          32,    32,    32,    32,    32,    32,    32,    32, 65535,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32, 65535,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32,    32,    32,    32,    32,    32,
-          32,    32,    32,    32,    32, 65535,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    21,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    21,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20,    20,    20,    20,    20,    20,    20,    20,    20,
-          20,    20, 65535,    17,    17,    17,    17,    17,    17,    17,
-          17,    18,    19,    17,    17,    18,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    18,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17,    17,
-          17,    17,    17,    17,    17,    17,    17,    17,    17, 65535,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    16,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15, 65535,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          14,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13, 65535,    11,    11,    11,    11,    11,    11,
-          11,    11,    11, 65535,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    12,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-       65535,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           9,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,    10,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8
-};
-static const flex_uint16_t yy_chk[] = {
-           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,     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,   110,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,   109,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    92,   106,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    79,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          80,    36,    73,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,    36,    36,    36,    36,    36,    36,
-          36,    36,    36,    36,   105,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    29,    29,    29,    29,    29,    29,    29,    29,    29,
-          29,    91,    83,    72,    71,    70,    82,    81,    69,    93,
-          63,   100,    69,    62,    99,    71,    72,    61,    59,    58,
-          70,    35,    83,    90,    89,    61,   108,   107,    87,    63,
-          59,    78,   103,    74,    91,    35,    67,    58,    75,    66,
-          98,   101,    68,    65,   102,    77,    76,    88,    64,    67,
-          66,    78,    64,    95,    54,    94,    50,    85,    65,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    50,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    98,   101,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    84,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34, 65535,    34, 65535,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    34,    34,    34,    34,    34,
-          34,    34,    34,    34,    34,    55,    53,    49,    28, 65535,
-       65535, 65535, 65535, 65535,    53, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535,    28, 65535,    55,    49, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,    86,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535, 65535,
-       65535, 65535,    86,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
-          27,    27,    27,    27,    27,    27,    27,    27,    27, 65535,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14,    14,    14,    14,    14,
-          14,    14,    14,    14,    14,    14, 65535,    12,    12,    12,
-          12,    12,    12,    12,    12,    12, 65535,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12, 65535, 65535,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-       65535,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12, 65535,
-          12, 65535,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12,    12,    12,    12,    12,    12,    12,    12,
-          12,    12,    12, 65535,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-          10,    10,    10,    10,    10,    10,    10,    10,    10,    10,
-       65535,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15, 65535,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15,    15,    15,    15,
-          15,    15,    15,    15,    15,    15,    15, 65535,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13, 65535,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13,    13,    13,    13,    13,    13,    13,
-          13,    13,    13,    13, 65535,    33,    33,    33,    33,    33,
-          33,    33,    33,    33, 65535,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33, 65535, 65535,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33, 65535,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33, 65535,    33, 65535,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33,    33,    33,    33,    33,    33,    33,    33,    33,    33,
-          33, 65535,    22,    22,    22,    22,    22,    22,    22,    22,
-          22, 65535,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22, 65535,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22,    22,    22,
-          22,    22,    22,    22,    22,    22,    22,    22, 65535,    11,
-          11,    11,    11,    11,    11,    11,    11,    11, 65535,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11, 65535,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11,    11,    11,    11,    11,    11,
-          11,    11,    11,    11,    11, 65535,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8,     8,     8,     8,     8,     8,     8,     8,     8,
-           8,     8, 65535,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5,     5,
-           5,     5,     5,     5,     5,     5,     5,     5,     5, 65535,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
-           4,     4,     4,     4,     4,     4, 65535,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
-           3,     3,     3, 65535,     2,     2,     2,     2,     2,     2,
-           2,     2,     2, 65535,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-           2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-       65535,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
-           1,     1,     1,     1,     1,     1,     1
-};
-/* GENERATE END */
-
-/* Table of booleans, true if rule could match eol. */
-static const flex_int32_t yy_rule_can_match_eol[4] =
+/* %% [4.0] data tables for the DFA and the user's section 1 definitions go here */
+#define YY_NUM_RULES 24
+#define YY_END_OF_BUFFER 25
+/* 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[67] =
     {   0,
-0, 0, 0,     };
-
-extern int yy_flex_debug;
-int yy_flex_debug = 0;
-
-static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
-static char *yy_full_match;
-static int yy_lp;
-static int yy_looking_for_trail_begin = 0;
-static int yy_full_lp;
-static int *yy_full_state;
-#define YY_TRAILING_MASK 0x2000
-#define YY_TRAILING_HEAD_MASK 0x4000
-#define REJECT \
-{ \
-*yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
-yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
-(yy_lp) = (yy_full_lp); /* restore orig. accepting pos. */ \
-(yy_state_ptr) = (yy_full_state); /* restore orig. state */ \
-yy_current_state = *(yy_state_ptr); /* restore curr. state */ \
-++(yy_lp); \
-goto find_rule; \
-}
+        0,    0,    0,    0,    0,    0,   25,   13,   12,   11,
+       14,   21,   23,   22,   22,   13,   11,    5,    4,    1,
+       11,   11,   11,    2,    3,   14,   21,   19,   18,   20,
+       15,   16,   17,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,   11,   11,   11,   11,   11,
+       11,   11,   11,   11,   11,    7,    6,   11,   11,   11,
+       10,   11,   11,    8,    9,    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,    1,    1,    1,    1,    1,    4,    5,
+        6,    1,    1,    6,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    7,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    8,    9,   10,    1,
+
+       11,   12,    1,    1,   13,    1,    1,   14,   15,   16,
+       17,   18,    1,    1,   19,   20,   21,    1,    1,    1,
+        1,    1,   22,    1,   23,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    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[24] =
+    {   0,
+        1,    1,    2,    1,    3,    1,    4,    1,    1,    1,
+        1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
+        1,    1,    1
+    } ;
+
+static yyconst flex_int16_t yy_base[74] =
+    {   0,
+        0,    1,   55,   54,    3,    7,   60,    0,  100,    8,
+        0,   29,  100,  100,  100,    0,   50,  100,  100,  100,
+       51,   41,    2,  100,  100,    0,  100,  100,  100,  100,
+      100,  100,  100,   37,   40,   37,   36,   28,   36,   28,
+       31,   28,   25,   26,   27,   29,   28,   17,   29,   26,
+       22,   21,    7,   11,   11,  100,  100,   17,   10,    4,
+      100,   14,    8,  100,  100,  100,   73,   77,   81,   85,
+       88,   92,   95
+    } ;
+
+static yyconst flex_int16_t yy_def[74] =
+    {   0,
+       67,   67,   68,   68,   69,   69,   66,   70,   66,   71,
+       72,   73,   66,   66,   66,   70,   71,   66,   66,   66,
+       17,   17,   17,   66,   66,   72,   66,   66,   66,   66,
+       66,   66,   66,   17,   17,   17,   17,   17,   17,   17,
+       17,   17,   17,   17,   17,   17,   17,   17,   17,   17,
+       17,   17,   17,   17,   17,   66,   66,   17,   17,   17,
+       66,   17,   17,   66,   66,    0,   66,   66,   66,   66,
+       66,   66,   66
+    } ;
+
+static yyconst flex_int16_t yy_nxt[124] =
+    {   0,
+       66,   66,    9,    9,   14,   15,   10,   10,   14,   15,
+       18,   19,   65,   36,   20,   37,   21,   22,   64,   63,
+       62,   61,   38,   60,   23,   59,   58,   57,   56,   24,
+       25,   28,   29,   55,   30,   31,   54,   53,   52,   51,
+       50,   49,   48,   47,   46,   45,   44,   43,   42,   41,
+       32,   33,   66,   66,   40,   39,   66,   35,   34,   66,
+       12,   12,   66,   66,   66,   66,   66,   66,   66,   66,
+       66,   66,   66,    8,    8,    8,    8,   11,   11,   11,
+       11,   13,   13,   13,   13,   16,   66,   16,   17,   17,
+       66,   17,   26,   26,   26,   27,   27,   27,   27,    7,
+
+       66,   66,   66,   66,   66,   66,   66,   66,   66,   66,
+       66,   66,   66,   66,   66,   66,   66,   66,   66,   66,
+       66,   66,   66
+    } ;
+
+static yyconst flex_int16_t yy_chk[124] =
+    {   0,
+        0,    0,    1,    2,    5,    5,    1,    2,    6,    6,
+       10,   10,   63,   23,   10,   23,   10,   10,   62,   60,
+       59,   58,   23,   55,   10,   54,   53,   52,   51,   10,
+       10,   12,   12,   50,   12,   12,   49,   48,   47,   46,
+       45,   44,   43,   42,   41,   40,   39,   38,   37,   36,
+       12,   12,   17,   17,   35,   34,   17,   22,   21,    7,
+        4,    3,    0,    0,    0,    0,    0,    0,    0,    0,
+        0,   17,   17,   67,   67,   67,   67,   68,   68,   68,
+       68,   69,   69,   69,   69,   70,    0,   70,   71,   71,
+        0,   71,   72,   72,   72,   73,   73,   73,   73,   66,
+
+       66,   66,   66,   66,   66,   66,   66,   66,   66,   66,
+       66,   66,   66,   66,   66,   66,   66,   66,   66,   66,
+       66,   66,   66
+    } ;
+
+static yy_state_type yy_last_accepting_state;
+static char *yy_last_accepting_cpos;
+
+extern int skel__flex_debug;
+int skel__flex_debug = 1;
+
+static yyconst flex_int16_t yy_rule_linenum[24] =
+    {   0,
+       72,   73,   74,   75,   76,   78,   79,   81,   82,   83,
+       86,   87,   88,  101,  103,  104,  105,  106,  107,  109,
+      128,  133,  134
+    } ;
 
-static int yy_more_flag = 0;
-static int yy_more_len = 0;
-#define yymore() ((yy_more_flag) = 1)
-#define YY_MORE_ADJ (yy_more_len)
+/* The intent behind this definition is that it'll catch
+ * any uses of REJECT which flex missed.
+ */
+#define REJECT reject_used_but_not_detected
+#define yymore() yymore_used_but_not_detected
+#define YY_MORE_ADJ 0
 #define YY_RESTORE_YY_MORE_OFFSET
-char *yytext;
+char *skel_text;
+#line 1 "src/scan-skel.l"
+/* Scan Bison Skeletons.                                       -*- C -*-
+
+   Copyright (C) 2001-2015, 2018 Free Software Foundation, Inc.
+
+   This file is part of Bison, the GNU Compiler Compiler.
+
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
 
-/* GENERATE SECTION1 BEGIN */
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+#define YY_NO_INPUT 1
+#line 24 "src/scan-skel.l"
 /* Work around a bug in flex 2.5.31.  See Debian bug 333231
    <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>.  */
 #undef skel_wrap
@@ -1584,56 +662,72 @@ static void at_output (int argc, char *argv[], char **name, int *lineno);
 static void fail_for_at_directive_too_many_args (char const *at_directive_name);
 static void fail_for_at_directive_too_few_args (char const *at_directive_name);
 static void fail_for_invalid_at (char const *at);
-/* GENERATE END */
 
-/* GENERATE STARTCONDDECL BEGIN */
+
+#line 668 "src/scan-skel.c"
+
 #define INITIAL 0
 #define SC_AT_DIRECTIVE_ARGS 1
 #define SC_AT_DIRECTIVE_SKIP_WS 2
-/* GENERATE END*/
 
 #ifndef YY_NO_UNISTD_H
 /* Special case for "unistd.h", since it is non-ANSI. We include it way
  * down here because we want the user's section 1 to have been scanned first.
  * The user has a chance to override it with an option.
  */
+/* %if-c-only */
 #include <unistd.h>
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 #endif
 
 #ifndef YY_EXTRA_TYPE
 #define YY_EXTRA_TYPE void *
 #endif
 
-static int yy_init_globals ( void );
+/* %if-c-only Reentrant structure and macros (non-C++). */
+/* %if-reentrant */
+/* %if-c-only */
+
+static int yy_init_globals (void );
+
+/* %endif */
+/* %if-reentrant */
+/* %endif */
+/* %endif End reentrant structures and macros. */
 
 /* Accessor methods to globals.
    These are made visible to non-reentrant scanners for convenience. */
 
-int yylex_destroy ( void );
+int skel_lex_destroy (void );
+
+int skel_get_debug (void );
 
-int yyget_debug ( void );
+void skel_set_debug (int debug_flag  );
 
-void yyset_debug ( int debug_flag  );
+YY_EXTRA_TYPE skel_get_extra (void );
 
-YY_EXTRA_TYPE yyget_extra ( void );
+void skel_set_extra (YY_EXTRA_TYPE user_defined  );
 
-void yyset_extra ( YY_EXTRA_TYPE user_defined  );
+FILE *skel_get_in (void );
 
-FILE *yyget_in ( void );
+void skel_set_in  (FILE * in_str  );
 
-void yyset_in  ( FILE * _in_str  );
+FILE *skel_get_out (void );
 
-FILE *yyget_out ( void );
+void skel_set_out  (FILE * out_str  );
 
-void yyset_out  ( FILE * _out_str  );
+int skel_get_leng (void );
 
-                       int yyget_leng ( void );
+char *skel_get_text (void );
 
-char *yyget_text ( void );
+int skel_get_lineno (void );
 
-int yyget_lineno ( void );
+void skel_set_lineno (int line_number  );
 
-void yyset_lineno ( int _line_number  );
+/* %if-bison-bridge */
+/* %endif */
 
 /* Macros after this point can all be overridden by user definitions in
  * section 1.
@@ -1641,45 +735,44 @@ void yyset_lineno ( int _line_number  );
 
 #ifndef YY_SKIP_YYWRAP
 #ifdef __cplusplus
-extern "C" int skel_wrap ( void );
+extern "C" int skel_wrap (void );
 #else
-extern int skel_wrap ( void );
+extern int skel_wrap (void );
 #endif
 #endif
 
-#ifndef YY_NO_UNPUT
-    
-    static void yyunput ( int c, char *buf_ptr  );
-    
-#endif
+/* %not-for-header */
+
+/* %ok-for-header */
+
+/* %endif */
 
 #ifndef yytext_ptr
-static void yy_flex_strncpy ( char *, const char *, int );
+static void yy_flex_strncpy (char *,yyconst char *,int );
 #endif
 
 #ifdef YY_NEED_STRLEN
-static int yy_flex_strlen ( const char * );
+static int yy_flex_strlen (yyconst char * );
 #endif
 
 #ifndef YY_NO_INPUT
+/* %if-c-only Standard (non-C++) definition */
+/* %not-for-header */
+
 #ifdef __cplusplus
-static int yyinput ( void );
+static int yyinput (void );
 #else
-static int input ( void );
+static int input (void );
 #endif
+/* %ok-for-header */
 
+/* %endif */
 #endif
 
-        static int yy_start_stack_ptr = 0;
-        static int yy_start_stack_depth = 0;
-        static int *yy_start_stack = NULL;
-    
-    static void yy_push_state ( int _new_state );
-    
-    static void yy_pop_state ( void );
-    
-    static int yy_top_state ( void );
-    
+/* %if-c-only */
+
+/* %endif */
+
 /* Amount of stuff to slurp up with each read. */
 #ifndef YY_READ_BUF_SIZE
 #ifdef __ia64__
@@ -1692,10 +785,14 @@ static int input ( void );
 
 /* Copy whatever the last rule matched to the standard output. */
 #ifndef ECHO
+/* %if-c-only Standard (non-C++) definition */
 /* This used to be an fputs(), but since the string might contain NUL's,
  * we now use fwrite().
  */
-#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
+#define ECHO do { if (fwrite( skel_text, skel_leng, 1, skel_out )) {} } while (0)
+/* %endif */
+/* %if-c++-only C++ definition */
+/* %endif */
 #endif
 
 /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
@@ -1703,23 +800,24 @@ static int input ( void );
  */
 #ifndef YY_INPUT
 #define YY_INPUT(buf,result,max_size) \
+/* %% [5.0] fread()/read() definition of YY_INPUT goes here unless we're doing C++ \ */\
        if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
                { \
                int c = '*'; \
-               int n; \
+               size_t n; \
                for ( n = 0; n < max_size && \
-                            (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
+                            (c = getc( skel_in )) != EOF && c != '\n'; ++n ) \
                        buf[n] = (char) c; \
                if ( c == '\n' ) \
                        buf[n++] = (char) c; \
-               if ( c == EOF && ferror( yyin ) ) \
+               if ( c == EOF && ferror( skel_in ) ) \
                        YY_FATAL_ERROR( "input in flex scanner failed" ); \
                result = n; \
                } \
        else \
                { \
                errno=0; \
-               while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
+               while ( (result = fread(buf, 1, max_size, skel_in))==0 && ferror(skel_in)) \
                        { \
                        if( errno != EINTR) \
                                { \
@@ -1727,10 +825,12 @@ static int input ( void );
                                break; \
                                } \
                        errno=0; \
-                       clearerr(yyin); \
+                       clearerr(skel_in); \
                        } \
                }\
 \
+/* %if-c++-only C++ definition \ */\
+/* %endif */
 
 #endif
 
@@ -1749,23 +849,42 @@ static int input ( void );
 
 /* Report a fatal error. */
 #ifndef YY_FATAL_ERROR
+/* %if-c-only */
 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 #endif
 
+/* %if-tables-serialization structures and prototypes */
+/* %not-for-header */
+
+/* %ok-for-header */
+
+/* %not-for-header */
+
+/* %tables-yydmap generated elements */
+/* %endif */
 /* end tables serialization structures and prototypes */
 
+/* %ok-for-header */
+
 /* Default declaration of generated scanner - a define so the user can
  * easily add parameters.
  */
 #ifndef YY_DECL
 #define YY_DECL_IS_OURS 1
+/* %if-c-only Standard (non-C++) definition */
 
-extern int yylex (void);
+extern int skel_lex (void);
 
-#define YY_DECL int yylex (void)
+#define YY_DECL int skel_lex (void)
+/* %endif */
+/* %if-c++-only C++ definition */
+/* %endif */
 #endif /* !YY_DECL */
 
-/* Code executed at the beginning of each rule, after yytext and yyleng
+/* Code executed at the beginning of each rule, after skel_text and skel_leng
  * have been set up.
  */
 #ifndef YY_USER_ACTION
@@ -1774,23 +893,42 @@ extern int yylex (void);
 
 /* Code executed at the end of each rule. */
 #ifndef YY_BREAK
-#define YY_BREAK /*LINTED*/break;
+#define YY_BREAK break;
 #endif
 
+/* %% [6.0] YY_RULE_SETUP definition goes here */
 #define YY_RULE_SETUP \
-       if ( yyleng > 0 ) \
-               YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
-                               (yytext[yyleng - 1] == '\n'); \
        YY_USER_ACTION
 
+/* %not-for-header */
+
 /** The main scanner function which does all the work.
  */
 YY_DECL
 {
-       yy_state_type yy_current_state;
-       char *yy_cp, *yy_bp;
-       int yy_act;
+       register yy_state_type yy_current_state;
+       register char *yy_cp, *yy_bp;
+       register int yy_act;
     
+/* %% [7.0] user's declarations go here */
+#line 57 "src/scan-skel.l"
+
+
+
+  int out_lineno PACIFY_CC (= 0);
+  char *out_name = NULL;
+
+  /* Currently, only the @complain directive takes multiple arguments, and
+     never more than 7, with argv[0] being the directive name and argv[1]
+     being the type of complaint to dispatch. */
+#define ARGC_MAX 9
+  int argc = 0;
+  char *argv[ARGC_MAX];
+  at_directive at_ptr = NULL;
+
+
+#line 931 "src/scan-skel.c"
+
        if ( !(yy_init) )
                {
                (yy_init) = 1;
@@ -1799,54 +937,38 @@ YY_DECL
                YY_USER_INIT;
 #endif
 
-        /* Create the reject buffer large enough to save one state per allowed character. */
-        if ( ! (yy_state_buf) )
-            (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE  );
-            if ( ! (yy_state_buf) )
-                YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
-
                if ( ! (yy_start) )
                        (yy_start) = 1; /* first start state */
 
-               if ( ! yyin )
-                       yyin = stdin;
+               if ( ! skel_in )
+/* %if-c-only */
+                       skel_in = stdin;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
-               if ( ! yyout )
-                       yyout = stdout;
+               if ( ! skel_out )
+/* %if-c-only */
+                       skel_out = stdout;
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
                if ( ! YY_CURRENT_BUFFER ) {
-                       yyensure_buffer_stack ();
+                       skel_ensure_buffer_stack ();
                        YY_CURRENT_BUFFER_LVALUE =
-                               yy_create_buffer( yyin, YY_BUF_SIZE );
+                               skel__create_buffer(skel_in,YY_BUF_SIZE );
                }
 
-               yy_load_buffer_state(  );
+               skel__load_buffer_state( );
                }
 
-       {
-/* GENERATE SECTION2INITIAL BEGIN */
-  int out_lineno PACIFY_CC (= 0);
-  char *out_name = NULL;
-  /* Currently, only the @complain directive takes multiple arguments, and
-     never more than 7, with argv[0] being the directive name and argv[1]
-     being the type of complaint to dispatch. */
-#define ARGC_MAX 9
-  int argc = 0;
-  char *argv[ARGC_MAX];
-  at_directive at_ptr = NULL;
-/* GENERATE END */
-
-       while ( /*CONSTCOND*/1 )                /* loops until end-of-file is reached */
+       while ( 1 )             /* loops until end-of-file is reached */
                {
-               (yy_more_len) = 0;
-               if ( (yy_more_flag) )
-                       {
-                       (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
-                       (yy_more_flag) = 0;
-                       }
+/* %% [8.0] yymore()-related code goes here */
                yy_cp = (yy_c_buf_p);
 
-               /* Support of yytext. */
+               /* Support of skel_text. */
                *yy_cp = (yy_hold_char);
 
                /* yy_bp points to the position in yy_ch_buf of the start of
@@ -1854,163 +976,183 @@ YY_DECL
                 */
                yy_bp = yy_cp;
 
+/* %% [9.0] code to set up and find next match goes here */
                yy_current_state = (yy_start);
-               yy_current_state += YY_AT_BOL();
-
-               (yy_state_ptr) = (yy_state_buf);
-               *(yy_state_ptr)++ = yy_current_state;
-
 yy_match:
                do
                        {
-                       int yy_c = YY_SC_TO_UI(*yy_cp);
+                       register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
+                       if ( yy_accept[yy_current_state] )
+                               {
+                               (yy_last_accepting_state) = yy_current_state;
+                               (yy_last_accepting_cpos) = yy_cp;
+                               }
                        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                                {
                                yy_current_state = (int) yy_def[yy_current_state];
+                               if ( yy_current_state >= 67 )
+                                       yy_c = yy_meta[(unsigned int) yy_c];
                                }
-                       yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-                       *(yy_state_ptr)++ = yy_current_state;
+                       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
                        ++yy_cp;
                        }
-               while ( yy_base[yy_current_state] != 0 );
+               while ( yy_current_state != 66 );
+               yy_cp = (yy_last_accepting_cpos);
+               yy_current_state = (yy_last_accepting_state);
 
 yy_find_action:
-               yy_current_state = *--(yy_state_ptr);
-               (yy_lp) = yy_accept[yy_current_state];
-find_rule: /* we branch to this label when backing up */
-               for ( ; ; ) /* until we find what rule we matched */
-                       {
-                       if ( /*(yy_lp) &&*/ (yy_lp) < yy_accept[yy_current_state + 1] )
-                               {
-                               yy_act = yy_acclist[(yy_lp)];
-                               if ( yy_act & YY_TRAILING_HEAD_MASK ||
-                                    (yy_looking_for_trail_begin) )
-                                       {
-                                       if ( yy_act == (yy_looking_for_trail_begin) )
-                                               {
-                                               (yy_looking_for_trail_begin) = 0;
-                                               yy_act &= ~YY_TRAILING_HEAD_MASK;
-                                               break;
-                                               }
-                                       }
-                               else if ( yy_act & YY_TRAILING_MASK )
-                                       {
-                                       (yy_looking_for_trail_begin) = yy_act & ~YY_TRAILING_MASK;
-                                       (yy_looking_for_trail_begin) |= YY_TRAILING_HEAD_MASK;
-                                       (yy_full_match) = yy_cp;
-                                       (yy_full_state) = (yy_state_ptr);
-                                       (yy_full_lp) = (yy_lp);
-                                       }
-                               else
-                                       {
-                                       (yy_full_match) = yy_cp;
-                                       (yy_full_state) = (yy_state_ptr);
-                                       (yy_full_lp) = (yy_lp);
-                                       break;
-                                       }
-                               ++(yy_lp);
-                               goto find_rule;
-                               }
-                       --yy_cp;
-                       yy_current_state = *--(yy_state_ptr);
-                       (yy_lp) = yy_accept[yy_current_state];
-                       }
+/* %% [10.0] code to find the action number goes here */
+               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] )
-                       {
-                       int yyl;
-                       for ( yyl = (yy_more_len); yyl < yyleng; ++yyl )
-                               if ( yytext[yyl] == '\n' )
-                                       
-    yylineno++;
-;
-                       }
+/* %% [11.0] code for skel_lineno update goes here */
 
 do_action:     /* This label is used only to access EOF actions. */
 
+/* %% [12.0] debug code goes here */
+               if ( skel__flex_debug )
+                       {
+                       if ( yy_act == 0 )
+                               fprintf( stderr, "--scanner backing up\n" );
+                       else if ( yy_act < 24 )
+                               fprintf( stderr, "--accepting rule at line %ld (\"%s\")\n",
+                                        (long)yy_rule_linenum[yy_act], skel_text );
+                       else if ( yy_act == 24 )
+                               fprintf( stderr, "--accepting default rule (\"%s\")\n",
+                                        skel_text );
+                       else if ( yy_act == 25 )
+                               fprintf( stderr, "--(end of buffer or a NUL)\n" );
+                       else
+                               fprintf( stderr, "--EOF (start condition %d)\n", YY_START );
+                       }
+
                switch ( yy_act )
        { /* beginning of action switch */
-/* GENERATE SECTION2 BEGIN */
-case 0:
-YY_RULE_SETUP
-fputc ('@', yyout);
-       YY_BREAK
+/* %% [13.0] actions go here */
+                       case 0: /* must back up */
+                       /* undo the effects of YY_DO_BEFORE_ACTION */
+                       *yy_cp = (yy_hold_char);
+                       yy_cp = (yy_last_accepting_cpos);
+                       yy_current_state = (yy_last_accepting_state);
+                       goto yy_find_action;
+
 case 1:
 YY_RULE_SETUP
-fputc ('[', yyout);
+#line 72 "src/scan-skel.l"
+fputc ('@', skel_out);
        YY_BREAK
 case 2:
 YY_RULE_SETUP
-fputc (']', yyout);
+#line 73 "src/scan-skel.l"
+fputc ('[', skel_out);
        YY_BREAK
 case 3:
 YY_RULE_SETUP
-continue;  /* Used by b4_cat in ../data/bison.m4.  */
+#line 74 "src/scan-skel.l"
+fputc (']', skel_out);
        YY_BREAK
 case 4:
 YY_RULE_SETUP
-continue;
+#line 75 "src/scan-skel.l"
+continue;  /* Used by b4_cat in ../data/bison.m4.  */
        YY_BREAK
 case 5:
+/* rule 5 can match eol */
 YY_RULE_SETUP
-fprintf (yyout, "%d", out_lineno + 1);
+#line 76 "src/scan-skel.l"
+continue;
        YY_BREAK
 case 6:
 YY_RULE_SETUP
-fputs (quotearg_style (c_quoting_style, out_name), yyout);
+#line 78 "src/scan-skel.l"
+fprintf (skel_out, "%d", out_lineno + 1);
        YY_BREAK
 case 7:
 YY_RULE_SETUP
-at_init (&argc, argv, &at_ptr, &at_basename);
+#line 79 "src/scan-skel.l"
+fputs (quotearg_style (c_quoting_style, out_name), skel_out);
        YY_BREAK
 case 8:
 YY_RULE_SETUP
-at_init (&argc, argv, &at_ptr, &at_complain);
+#line 81 "src/scan-skel.l"
+at_init (&argc, argv, &at_ptr, &at_basename);
        YY_BREAK
 case 9:
 YY_RULE_SETUP
-at_init (&argc, argv, &at_ptr, &at_output);
+#line 82 "src/scan-skel.l"
+at_init (&argc, argv, &at_ptr, &at_complain);
        YY_BREAK
 case 10:
 YY_RULE_SETUP
-fail_for_invalid_at (yytext);
+#line 83 "src/scan-skel.l"
+at_init (&argc, argv, &at_ptr, &at_output);
        YY_BREAK
+/* This pattern must not match more than the previous @ patterns. */
 case 11:
 YY_RULE_SETUP
-out_lineno++; ECHO;
+#line 86 "src/scan-skel.l"
+fail_for_invalid_at (skel_text);
        YY_BREAK
 case 12:
+/* rule 12 can match eol */
 YY_RULE_SETUP
-ECHO;
+#line 87 "src/scan-skel.l"
+out_lineno++; ECHO;
        YY_BREAK
 case 13:
 YY_RULE_SETUP
-STRING_GROW;
+#line 88 "src/scan-skel.l"
+ECHO;
+       YY_BREAK
+case YY_STATE_EOF(INITIAL):
+#line 90 "src/scan-skel.l"
+{
+  if (out_name)
+    {
+      free (out_name);
+      xfclose (skel_out);
+    }
+  return EOF;
+}
        YY_BREAK
+
+
 case 14:
+/* rule 14 can match eol */
 YY_RULE_SETUP
-obstack_1grow (&obstack_for_string, '@');
+#line 101 "src/scan-skel.l"
+STRING_GROW;
        YY_BREAK
 case 15:
 YY_RULE_SETUP
-obstack_1grow (&obstack_for_string, '[');
+#line 103 "src/scan-skel.l"
+obstack_1grow (&obstack_for_string, '@');
        YY_BREAK
 case 16:
 YY_RULE_SETUP
-obstack_1grow (&obstack_for_string, ']');
+#line 104 "src/scan-skel.l"
+obstack_1grow (&obstack_for_string, '[');
        YY_BREAK
 case 17:
 YY_RULE_SETUP
-continue; /* For starting an argument that begins with whitespace. */
+#line 105 "src/scan-skel.l"
+obstack_1grow (&obstack_for_string, ']');
        YY_BREAK
 case 18:
 YY_RULE_SETUP
-continue;
+#line 106 "src/scan-skel.l"
+continue; /* For starting an argument that begins with whitespace. */
        YY_BREAK
 case 19:
+/* rule 19 can match eol */
 YY_RULE_SETUP
+#line 107 "src/scan-skel.l"
+continue;
+       YY_BREAK
+case 20:
+YY_RULE_SETUP
+#line 109 "src/scan-skel.l"
 {
     if (argc >= ARGC_MAX)
       fail_for_at_directive_too_many_args (argv[0]);
@@ -2018,7 +1160,7 @@ YY_RULE_SETUP
     argv[argc++] = obstack_finish0 (&obstack_for_string);
 
     /* Like M4, skip whitespace after a comma.  */
-    if (yytext[1] == ',')
+    if (skel_text[1] == ',')
       BEGIN SC_AT_DIRECTIVE_SKIP_WS;
     else
       {
@@ -2030,35 +1172,40 @@ YY_RULE_SETUP
       }
   }
        YY_BREAK
-case 20:
+case 21:
 YY_RULE_SETUP
-fail_for_invalid_at (yytext);
+#line 128 "src/scan-skel.l"
+fail_for_invalid_at (skel_text);
        YY_BREAK
-case 21:
+
+
+
+case 22:
+/* rule 22 can match eol */
 YY_RULE_SETUP
+#line 133 "src/scan-skel.l"
 continue;
        YY_BREAK
-case 22:
+case 23:
 YY_RULE_SETUP
+#line 134 "src/scan-skel.l"
 yyless (0); BEGIN SC_AT_DIRECTIVE_ARGS;
        YY_BREAK
-case 23:
+
+
+
+case YY_STATE_EOF(SC_AT_DIRECTIVE_ARGS):
+case YY_STATE_EOF(SC_AT_DIRECTIVE_SKIP_WS):
+#line 139 "src/scan-skel.l"
+complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
+       YY_BREAK
+
+case 24:
 YY_RULE_SETUP
+#line 142 "src/scan-skel.l"
 YY_FATAL_ERROR( "flex scanner jammed" );
        YY_BREAK
-                       case YY_STATE_EOF(INITIAL):
-{
-  if (out_name)
-    {
-      free (out_name);
-      xfclose (yyout);
-    }
-  return EOF;
-}
-                       case YY_STATE_EOF(SC_AT_DIRECTIVE_ARGS):
-                       case YY_STATE_EOF(SC_AT_DIRECTIVE_SKIP_WS):
-complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
-/* GENERATE END */
+#line 1209 "src/scan-skel.c"
 
        case YY_END_OF_BUFFER:
                {
@@ -2073,15 +1220,15 @@ complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
                        {
                        /* 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
+                        * just pointed skel_in at a new source and called
+                        * skel_lex().  If so, then we have to assure
                         * consistency between YY_CURRENT_BUFFER and our
                         * globals.  Here is the right place to do so, because
                         * this is the first action (other than possibly a
                         * back-up) that will match for the new input source.
                         */
                        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
-                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
+                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = skel_in;
                        YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
                        }
 
@@ -2123,7 +1270,9 @@ complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
 
                        else
                                {
-                               yy_cp = (yy_c_buf_p);
+/* %% [14.0] code to do back-up for compressed tables and set up yy_cp goes here */
+                               yy_cp = (yy_last_accepting_cpos);
+                               yy_current_state = (yy_last_accepting_state);
                                goto yy_find_action;
                                }
                        }
@@ -2134,11 +1283,11 @@ complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
                                {
                                (yy_did_buffer_switch_on_eof) = 0;
 
-                               if ( skel_wrap(  ) )
+                               if ( skel_wrap( ) )
                                        {
                                        /* Note: because we've taken care in
                                         * yy_get_next_buffer() to have set up
-                                        * yytext, we can now set up
+                                        * skel_text, 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
@@ -2187,8 +1336,15 @@ complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
                        "fatal flex scanner internal error--no action found" );
        } /* end of action switch */
                } /* end of scanning one token */
-       } /* end of user's declarations */
-} /* end of yylex */
+} /* end of skel_lex */
+/* %ok-for-header */
+
+/* %if-c++-only */
+/* %not-for-header */
+
+/* %ok-for-header */
+
+/* %endif */
 
 /* yy_get_next_buffer - try to read in a new buffer
  *
@@ -2197,11 +1353,15 @@ complain (NULL, fatal, _("unclosed %s directive in skeleton"), argv[0]);
  *     EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  *     EOB_ACT_END_OF_FILE - end of file
  */
+/* %if-c-only */
 static int yy_get_next_buffer (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
-       char *source = (yytext_ptr);
-       int number_to_move, i;
+       register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
+       register char *source = (yytext_ptr);
+       register int number_to_move, i;
        int ret_val;
 
        if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
@@ -2230,7 +1390,7 @@ static int yy_get_next_buffer (void)
        /* Try to read more data. */
 
        /* First move last chars to start of buffer. */
-       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
+       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
 
        for ( i = 0; i < number_to_move; ++i )
                *(dest++) = *(source++);
@@ -2249,8 +1409,37 @@ static int yy_get_next_buffer (void)
                while ( num_to_read <= 0 )
                        { /* Not enough room in the buffer - grow it. */
 
-                       YY_FATAL_ERROR(
-"input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
+                       /* just a shorter name for the current buffer */
+                       YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
+
+                       int yy_c_buf_p_offset =
+                               (int) ((yy_c_buf_p) - b->yy_ch_buf);
+
+                       if ( b->yy_is_our_buffer )
+                               {
+                               int new_size = b->yy_buf_size * 2;
+
+                               if ( new_size <= 0 )
+                                       b->yy_buf_size += b->yy_buf_size / 8;
+                               else
+                                       b->yy_buf_size *= 2;
+
+                               b->yy_ch_buf = (char *)
+                                       /* Include room in for 2 EOB chars. */
+                                       skel_realloc((void *) b->yy_ch_buf,b->yy_buf_size + 2  );
+                               }
+                       else
+                               /* Can't grow it, we don't own it. */
+                               b->yy_ch_buf = 0;
+
+                       if ( ! b->yy_ch_buf )
+                               YY_FATAL_ERROR(
+                               "fatal error - scanner input buffer overflow" );
+
+                       (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
+
+                       num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
+                                               number_to_move - 1;
 
                        }
 
@@ -2259,7 +1448,7 @@ static int yy_get_next_buffer (void)
 
                /* Read in more data. */
                YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
-                       (yy_n_chars), num_to_read );
+                       (yy_n_chars), (size_t) num_to_read );
 
                YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
                }
@@ -2269,7 +1458,7 @@ static int yy_get_next_buffer (void)
                if ( number_to_move == YY_MORE_ADJ )
                        {
                        ret_val = EOB_ACT_END_OF_FILE;
-                       yyrestart( yyin  );
+                       skel_restart(skel_in  );
                        }
 
                else
@@ -2283,15 +1472,12 @@ static int yy_get_next_buffer (void)
        else
                ret_val = EOB_ACT_CONTINUE_SCAN;
 
-       if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
+       if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
                /* Extend the array by 50%, plus the number we really need. */
-               int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
-               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
-                       (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size  );
+               yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
+               YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) skel_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size  );
                if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
                        YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
-               /* "- 2" to take care of EOB's */
-               YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
        }
 
        (yy_n_chars) += number_to_move;
@@ -2305,26 +1491,36 @@ static int yy_get_next_buffer (void)
 
 /* yy_get_previous_state - get the state just before the EOB char was reached */
 
+/* %if-c-only */
+/* %not-for-header */
+
     static yy_state_type yy_get_previous_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       yy_state_type yy_current_state;
-       char *yy_cp;
+       register yy_state_type yy_current_state;
+       register char *yy_cp;
     
+/* %% [15.0] code to get the start state into yy_current_state goes here */
        yy_current_state = (yy_start);
-       yy_current_state += YY_AT_BOL();
-
-       (yy_state_ptr) = (yy_state_buf);
-       *(yy_state_ptr)++ = yy_current_state;
 
        for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
                {
-               int yy_c = (*yy_cp ? YY_SC_TO_UI(*yy_cp) : 256);
+/* %% [16.0] code to find the next state goes here */
+               register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
+               if ( yy_accept[yy_current_state] )
+                       {
+                       (yy_last_accepting_state) = yy_current_state;
+                       (yy_last_accepting_cpos) = yy_cp;
+                       }
                while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                        {
                        yy_current_state = (int) yy_def[yy_current_state];
+                       if ( yy_current_state >= 67 )
+                               yy_c = yy_meta[(unsigned int) yy_c];
                        }
-               yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-               *(yy_state_ptr)++ = yy_current_state;
+               yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
                }
 
        return yy_current_state;
@@ -2335,68 +1531,39 @@ static int yy_get_next_buffer (void)
  * synopsis
  *     next_state = yy_try_NUL_trans( current_state );
  */
+/* %if-c-only */
     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       int yy_is_jam;
-    
-       int yy_c = 256;
+       register int yy_is_jam;
+    /* %% [17.0] code to find the next state, and perhaps do backing up, goes here */
+       register char *yy_cp = (yy_c_buf_p);
+
+       register YY_CHAR yy_c = 1;
+       if ( yy_accept[yy_current_state] )
+               {
+               (yy_last_accepting_state) = yy_current_state;
+               (yy_last_accepting_cpos) = yy_cp;
+               }
        while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
                {
                yy_current_state = (int) yy_def[yy_current_state];
+               if ( yy_current_state >= 67 )
+                       yy_c = yy_meta[(unsigned int) yy_c];
                }
-       yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
-       yy_is_jam = (yy_current_state == 9);
-       if ( ! yy_is_jam )
-               *(yy_state_ptr)++ = yy_current_state;
+       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
+       yy_is_jam = (yy_current_state == 66);
 
-               return yy_is_jam ? 0 : yy_current_state;
+       return yy_is_jam ? 0 : yy_current_state;
 }
 
-#ifndef YY_NO_UNPUT
+/* %if-c-only */
 
-    static void yyunput (int c, char * yy_bp )
-{
-       char *yy_cp;
-    
-    yy_cp = (yy_c_buf_p);
-
-       /* undo effects of setting up yytext */
-       *yy_cp = (yy_hold_char);
-
-       if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
-               { /* need to shift things up to make room */
-               /* +2 for EOB chars. */
-               int number_to_move = (yy_n_chars) + 2;
-               char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
-                                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
-               char *source =
-                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
-
-               while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
-                       *--dest = *--source;
-
-               yy_cp += (int) (dest - source);
-               yy_bp += (int) (dest - source);
-               YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
-                       (yy_n_chars) = (int) 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;
-    }
-
-       (yytext_ptr) = yy_bp;
-       (yy_hold_char) = *yy_cp;
-       (yy_c_buf_p) = yy_cp;
-}
-
-#endif
+/* %endif */
 
+/* %if-c-only */
 #ifndef YY_NO_INPUT
 #ifdef __cplusplus
     static int yyinput (void)
@@ -2404,6 +1571,9 @@ static int yy_get_next_buffer (void)
     static int input  (void)
 #endif
 
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        int c;
     
@@ -2421,7 +1591,7 @@ static int yy_get_next_buffer (void)
 
                else
                        { /* need more input */
-                       int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
+                       int offset = (yy_c_buf_p) - (yytext_ptr);
                        ++(yy_c_buf_p);
 
                        switch ( yy_get_next_buffer(  ) )
@@ -2438,14 +1608,14 @@ static int yy_get_next_buffer (void)
                                         */
 
                                        /* Reset buffer status. */
-                                       yyrestart( yyin );
+                                       skel_restart(skel_in );
 
                                        /*FALLTHROUGH*/
 
                                case EOB_ACT_END_OF_FILE:
                                        {
-                                       if ( skel_wrap(  ) )
-                                               return 0;
+                                       if ( skel_wrap( ) )
+                                               return EOF;
 
                                        if ( ! (yy_did_buffer_switch_on_eof) )
                                                YY_NEW_FILE;
@@ -2464,50 +1634,56 @@ static int yy_get_next_buffer (void)
                }
 
        c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
-       *(yy_c_buf_p) = '\0';   /* preserve yytext */
+       *(yy_c_buf_p) = '\0';   /* preserve skel_text */
        (yy_hold_char) = *++(yy_c_buf_p);
 
-       YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
-       if ( YY_CURRENT_BUFFER_LVALUE->yy_at_bol )
-               
-    yylineno++;
-;
+/* %% [19.0] update BOL and skel_lineno */
 
        return c;
 }
+/* %if-c-only */
 #endif /* ifndef YY_NO_INPUT */
+/* %endif */
 
 /** Immediately switch to a different input stream.
  * @param input_file A readable stream.
  * 
  * @note This function does not reset the start condition to @c INITIAL .
  */
-    void yyrestart  (FILE * input_file )
+/* %if-c-only */
+    void skel_restart  (FILE * input_file )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
     
        if ( ! YY_CURRENT_BUFFER ){
-        yyensure_buffer_stack ();
+        skel_ensure_buffer_stack ();
                YY_CURRENT_BUFFER_LVALUE =
-            yy_create_buffer( yyin, YY_BUF_SIZE );
+            skel__create_buffer(skel_in,YY_BUF_SIZE );
        }
 
-       yy_init_buffer( YY_CURRENT_BUFFER, input_file );
-       yy_load_buffer_state(  );
+       skel__init_buffer(YY_CURRENT_BUFFER,input_file );
+       skel__load_buffer_state( );
 }
 
 /** Switch to a different input buffer.
  * @param new_buffer The new input buffer.
  * 
  */
-    void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+/* %if-c-only */
+    void skel__switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
     
        /* TODO. We should be able to replace this entire function body
         * with
-        *              yypop_buffer_state();
-        *              yypush_buffer_state(new_buffer);
+        *              skel_pop_buffer_state();
+        *              skel_push_buffer_state(new_buffer);
      */
-       yyensure_buffer_stack ();
+       skel_ensure_buffer_stack ();
        if ( YY_CURRENT_BUFFER == new_buffer )
                return;
 
@@ -2520,7 +1696,7 @@ static int yy_get_next_buffer (void)
                }
 
        YY_CURRENT_BUFFER_LVALUE = new_buffer;
-       yy_load_buffer_state(  );
+       skel__load_buffer_state( );
 
        /* We don't actually know whether we did this switch during
         * EOF (skel_wrap()) processing, but the only time this flag
@@ -2530,11 +1706,15 @@ static int yy_get_next_buffer (void)
        (yy_did_buffer_switch_on_eof) = 1;
 }
 
-static void yy_load_buffer_state  (void)
+/* %if-c-only */
+static void skel__load_buffer_state  (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
        (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
-       yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
+       skel_in = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
        (yy_hold_char) = *(yy_c_buf_p);
 }
 
@@ -2544,35 +1724,43 @@ static void yy_load_buffer_state  (void)
  * 
  * @return the allocated buffer state.
  */
-    YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
+/* %if-c-only */
+    YY_BUFFER_STATE skel__create_buffer  (FILE * file, int  size )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        YY_BUFFER_STATE b;
     
-       b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
+       b = (YY_BUFFER_STATE) skel_alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in skel__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( (yy_size_t) (b->yy_buf_size + 2)  );
+       b->yy_ch_buf = (char *) skel_alloc(b->yy_buf_size + 2  );
        if ( ! b->yy_ch_buf )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in skel__create_buffer()" );
 
        b->yy_is_our_buffer = 1;
 
-       yy_init_buffer( b, file );
+       skel__init_buffer(b,file );
 
        return b;
 }
 
 /** Destroy the buffer.
- * @param b a buffer created with yy_create_buffer()
+ * @param b a buffer created with skel__create_buffer()
  * 
  */
-    void yy_delete_buffer (YY_BUFFER_STATE  b )
+/* %if-c-only */
+    void skel__delete_buffer (YY_BUFFER_STATE  b )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
     
        if ( ! b )
@@ -2582,27 +1770,38 @@ static void yy_load_buffer_state  (void)
                YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
 
        if ( b->yy_is_our_buffer )
-               yyfree( (void *) b->yy_ch_buf  );
+               skel_free((void *) b->yy_ch_buf  );
 
-       yyfree( (void *) b  );
+       skel_free((void *) b  );
 }
 
+/* %if-c-only */
+
+/* %endif */
+
+/* %if-c++-only */
+/* %endif */
+
 /* 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.
+ * such as during a skel_restart() or at EOF.
  */
-    static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+/* %if-c-only */
+    static void skel__init_buffer  (YY_BUFFER_STATE  b, FILE * file )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
 {
        int oerrno = errno;
     
-       yy_flush_buffer( b );
+       skel__flush_buffer(b );
 
        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.
+    /* If b is the current buffer, then skel__init_buffer was _probably_
+     * called from skel_restart() or through yy_get_next_buffer.
      * In that case, we don't want to reset the lineno or column.
      */
     if (b != YY_CURRENT_BUFFER){
@@ -2610,8 +1809,13 @@ static void yy_load_buffer_state  (void)
         b->yy_bs_column = 0;
     }
 
-        b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
+/* %if-c-only */
+
+        b->yy_is_interactive = 0;
     
+/* %endif */
+/* %if-c++-only */
+/* %endif */
        errno = oerrno;
 }
 
@@ -2619,7 +1823,11 @@ static void yy_load_buffer_state  (void)
  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  * 
  */
-    void yy_flush_buffer (YY_BUFFER_STATE  b )
+/* %if-c-only */
+    void skel__flush_buffer (YY_BUFFER_STATE  b )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        if ( ! b )
                return;
@@ -2639,23 +1847,28 @@ static void yy_load_buffer_state  (void)
        b->yy_buffer_status = YY_BUFFER_NEW;
 
        if ( b == YY_CURRENT_BUFFER )
-               yy_load_buffer_state(  );
+               skel__load_buffer_state( );
 }
 
+/* %if-c-or-c++ */
 /** Pushes the new state onto the stack. The new state becomes
  *  the current state. This function will allocate the stack
  *  if necessary.
  *  @param new_buffer The new state.
  *  
  */
-void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
+/* %if-c-only */
+void skel_push_buffer_state (YY_BUFFER_STATE new_buffer )
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        if (new_buffer == NULL)
                return;
 
-       yyensure_buffer_stack();
+       skel_ensure_buffer_stack();
 
-       /* This block is copied from yy_switch_to_buffer. */
+       /* This block is copied from skel__switch_to_buffer. */
        if ( YY_CURRENT_BUFFER )
                {
                /* Flush out information for old buffer. */
@@ -2669,37 +1882,49 @@ void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
                (yy_buffer_stack_top)++;
        YY_CURRENT_BUFFER_LVALUE = new_buffer;
 
-       /* copied from yy_switch_to_buffer. */
-       yy_load_buffer_state(  );
+       /* copied from skel__switch_to_buffer. */
+       skel__load_buffer_state( );
        (yy_did_buffer_switch_on_eof) = 1;
 }
+/* %endif */
 
+/* %if-c-or-c++ */
 /** Removes and deletes the top of the stack, if present.
  *  The next element becomes the new top.
  *  
  */
-void yypop_buffer_state (void)
+/* %if-c-only */
+void skel_pop_buffer_state (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
        if (!YY_CURRENT_BUFFER)
                return;
 
-       yy_delete_buffer(YY_CURRENT_BUFFER );
+       skel__delete_buffer(YY_CURRENT_BUFFER );
        YY_CURRENT_BUFFER_LVALUE = NULL;
        if ((yy_buffer_stack_top) > 0)
                --(yy_buffer_stack_top);
 
        if (YY_CURRENT_BUFFER) {
-               yy_load_buffer_state(  );
+               skel__load_buffer_state( );
                (yy_did_buffer_switch_on_eof) = 1;
        }
 }
+/* %endif */
 
+/* %if-c-or-c++ */
 /* Allocates the stack if it does not exist.
  *  Guarantees space for at least one push.
  */
-static void yyensure_buffer_stack (void)
+/* %if-c-only */
+static void skel_ensure_buffer_stack (void)
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 {
-       yy_size_t num_to_alloc;
+       int num_to_alloc;
     
        if (!(yy_buffer_stack)) {
 
@@ -2707,15 +1932,15 @@ static void yyensure_buffer_stack (void)
                 * 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; /* After all that talk, this was set to 1 anyways... */
-               (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
+               num_to_alloc = 1;
+               (yy_buffer_stack) = (struct yy_buffer_state**)skel_alloc
                                                                (num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
-                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
-
+                       YY_FATAL_ERROR( "out of dynamic memory in skel_ensure_buffer_stack()" );
+                                                                 
                memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
-
+                               
                (yy_buffer_stack_max) = num_to_alloc;
                (yy_buffer_stack_top) = 0;
                return;
@@ -2724,29 +1949,31 @@ static void yyensure_buffer_stack (void)
        if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
 
                /* Increase the buffer to prepare for a possible push. */
-               yy_size_t grow_size = 8 /* arbitrary grow size */;
+               int grow_size = 8 /* arbitrary grow size */;
 
                num_to_alloc = (yy_buffer_stack_max) + grow_size;
-               (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
+               (yy_buffer_stack) = (struct yy_buffer_state**)skel_realloc
                                                                ((yy_buffer_stack),
                                                                num_to_alloc * sizeof(struct yy_buffer_state*)
                                                                );
                if ( ! (yy_buffer_stack) )
-                       YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
+                       YY_FATAL_ERROR( "out of dynamic memory in skel_ensure_buffer_stack()" );
 
                /* zero only the new slots.*/
                memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
                (yy_buffer_stack_max) = num_to_alloc;
        }
 }
+/* %endif */
 
+/* %if-c-only */
 /** Setup the input buffer state to scan directly from a user-specified character buffer.
  * @param base the character buffer
  * @param size the size in bytes of the character buffer
  * 
- * @return the newly allocated buffer state object.
+ * @return the newly allocated buffer state object. 
  */
-YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
+YY_BUFFER_STATE skel__scan_buffer  (char * base, yy_size_t  size )
 {
        YY_BUFFER_STATE b;
     
@@ -2754,49 +1981,53 @@ YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
             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 NULL;
+               return 0;
 
-       b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
+       b = (YY_BUFFER_STATE) skel_alloc(sizeof( struct yy_buffer_state )  );
        if ( ! b )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
+               YY_FATAL_ERROR( "out of dynamic memory in skel__scan_buffer()" );
 
-       b->yy_buf_size = (int) (size - 2);      /* "- 2" to take care of EOB's */
+       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 = NULL;
+       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  );
+       skel__switch_to_buffer(b  );
 
        return b;
 }
+/* %endif */
 
-/** Setup the input buffer state to scan a string. The next call to yylex() will
+/* %if-c-only */
+/** Setup the input buffer state to scan a string. The next call to skel_lex() will
  * scan from a @e copy of @a str.
  * @param yystr a NUL-terminated string to scan
  * 
  * @return the newly allocated buffer state object.
  * @note If you want to scan bytes that may contain NUL values, then use
- *       yy_scan_bytes() instead.
+ *       skel__scan_bytes() instead.
  */
-YY_BUFFER_STATE yy_scan_string (const char * yystr )
+YY_BUFFER_STATE skel__scan_string (yyconst char * yystr )
 {
     
-       return yy_scan_bytes( yystr, (int) strlen(yystr) );
+       return skel__scan_bytes(yystr,strlen(yystr) );
 }
+/* %endif */
 
-/** Setup the input buffer state to scan the given bytes. The next call to yylex() will
+/* %if-c-only */
+/** Setup the input buffer state to scan the given bytes. The next call to skel_lex() 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.
  * 
  * @return the newly allocated buffer state object.
  */
-YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
+YY_BUFFER_STATE skel__scan_bytes  (yyconst char * yybytes, int  _yybytes_len )
 {
        YY_BUFFER_STATE b;
        char *buf;
@@ -2804,19 +2035,19 @@ YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
        int i;
     
        /* Get memory for full buffer, including space for trailing EOB's. */
-       n = (yy_size_t) (_yybytes_len + 2);
-       buf = (char *) yyalloc( n  );
+       n = _yybytes_len + 2;
+       buf = (char *) skel_alloc(n  );
        if ( ! buf )
-               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
+               YY_FATAL_ERROR( "out of dynamic memory in skel__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 );
+       b = skel__scan_buffer(buf,n );
        if ( ! b )
-               YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
+               YY_FATAL_ERROR( "bad buffer in skel__scan_bytes()" );
 
        /* It's okay to grow etc. this buffer, and we should throw it
         * away when we're done.
@@ -2825,54 +2056,21 @@ YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, int  _yybytes_len )
 
        return b;
 }
-
-    static void yy_push_state (int  _new_state )
-{
-       if ( (yy_start_stack_ptr) >= (yy_start_stack_depth) )
-               {
-               yy_size_t new_size;
-
-               (yy_start_stack_depth) += YY_START_STACK_INCR;
-               new_size = (yy_size_t) (yy_start_stack_depth) * sizeof( int );
-
-               if ( ! (yy_start_stack) )
-                       (yy_start_stack) = (int *) yyalloc( new_size  );
-
-               else
-                       (yy_start_stack) = (int *) yyrealloc(
-                                       (void *) (yy_start_stack), new_size  );
-
-               if ( ! (yy_start_stack) )
-                       YY_FATAL_ERROR( "out of memory expanding start-condition stack" );
-               }
-
-       (yy_start_stack)[(yy_start_stack_ptr)++] = YY_START;
-
-       BEGIN(_new_state);
-}
-
-    static void yy_pop_state  (void)
-{
-       if ( --(yy_start_stack_ptr) < 0 )
-               YY_FATAL_ERROR( "start-condition stack underflow" );
-
-       BEGIN((yy_start_stack)[(yy_start_stack_ptr)]);
-}
-
-    static int yy_top_state  (void)
-{
-       return (yy_start_stack)[(yy_start_stack_ptr) - 1];
-}
+/* %endif */
 
 #ifndef YY_EXIT_FAILURE
 #define YY_EXIT_FAILURE 2
 #endif
 
-static void yynoreturn yy_fatal_error (const char* msg )
+/* %if-c-only */
+static void yy_fatal_error (yyconst char* msg )
 {
-                       fprintf( stderr, "%s\n", msg );
+       (void) fprintf( stderr, "%s\n", msg );
        exit( YY_EXIT_FAILURE );
 }
+/* %endif */
+/* %if-c++-only */
+/* %endif */
 
 /* Redefine yyless() so it works in section 3 code. */
 
@@ -2880,184 +2078,184 @@ static void yynoreturn yy_fatal_error (const char* msg )
 #define yyless(n) \
        do \
                { \
-               /* Undo effects of setting up yytext. */ \
+               /* Undo effects of setting up skel_text. */ \
         int yyless_macro_arg = (n); \
         YY_LESS_LINENO(yyless_macro_arg);\
-               yytext[yyleng] = (yy_hold_char); \
-               (yy_c_buf_p) = yytext + yyless_macro_arg; \
+               skel_text[skel_leng] = (yy_hold_char); \
+               (yy_c_buf_p) = skel_text + yyless_macro_arg; \
                (yy_hold_char) = *(yy_c_buf_p); \
                *(yy_c_buf_p) = '\0'; \
-               yyleng = yyless_macro_arg; \
+               skel_leng = yyless_macro_arg; \
                } \
        while ( 0 )
 
 /* Accessor  methods (get/set functions) to struct members. */
 
+/* %if-c-only */
+/* %if-reentrant */
+/* %endif */
+
 /** Get the current line number.
  * 
  */
-int yyget_lineno  (void)
+int skel_get_lineno  (void)
 {
-    
-    return yylineno;
+        
+    return skel_lineno;
 }
 
 /** Get the input stream.
  * 
  */
-FILE *yyget_in  (void)
+FILE *skel_get_in  (void)
 {
-        return yyin;
+        return skel_in;
 }
 
 /** Get the output stream.
  * 
  */
-FILE *yyget_out  (void)
+FILE *skel_get_out  (void)
 {
-        return yyout;
+        return skel_out;
 }
 
 /** Get the length of the current token.
  * 
  */
-int yyget_leng  (void)
+int skel_get_leng  (void)
 {
-        return yyleng;
+        return skel_leng;
 }
 
 /** Get the current token.
  * 
  */
 
-char *yyget_text  (void)
+char *skel_get_text  (void)
 {
-        return yytext;
+        return skel_text;
 }
 
+/* %if-reentrant */
+/* %endif */
+
 /** Set the current line number.
- * @param _line_number line number
+ * @param line_number
  * 
  */
-void yyset_lineno (int  _line_number )
+void skel_set_lineno (int  line_number )
 {
     
-    yylineno = _line_number;
+    skel_lineno = line_number;
 }
 
 /** Set the input stream. This does not discard the current
  * input buffer.
- * @param _in_str A readable stream.
+ * @param in_str A readable stream.
  * 
- * @see yy_switch_to_buffer
+ * @see skel__switch_to_buffer
  */
-void yyset_in (FILE *  _in_str )
+void skel_set_in (FILE *  in_str )
 {
-        yyin = _in_str ;
+        skel_in = in_str ;
 }
 
-void yyset_out (FILE *  _out_str )
+void skel_set_out (FILE *  out_str )
 {
-        yyout = _out_str ;
+        skel_out = out_str ;
 }
 
-int yyget_debug  (void)
+int skel_get_debug  (void)
 {
-        return yy_flex_debug;
+        return skel__flex_debug;
 }
 
-void yyset_debug (int  _bdebug )
+void skel_set_debug (int  bdebug )
 {
-        yy_flex_debug = _bdebug ;
+        skel__flex_debug = bdebug ;
 }
 
+/* %endif */
+
+/* %if-reentrant */
+/* %if-bison-bridge */
+/* %endif */
+/* %endif if-c-only */
+
+/* %if-c-only */
 static int yy_init_globals (void)
 {
         /* Initialization is the same as for the non-reentrant scanner.
-     * This function is called from yylex_destroy(), so don't allocate here.
+     * This function is called from skel_lex_destroy(), so don't allocate here.
      */
 
-    /* We do not touch yylineno unless the option is enabled. */
-    yylineno =  1;
-    
-    (yy_buffer_stack) = NULL;
+    (yy_buffer_stack) = 0;
     (yy_buffer_stack_top) = 0;
     (yy_buffer_stack_max) = 0;
-    (yy_c_buf_p) = NULL;
+    (yy_c_buf_p) = (char *) 0;
     (yy_init) = 0;
     (yy_start) = 0;
 
-    (yy_start_stack_ptr) = 0;
-    (yy_start_stack_depth) = 0;
-    (yy_start_stack) =  NULL;
-
-    (yy_state_buf) = 0;
-    (yy_state_ptr) = 0;
-    (yy_full_match) = 0;
-    (yy_lp) = 0;
-
 /* Defined in main.c */
 #ifdef YY_STDINIT
-    yyin = stdin;
-    yyout = stdout;
+    skel_in = stdin;
+    skel_out = stdout;
 #else
-    yyin = NULL;
-    yyout = NULL;
+    skel_in = (FILE *) 0;
+    skel_out = (FILE *) 0;
 #endif
 
     /* For future reference: Set errno on error, since we are called by
-     * yylex_init()
+     * skel_lex_init()
      */
     return 0;
 }
+/* %endif */
 
-/* yylex_destroy is for both reentrant and non-reentrant scanners. */
-int yylex_destroy  (void)
+/* %if-c-only SNIP! this currently causes conflicts with the c++ scanner */
+/* skel_lex_destroy is for both reentrant and non-reentrant scanners. */
+int skel_lex_destroy  (void)
 {
     
     /* Pop the buffer stack, destroying each element. */
        while(YY_CURRENT_BUFFER){
-               yy_delete_buffer( YY_CURRENT_BUFFER  );
+               skel__delete_buffer(YY_CURRENT_BUFFER  );
                YY_CURRENT_BUFFER_LVALUE = NULL;
-               yypop_buffer_state();
+               skel_pop_buffer_state();
        }
 
        /* Destroy the stack itself. */
-       yyfree((yy_buffer_stack) );
+       skel_free((yy_buffer_stack) );
        (yy_buffer_stack) = NULL;
 
-    /* Destroy the start condition stack. */
-        yyfree( (yy_start_stack)  );
-        (yy_start_stack) = NULL;
-
-    yyfree ( (yy_state_buf) );
-    (yy_state_buf)  = NULL;
-
     /* Reset the globals. This is important in a non-reentrant scanner so the next time
-     * yylex() is called, initialization will occur. */
+     * skel_lex() is called, initialization will occur. */
     yy_init_globals( );
 
+/* %if-reentrant */
+/* %endif */
     return 0;
 }
+/* %endif */
 
 /*
  * Internal utility routines.
  */
 
 #ifndef yytext_ptr
-static void yy_flex_strncpy (char* s1, const char * s2, int n )
+static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
 {
-               
-       int i;
+       register int i;
        for ( i = 0; i < n; ++i )
                s1[i] = s2[i];
 }
 #endif
 
 #ifdef YY_NEED_STRLEN
-static int yy_flex_strlen (const char * s )
+static int yy_flex_strlen (yyconst char * s )
 {
-       int n;
+       register int n;
        for ( n = 0; s[n]; ++n )
                ;
 
@@ -3065,14 +2263,13 @@ static int yy_flex_strlen (const char * s )
 }
 #endif
 
-void *yyalloc (yy_size_t  size )
+void *skel_alloc (yy_size_t  size )
 {
-                       return malloc(size);
+       return (void *) malloc( size );
 }
 
-void *yyrealloc  (void * ptr, yy_size_t  size )
+void *skel_realloc  (void * ptr, yy_size_t  size )
 {
-               
        /* The cast to (char *) in the following accommodates both
         * implementations that use char* generic pointers, and those
         * that use void* generic pointers.  It works with the latter
@@ -3080,25 +2277,31 @@ void *yyrealloc  (void * ptr, yy_size_t  size )
         * any pointer type to void*, and deal with argument conversions
         * as though doing an assignment.
         */
-       return realloc(ptr, size);
+       return (void *) realloc( (char *) ptr, size );
 }
 
-void yyfree (void * ptr )
+void skel_free (void * ptr )
 {
-                       free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
+       free( (char *) ptr );   /* see skel_realloc() for (char *) cast */
 }
 
+/* %if-tables-serialization definitions */
+/* %define-yytables   The name for this specific scanner's tables. */
 #define YYTABLES_NAME "yytables"
+/* %endif */
+
+/* %ok-for-header */
+
+#line 142 "src/scan-skel.l"
 
-/* GENERATE SECTION3 BEGIN */
 
 
 static void
 at_init (int *argc, char *argv[], at_directive *at_ptr, at_directive fun)
 {
   *at_ptr = fun;
-  yytext[yyleng-1] = '\0';
-  obstack_grow (&obstack_for_string, yytext, yyleng);
+  skel_text[skel_leng-1] = '\0';
+  obstack_grow (&obstack_for_string, skel_text, skel_leng);
   argv[(*argc)++] = obstack_finish (&obstack_for_string);
   BEGIN SC_AT_DIRECTIVE_ARGS;
 }
@@ -3126,7 +2329,7 @@ skel_scanner_free (void)
 {
   obstack_free (&obstack_for_string, 0);
   /* Reclaim Flex's buffers.  */
-  yylex_destroy ();
+  skel_lex_destroy ();
 }
 
 static inline warnings
@@ -3154,7 +2357,7 @@ at_basename (int argc, char *argv[], char **out_namep, int *out_linenop)
   (void) out_linenop;
   if (2 < argc)
     fail_for_at_directive_too_many_args (argv[0]);
-  fputs (last_component (argv[1]), yyout);
+  fputs (last_component (argv[1]), skel_out);
 }
 
 static void
@@ -3193,12 +2396,12 @@ at_output (int argc, char *argv[], char **out_namep, int *out_linenop)
   if (*out_namep)
     {
       free (*out_namep);
-      xfclose (yyout);
+      xfclose (skel_out);
     }
   *out_namep = xstrdup (argv[1]);
   output_file_name_check (out_namep, true);
   /* If there were errors, do not generate the output.  */
-  yyout = xfopen (complaint_status ? "/dev/null" : *out_namep, "w");
+  skel_out = xfopen (complaint_status ? "/dev/null" : *out_namep, "w");
   *out_linenop = 1;
 }
 
@@ -3221,4 +2424,4 @@ fail_for_invalid_at (char const *at)
 {
   complain (NULL, fatal, "invalid @ in skeleton: %s", at);
 }
-/* GENERATE END */
+