home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / perl4036.zip / x2p / a2p.c next >
C/C++ Source or Header  |  1993-02-26  |  94KB  |  2,199 lines

  1.  
  2. /*  A Bison parser, made from a2p.y  */
  3.  
  4. #define YYBISON 1  /* Identify Bison output.  */
  5.  
  6. #define    BEGIN    258
  7. #define    END    259
  8. #define    REGEX    260
  9. #define    SEMINEW    261
  10. #define    NEWLINE    262
  11. #define    COMMENT    263
  12. #define    FUN1    264
  13. #define    FUNN    265
  14. #define    GRGR    266
  15. #define    PRINT    267
  16. #define    PRINTF    268
  17. #define    SPRINTF    269
  18. #define    SPLIT    270
  19. #define    IF    271
  20. #define    ELSE    272
  21. #define    WHILE    273
  22. #define    FOR    274
  23. #define    IN    275
  24. #define    EXIT    276
  25. #define    NEXT    277
  26. #define    BREAK    278
  27. #define    CONTINUE    279
  28. #define    RET    280
  29. #define    GETLINE    281
  30. #define    DO    282
  31. #define    SUB    283
  32. #define    GSUB    284
  33. #define    MATCH    285
  34. #define    FUNCTION    286
  35. #define    USERFUN    287
  36. #define    DELETE    288
  37. #define    ASGNOP    289
  38. #define    OROR    290
  39. #define    ANDAND    291
  40. #define    NUMBER    292
  41. #define    VAR    293
  42. #define    SUBSTR    294
  43. #define    INDEX    295
  44. #define    MATCHOP    296
  45. #define    RELOP    297
  46. #define    OR    298
  47. #define    STRING    299
  48. #define    UMINUS    300
  49. #define    NOT    301
  50. #define    INCR    302
  51. #define    DECR    303
  52. #define    FIELD    304
  53. #define    VFIELD    305
  54.  
  55. #line 1 "a2p.y"
  56.  
  57. /* $RCSfile: a2p.y,v $$Revision: 4.0.1.2 $$Date: 92/06/08 16:13:03 $
  58.  *
  59.  *    Copyright (c) 1991, Larry Wall
  60.  *
  61.  *    You may distribute under the terms of either the GNU General Public
  62.  *    License or the Artistic License, as specified in the README file.
  63.  *
  64.  * $Log:    a2p.y,v $
  65.  * Revision 4.0.1.2  92/06/08  16:13:03  lwall
  66.  * patch20: in a2p, getline should allow variable to be array element
  67.  * 
  68.  * Revision 4.0.1.1  91/06/07  12:12:41  lwall
  69.  * patch4: new copyright notice
  70.  * 
  71.  * Revision 4.0  91/03/20  01:57:21  lwall
  72.  * 4.0 baseline.
  73.  * 
  74.  */
  75.  
  76. #include "INTERN.h"
  77. #include "a2p.h"
  78.  
  79. int root;
  80. int begins = Nullop;
  81. int ends = Nullop;
  82.  
  83.  
  84. #ifndef YYLTYPE
  85. typedef
  86.   struct yyltype
  87.     {
  88.       int timestamp;
  89.       int first_line;
  90.       int first_column;
  91.       int last_line;
  92.       int last_column;
  93.       char *text;
  94.    }
  95.   yyltype;
  96.  
  97. #define YYLTYPE yyltype
  98. #endif
  99.  
  100. #ifndef YYSTYPE
  101. #define YYSTYPE int
  102. #endif
  103. #include <stdio.h>
  104.  
  105. #ifndef __STDC__
  106. #define const
  107. #endif
  108.  
  109.  
  110.  
  111. #define    YYFINAL        318
  112. #define    YYFLAG        -32768
  113. #define    YYNTBASE    71
  114.  
  115. #define YYTRANSLATE(x) ((unsigned)(x) <= 305 ? yytranslate[x] : 98)
  116.  
  117. static const char yytranslate[] = {     0,
  118.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  119.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  120.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  121.      2,     2,     2,     2,     2,     2,    53,     2,     2,    63,
  122.     64,    51,    49,    65,    50,     2,    52,     2,     2,     2,
  123.      2,     2,     2,     2,     2,     2,     2,    36,    69,    45,
  124.      2,    46,    35,     2,     2,     2,     2,     2,     2,     2,
  125.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  126.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  127.     67,     2,    68,    56,     2,     2,     2,     2,     2,     2,
  128.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  129.      2,    66,     2,     2,     2,     2,     2,     2,     2,     2,
  130.      2,     2,    61,    70,    62,     2,     2,     2,     2,     2,
  131.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  132.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  133.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  134.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  135.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  136.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  137.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  138.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  139.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  140.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  141.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  142.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  143.      2,     2,     2,     2,     2,     1,     2,     3,     4,     5,
  144.      6,     7,     8,     9,    10,    11,    12,    13,    14,    15,
  145.     16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  146.     26,    27,    28,    29,    30,    31,    32,    33,    34,    37,
  147.     38,    39,    40,    41,    42,    43,    44,    47,    48,    54,
  148.     55,    57,    58,    59,    60
  149. };
  150.  
  151. #if YYDEBUG != 0
  152. static const short yyprhs[] = {     0,
  153.      0,     3,    10,    16,    19,    23,    24,    26,    32,    43,
  154.     48,    50,    52,    54,    56,    60,    62,    64,    66,    68,
  155.     72,    77,    82,    85,    89,    93,    97,   101,   105,   109,
  156.    111,   115,   117,   120,   124,   126,   128,   130,   134,   138,
  157.    142,   146,   150,   154,   158,   164,   167,   170,   173,   176,
  158.    179,   182,   186,   188,   191,   195,   200,   204,   209,   211,
  159.    215,   220,   225,   230,   233,   242,   249,   258,   267,   274,
  160.    281,   288,   295,   302,   309,   316,   323,   332,   341,   350,
  161.    359,   361,   366,   368,   371,   373,   375,   376,   381,   386,
  162.    390,   393,   394,   396,   398,   400,   402,   405,   406,   408,
  163.    410,   413,   416,   419,   422,   425,   426,   430,   433,   436,
  164.    438,   440,   441,   443,   448,   451,   456,   459,   461,   463,
  165.    465,   468,   470,   472,   475,   481,   483,   485,   487,   494,
  166.    504,   511,   519,   530,   540,   547
  167. };
  168.  
  169. #endif
  170.  
  171. static const short yyrhs[] = {    87,
  172.     74,     0,     3,    61,    89,    92,    62,    87,     0,     4,
  173.     61,    89,    92,    62,     0,    73,     7,     0,    74,    75,
  174.     87,     0,     0,    77,     0,    77,    61,    89,    92,    62,
  175.      0,    31,    32,    63,    76,    64,    89,    61,    89,    92,
  176.     62,     0,    61,    89,    92,    62,     0,    72,     0,    73,
  177.      0,    85,     0,    78,     0,    78,    65,    78,     0,    82,
  178.      0,    81,     0,    80,     0,    79,     0,    63,    79,    64,
  179.      0,    78,    38,    89,    78,     0,    78,    37,    89,    78,
  180.      0,    55,    78,     0,    82,    44,    82,     0,    82,    46,
  181.     82,     0,    82,    45,    82,     0,    63,    80,    64,     0,
  182.     82,    43,    82,     0,    82,    43,     5,     0,     5,     0,
  183.     63,    81,    64,     0,    83,     0,    82,    83,     0,    84,
  184.     34,    78,     0,    84,     0,    39,     0,    48,     0,    83,
  185.     49,    83,     0,    83,    50,    83,     0,    83,    51,    83,
  186.      0,    83,    52,    83,     0,    83,    53,    83,     0,    83,
  187.     56,    83,     0,    83,    20,    40,     0,    83,    35,    83,
  188.     36,    83,     0,    84,    57,     0,    84,    58,     0,    57,
  189.     84,     0,    58,    84,     0,    50,    83,     0,    49,    83,
  190.      0,    63,    78,    64,     0,    26,     0,    26,    84,     0,
  191.     26,    45,    82,     0,    26,    84,    45,    82,     0,    83,
  192.     66,    26,     0,    83,    66,    26,    84,     0,     9,     0,
  193.      9,    63,    64,     0,     9,    63,    82,    64,     0,    10,
  194.     63,    85,    64,     0,    32,    63,    85,    64,     0,    14,
  195.     85,     0,    41,    63,    82,    65,    82,    65,    82,    64,
  196.      0,    41,    63,    82,    65,    82,    64,     0,    15,    63,
  197.     82,    65,    40,    65,    82,    64,     0,    15,    63,    82,
  198.     65,    40,    65,     5,    64,     0,    15,    63,    82,    65,
  199.     40,    64,     0,    42,    63,    82,    65,    82,    64,     0,
  200.     30,    63,    82,    65,     5,    64,     0,    30,    63,    82,
  201.     65,    82,    64,     0,    28,    63,    82,    65,    82,    64,
  202.      0,    28,    63,     5,    65,    82,    64,     0,    29,    63,
  203.     82,    65,    82,    64,     0,    29,    63,     5,    65,    82,
  204.     64,     0,    28,    63,    82,    65,    82,    65,    82,    64,
  205.      0,    28,    63,     5,    65,    82,    65,    82,    64,     0,
  206.     29,    63,    82,    65,    82,    65,    82,    64,     0,    29,
  207.     63,     5,    65,    82,    65,    82,    64,     0,    40,     0,
  208.     40,    67,    85,    68,     0,    59,     0,    60,    83,     0,
  209.     82,     0,    86,     0,     0,    82,    65,    89,    82,     0,
  210.     86,    65,    89,    82,     0,    63,    86,    64,     0,    87,
  211.     88,     0,     0,    69,     0,     6,     0,     7,     0,     8,
  212.      0,    89,    90,     0,     0,     7,     0,     8,     0,    69,
  213.     89,     0,     6,    89,     0,     7,    89,     0,     8,    89,
  214.      0,    92,    93,     0,     0,    95,    91,    89,     0,    69,
  215.     89,     0,     6,    89,     0,    97,     0,    95,     0,     0,
  216.     82,     0,    12,    85,    96,    82,     0,    12,    85,     0,
  217.     13,    85,    96,    82,     0,    13,    85,     0,    23,     0,
  218.     22,     0,    21,     0,    21,    82,     0,    24,     0,    25,
  219.      0,    25,    82,     0,    33,    40,    67,    82,    68,     0,
  220.     46,     0,    11,     0,    70,     0,    16,    63,    78,    64,
  221.     89,    93,     0,    16,    63,    78,    64,    89,    93,    17,
  222.     89,    93,     0,    18,    63,    78,    64,    89,    93,     0,
  223.     27,    89,    93,    18,    63,    78,    64,     0,    19,    63,
  224.     94,    69,    78,    69,    94,    64,    89,    93,     0,    19,
  225.     63,    94,    69,    69,    94,    64,    89,    93,     0,    19,
  226.     63,    82,    64,    89,    93,     0,    61,    89,    92,    62,
  227.     89,     0
  228. };
  229.  
  230. #if YYDEBUG != 0
  231. static const short yyrline[] = { 0,
  232.     59,    63,    68,    70,    74,    76,    80,    82,    84,    86,
  233.     88,    89,    92,    96,    98,   102,   103,   104,   105,   109,
  234.    111,   113,   115,   119,   121,   123,   125,   129,   131,   133,
  235.    135,   139,   141,   143,   152,   154,   156,   158,   160,   162,
  236.    164,   166,   168,   170,   172,   174,   176,   178,   180,   182,
  237.    184,   186,   188,   190,   192,   195,   198,   201,   204,   206,
  238.    208,   210,   212,   214,   216,   218,   220,   222,   224,   226,
  239.    228,   230,   232,   234,   236,   238,   240,   242,   244,   246,
  240.    250,   252,   254,   256,   261,   262,   263,   267,   269,   271,
  241.    275,   277,   281,   283,   285,   287,   291,   293,   297,   299,
  242.    304,   306,   308,   310,   314,   316,   321,   323,   325,   327,
  243.    330,   331,   336,   337,   343,   348,   353,   357,   359,   361,
  244.    363,   365,   367,   369,   371,   375,   377,   379,   384,   386,
  245.    388,   390,   392,   394,   396,   398
  246. };
  247.  
  248. static const char * const yytname[] = {   "$","error","$illegal.","BEGIN","END",
  249. "REGEX","SEMINEW","NEWLINE","COMMENT","FUN1","FUNN","GRGR","PRINT","PRINTF",
  250. "SPRINTF","SPLIT","IF","ELSE","WHILE","FOR","IN","EXIT","NEXT","BREAK","CONTINUE",
  251. "RET","GETLINE","DO","SUB","GSUB","MATCH","FUNCTION","USERFUN","DELETE","ASGNOP",
  252. "'?'","':'","OROR","ANDAND","NUMBER","VAR","SUBSTR","INDEX","MATCHOP","RELOP",
  253. "'<'","'>'","OR","STRING","'+'","'-'","'*'","'/'","'%'","UMINUS","NOT","'^'",
  254. "INCR","DECR","FIELD","VFIELD","'{'","'}'","'('","')'","','","'p'","'['","']'",
  255. "';'","'|'","program","begin","end","hunks","hunk","arg_list","patpat","cond",
  256. "compound_cond","rel","match","expr","term","variable","expr_list","clist","junk",
  257. "hunksep","maybe","nlstuff","separator","states","statement","simpnull","simple",
  258. "redir","compound",""
  259. };
  260. #endif
  261.  
  262. static const short yyr1[] = {     0,
  263.     71,    72,    73,    73,    74,    74,    75,    75,    75,    75,
  264.     75,    75,    76,    77,    77,    78,    78,    78,    78,    79,
  265.     79,    79,    79,    80,    80,    80,    80,    81,    81,    81,
  266.     81,    82,    82,    82,    83,    83,    83,    83,    83,    83,
  267.     83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
  268.     83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
  269.     83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
  270.     83,    83,    83,    83,    83,    83,    83,    83,    83,    83,
  271.     84,    84,    84,    84,    85,    85,    85,    86,    86,    86,
  272.     87,    87,    88,    88,    88,    88,    89,    89,    90,    90,
  273.     91,    91,    91,    91,    92,    92,    93,    93,    93,    93,
  274.     94,    94,    95,    95,    95,    95,    95,    95,    95,    95,
  275.     95,    95,    95,    95,    95,    96,    96,    96,    97,    97,
  276.     97,    97,    97,    97,    97,    97
  277. };
  278.  
  279. static const short yyr2[] = {     0,
  280.      2,     6,     5,     2,     3,     0,     1,     5,    10,     4,
  281.      1,     1,     1,     1,     3,     1,     1,     1,     1,     3,
  282.      4,     4,     2,     3,     3,     3,     3,     3,     3,     1,
  283.      3,     1,     2,     3,     1,     1,     1,     3,     3,     3,
  284.      3,     3,     3,     3,     5,     2,     2,     2,     2,     2,
  285.      2,     3,     1,     2,     3,     4,     3,     4,     1,     3,
  286.      4,     4,     4,     2,     8,     6,     8,     8,     6,     6,
  287.      6,     6,     6,     6,     6,     6,     8,     8,     8,     8,
  288.      1,     4,     1,     2,     1,     1,     0,     4,     4,     3,
  289.      2,     0,     1,     1,     1,     1,     2,     0,     1,     1,
  290.      2,     2,     2,     2,     2,     0,     3,     2,     2,     1,
  291.      1,     0,     1,     4,     2,     4,     2,     1,     1,     1,
  292.      2,     1,     1,     2,     5,     1,     1,     1,     6,     9,
  293.      6,     7,    10,     9,     6,     5
  294. };
  295.  
  296. static const short yydefact[] = {    92,
  297.      6,    94,    95,    96,    93,     1,    91,     0,     0,    30,
  298.     59,     0,    87,     0,    53,     0,     0,     0,     0,     0,
  299.     36,    81,     0,     0,    37,     0,     0,     0,     0,     0,
  300.     83,     0,    98,     0,    11,    12,    92,     7,    14,    19,
  301.     18,    17,    16,    32,    35,    98,    98,     0,    87,     0,
  302.     85,    64,    86,     0,     0,    54,     0,     0,     0,     0,
  303.     87,    87,     0,     0,     0,    51,    35,    50,    23,    48,
  304.     49,    84,   106,     0,    19,    18,    17,     4,     5,    98,
  305.     98,    98,     0,     0,     0,     0,     0,    33,     0,     0,
  306.      0,     0,     0,     0,     0,     0,     0,     0,    46,    47,
  307.    106,   106,    60,     0,     0,     0,    16,     0,    98,    98,
  308.      0,    55,     0,     0,     0,     0,     0,     0,    87,     0,
  309.      0,     0,     0,    99,   100,    97,     0,    52,    20,    27,
  310.     31,   106,     0,     0,    15,    29,    28,    24,    26,    25,
  311.     44,     0,    38,    39,    40,    41,    42,    43,    57,    34,
  312.      0,     0,    61,    62,    90,     0,     0,     0,    56,     0,
  313.      0,     0,     0,     0,     0,    13,    63,    82,     0,     0,
  314.     98,    87,    87,     0,     0,     0,   120,   119,   118,   122,
  315.    123,    98,     0,    98,    10,    98,   113,   105,     0,   110,
  316.      0,    22,    21,     0,    58,    92,     3,    88,    89,     0,
  317.      0,     0,     0,     0,     0,     0,    98,     0,     0,   109,
  318.    115,   117,     0,     0,   112,   121,   124,     0,     0,   106,
  319.    108,    98,    98,    98,    98,    98,     8,    45,     2,    69,
  320.      0,    74,     0,    73,     0,    76,     0,    75,     0,    71,
  321.     72,     0,    66,     0,    70,   127,   126,   128,     0,     0,
  322.      0,     0,   113,     0,   111,     0,     0,     0,   102,   103,
  323.    104,   101,   107,     0,     0,     0,     0,     0,     0,    98,
  324.      0,   114,   116,    98,    98,    98,     0,     0,     0,    98,
  325.     68,    67,    78,    77,    80,    79,   106,    65,     0,     0,
  326.      0,   112,     0,     0,   125,   136,     0,   129,   131,   135,
  327.      0,   112,     0,     9,    98,    98,     0,   132,     0,     0,
  328.     98,   130,   134,     0,   133,     0,     0,     0
  329. };
  330.  
  331. static const short yydefgoto[] = {   316,
  332.     35,    36,     6,    37,   165,    38,    74,    40,    41,    42,
  333.    187,    44,    45,    52,    53,     1,     7,    73,   126,   226,
  334.    127,   188,   254,   189,   249,   190
  335. };
  336.  
  337. static const short yypact[] = {-32768,
  338.      2,-32768,-32768,-32768,-32768,  1157,-32768,   -36,   -30,-32768,
  339.    -27,   -16,  3128,    -3,   132,     5,    10,    12,    30,    42,
  340. -32768,    32,    68,    71,-32768,  3180,  3180,  1325,    55,    55,
  341. -32768,  3180,-32768,  1325,-32768,   109,-32768,    80,     0,-32768,
  342. -32768,-32768,  3076,   145,    36,-32768,-32768,  2448,  3128,  1381,
  343.   2084,-32768,     1,  3180,  3180,    95,  1437,  1493,  3180,    82,
  344.   3128,  3128,  3180,  3180,  1325,   -40,    44,   -40,-32768,-32768,
  345. -32768,    77,   102,   -14,    83,    84,    85,-32768,     2,-32768,
  346. -32768,-32768,  1325,  1549,  3180,  3180,  3180,   145,   104,  3180,
  347.   3180,  3180,  3180,  3180,  3180,  3180,   120,  1325,-32768,-32768,
  348.    102,   102,-32768,  2500,    89,  1381,  1713,    47,-32768,-32768,
  349.   2136,   308,  3180,   111,  2188,   113,  2240,  2292,  3128,   110,
  350.    114,  2344,  2396,-32768,-32768,-32768,   806,-32768,-32768,-32768,
  351. -32768,   102,  1269,  1269,    81,-32768,   308,   308,   308,   308,
  352. -32768,    86,   117,   117,   -40,   -40,   -40,   -40,    55,    81,
  353.    864,   922,-32768,-32768,-32768,  1772,  1772,   139,   308,  3180,
  354.   3180,  3180,  3180,  1605,   121,-32768,-32768,-32768,  3180,  3180,
  355. -32768,  3128,  3128,   118,   123,   127,  3180,-32768,-32768,-32768,
  356.   3180,-32768,   144,-32768,-32768,-32768,  3180,-32768,    27,-32768,
  357.    980,   155,-32768,  3180,-32768,-32768,-32768,  3180,  3180,    59,
  358.   1824,  1876,  1928,  1980,   135,  2552,-32768,  2032,  2604,   102,
  359.     -7,    -7,  1325,  1325,  3024,  3180,  3180,   748,   133,   102,
  360.    102,-32768,-32768,-32768,-32768,-32768,-32768,   145,     2,-32768,
  361.   1661,-32768,  3180,-32768,  3180,-32768,  3180,-32768,  3180,-32768,
  362. -32768,    13,-32768,  3180,-32768,-32768,-32768,-32768,  3180,  3180,
  363.      3,     8,  2656,   134,-32768,   184,  3180,  1038,   102,   102,
  364.    102,   102,   102,   140,  2708,  2760,  2812,  2864,  2916,-32768,
  365.   2968,  3180,  3180,-32768,-32768,-32768,   690,   142,  1212,-32768,
  366. -32768,-32768,-32768,-32768,-32768,-32768,   102,-32768,   748,   748,
  367.    748,  3024,    -8,  1325,-32768,   102,  1096,   189,-32768,-32768,
  368.    146,  3024,    53,-32768,-32768,-32768,   150,-32768,   748,   748,
  369. -32768,-32768,-32768,   748,-32768,   215,   216,-32768
  370. };
  371.  
  372. static const short yypgoto[] = {-32768,
  373. -32768,-32768,-32768,-32768,-32768,-32768,    -1,   -20,   -19,   -17,
  374.     -6,   419,   282,   -43,   -37,   -34,-32768,    79,-32768,-32768,
  375.   -100,  -206,  -238,  -204,     6,-32768
  376. };
  377.  
  378.  
  379. #define    YYLAST        3243
  380.  
  381.  
  382. static const short yytable[] = {    43,
  383.    151,   152,    79,   246,    39,   105,    51,     2,     3,     4,
  384.    255,   256,   108,    75,    76,    96,    77,   120,   121,   124,
  385.    125,    43,    81,    82,    46,    97,    69,    43,    81,    82,
  386.     47,   191,   222,   223,   224,    48,    81,    82,   247,    81,
  387.     82,   104,    51,   107,    81,    82,    49,   111,   112,   128,
  388.    115,   117,   118,   301,    51,    51,   122,   123,    43,    54,
  389.    302,    60,   248,   307,    83,   110,   274,    57,   108,    98,
  390.      5,   275,    58,   270,    59,   166,    43,   137,   138,   139,
  391.    140,   135,   298,   299,   300,    75,    76,   255,    77,    81,
  392.     82,    43,    99,   100,    22,   225,   150,   255,    62,   107,
  393.     99,   100,   312,   313,    61,    89,   159,   315,   124,   125,
  394.    155,   110,    51,    31,    32,    78,   308,    81,    82,   258,
  395.     90,   194,   230,   231,   101,   102,    43,    43,   211,   212,
  396.     63,   192,   193,    64,    91,    92,    93,    94,    95,   113,
  397.     80,    96,    97,   141,   119,   149,   129,   130,   131,   198,
  398.    199,    97,   154,   201,   202,   203,   204,   206,   132,   133,
  399.    134,   229,   208,   209,    89,    51,    51,    93,    94,    95,
  400.    216,    22,    96,   167,   217,   160,    55,   162,   200,    90,
  401.    213,   168,    97,   219,   207,   214,   297,   156,   157,   215,
  402.     31,    32,    82,    91,    92,    93,    94,    95,   240,   257,
  403.     96,   278,   277,   281,   294,   305,    43,    43,   253,   306,
  404.     97,   251,   252,   311,   317,   318,     0,   250,     0,     0,
  405.      0,     0,     0,     0,   265,     0,   266,     0,   267,     0,
  406.    268,     0,   269,     0,     0,     0,     0,   271,     0,     0,
  407.      0,     0,   272,   273,     0,     0,     0,     0,     0,   210,
  408.    279,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  409.    218,     0,   220,     0,   221,     0,     0,     0,     0,     0,
  410.     43,     0,     0,     0,     0,   293,     0,     0,     0,     0,
  411.      0,     0,     0,     0,     0,   242,     0,    43,     0,     0,
  412.      0,     0,   303,     0,     0,     0,    56,     0,     0,     0,
  413.    259,   260,   261,   262,   263,     0,     0,    67,    67,     0,
  414.     70,    71,     0,    67,     0,     0,    11,    12,     0,     0,
  415.      0,    13,    14,     0,    67,     0,     0,     0,     0,     0,
  416.      0,     0,    67,    15,     0,    16,    17,    18,     0,    20,
  417.      0,     0,     0,     0,     0,     0,     0,     0,   287,     0,
  418.      0,     0,   289,   290,   291,    25,    26,    27,   296,     0,
  419.      0,     0,     0,     0,    29,    30,    31,    32,     0,     0,
  420.     65,    67,    67,    67,    67,    67,    67,    67,     0,     0,
  421.      0,     0,     0,   309,   310,    67,     0,     0,    67,   314,
  422.      0,     0,    67,    67,     0,     0,    67,     0,    67,    67,
  423.      0,     0,     0,    67,    67,     0,     0,     0,     0,     0,
  424.      0,     0,     0,     0,     0,     0,     0,     0,    67,    67,
  425.     67,    67,     0,     0,     0,     0,     0,     0,     0,     0,
  426.    195,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  427.     67,     0,     0,     0,    66,    68,     0,     0,     0,     0,
  428.     72,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  429.      0,    88,     0,     0,     0,     0,     0,     0,    67,    88,
  430.      0,     0,     0,     0,     0,    67,     0,     0,     0,    67,
  431.     67,     0,    67,    67,    67,    67,     0,    67,     0,    67,
  432.     67,     0,     0,     0,     0,     0,     0,    67,    67,     0,
  433.      0,     0,     0,     0,     0,     0,     0,     0,   142,   143,
  434.    144,   145,   146,   147,   148,     0,     0,     0,     0,     0,
  435.      0,     0,    88,     0,     0,    88,     0,     0,     0,    88,
  436.     88,     0,     0,    88,    67,    88,    88,     0,     0,     0,
  437.     88,    88,     0,     0,     0,     0,    67,    67,    67,    67,
  438.     67,     0,    67,    67,    67,    88,    88,    88,    88,     0,
  439.     67,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  440.      0,     0,     0,     0,     0,     0,     0,    88,     0,     0,
  441.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  442.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  443.      0,     0,     0,     0,     0,    88,     0,     0,     0,     0,
  444.      0,     0,   228,     0,     0,     0,    88,    88,     0,    88,
  445.     88,    88,    88,     0,    88,     0,    88,    88,     0,     0,
  446.      0,     0,     0,     0,    88,    88,     0,     0,     0,     0,
  447.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  448.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  449.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  450.      0,    88,     0,     0,     0,     0,     0,     0,     0,     0,
  451.      0,     0,     0,    88,    88,    88,    88,    88,     0,    88,
  452.     88,    88,     0,     0,    10,     0,     0,    88,    11,    12,
  453.      0,     0,     0,    13,    14,     0,     0,     0,     0,     0,
  454.      0,     0,     0,     0,     0,    15,     0,    16,    17,    18,
  455.      0,    20,     0,     0,     0,     0,     0,     0,    21,    22,
  456.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  457.      0,     0,     0,     0,    28,     0,    29,    30,    31,    32,
  458.      0,     0,    34,   171,   124,   125,    11,    12,   292,   172,
  459.    173,    13,    14,   174,     0,   175,   176,     0,   177,   178,
  460.    179,   180,   181,    15,   182,    16,    17,    18,     0,    20,
  461.    183,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  462.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  463.      0,     0,     0,     0,    29,    30,    31,    32,   184,     0,
  464.     65,   171,     0,     0,    11,    12,   186,   172,   173,    13,
  465.     14,   174,     0,   175,   176,     0,   177,   178,   179,   180,
  466.    181,    15,   182,    16,    17,    18,     0,    20,   183,     0,
  467.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  468.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  469.      0,     0,    29,    30,    31,    32,   184,   185,    65,   171,
  470.      0,     0,    11,    12,   186,   172,   173,    13,    14,   174,
  471.      0,   175,   176,     0,   177,   178,   179,   180,   181,    15,
  472.    182,    16,    17,    18,     0,    20,   183,     0,     0,     0,
  473.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  474.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  475.     29,    30,    31,    32,   184,   196,    65,   171,     0,     0,
  476.     11,    12,   186,   172,   173,    13,    14,   174,     0,   175,
  477.    176,     0,   177,   178,   179,   180,   181,    15,   182,    16,
  478.     17,    18,     0,    20,   183,     0,     0,     0,     0,     0,
  479.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  480.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  481.     31,    32,   184,   197,    65,   171,     0,     0,    11,    12,
  482.    186,   172,   173,    13,    14,   174,     0,   175,   176,     0,
  483.    177,   178,   179,   180,   181,    15,   182,    16,    17,    18,
  484.      0,    20,   183,     0,     0,     0,     0,     0,    21,    22,
  485.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  486.      0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  487.    184,   227,    65,   171,     0,     0,    11,    12,   186,   172,
  488.    173,    13,    14,   174,     0,   175,   176,     0,   177,   178,
  489.    179,   180,   181,    15,   182,    16,    17,    18,     0,    20,
  490.    183,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  491.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  492.      0,     0,     0,     0,    29,    30,    31,    32,   184,   280,
  493.     65,   171,     0,     0,    11,    12,   186,   172,   173,    13,
  494.     14,   174,     0,   175,   176,     0,   177,   178,   179,   180,
  495.    181,    15,   182,    16,    17,    18,     0,    20,   183,     0,
  496.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  497.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  498.      0,     0,    29,    30,    31,    32,   184,   304,    65,     8,
  499.      9,    10,     0,     0,   186,    11,    12,     0,     0,     0,
  500.     13,    14,     0,     0,     0,     0,     0,     0,     0,     0,
  501.      0,     0,    15,     0,    16,    17,    18,    19,    20,     0,
  502.      0,     0,     0,     0,     0,    21,    22,    23,    24,     0,
  503.      0,     0,     0,     0,    25,    26,    27,     0,     0,     0,
  504.      0,    28,     0,    29,    30,    31,    32,    33,     0,    34,
  505.     11,    12,     0,     0,     0,    13,    14,     0,     0,     0,
  506.      0,     0,     0,     0,     0,     0,     0,    15,     0,    16,
  507.     17,    18,     0,    20,     0,     0,     0,     0,     0,     0,
  508.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  509.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  510.     31,    32,     0,    10,    65,   124,   125,    11,    12,   295,
  511.      0,     0,    13,    14,     0,     0,     0,     0,     0,     0,
  512.      0,     0,     0,     0,    15,     0,    16,    17,    18,     0,
  513.     20,     0,     0,     0,     0,     0,     0,    21,    22,    23,
  514.     24,     0,     0,     0,     0,     0,    25,    26,    27,     0,
  515.      0,     0,     0,    28,     0,    29,    30,    31,    32,    10,
  516.      0,    34,     0,    11,    12,     0,     0,     0,    13,    14,
  517.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  518.     15,     0,    16,    17,    18,     0,    20,     0,     0,     0,
  519.      0,     0,     0,    21,    22,    23,    24,     0,     0,     0,
  520.      0,     0,    25,    26,    27,     0,     0,     0,     0,    28,
  521.      0,    29,    30,    31,    32,    10,     0,    34,     0,    11,
  522.     12,     0,     0,     0,    13,    14,     0,     0,     0,     0,
  523.      0,     0,     0,     0,     0,     0,    15,     0,    16,    17,
  524.     18,     0,    20,     0,     0,     0,     0,     0,     0,    21,
  525.     22,    23,    24,     0,     0,     0,     0,     0,    25,    26,
  526.     27,     0,     0,     0,     0,    28,     0,    29,    30,    31,
  527.     32,   114,     0,   106,     0,    11,    12,     0,     0,     0,
  528.     13,    14,     0,     0,     0,     0,     0,     0,     0,     0,
  529.      0,     0,    15,     0,    16,    17,    18,     0,    20,     0,
  530.      0,     0,     0,     0,     0,    21,    22,    23,    24,     0,
  531.      0,     0,     0,     0,    25,    26,    27,     0,     0,     0,
  532.      0,     0,     0,    29,    30,    31,    32,   116,     0,    65,
  533.      0,    11,    12,     0,     0,     0,    13,    14,     0,     0,
  534.      0,     0,     0,     0,     0,     0,     0,     0,    15,     0,
  535.     16,    17,    18,     0,    20,     0,     0,     0,     0,     0,
  536.      0,    21,    22,    23,    24,     0,     0,     0,     0,     0,
  537.     25,    26,    27,     0,     0,     0,     0,     0,     0,    29,
  538.     30,    31,    32,   136,     0,    65,     0,    11,    12,     0,
  539.      0,     0,    13,    14,     0,     0,     0,     0,     0,     0,
  540.      0,     0,     0,     0,    15,     0,    16,    17,    18,     0,
  541.     20,     0,     0,     0,     0,     0,     0,    21,    22,    23,
  542.     24,     0,     0,     0,     0,     0,    25,    26,    27,     0,
  543.      0,     0,     0,     0,     0,    29,    30,    31,    32,   205,
  544.      0,    65,     0,    11,    12,     0,     0,     0,    13,    14,
  545.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  546.     15,     0,    16,    17,    18,     0,    20,     0,     0,     0,
  547.      0,     0,     0,    21,    22,    23,    24,     0,     0,     0,
  548.      0,     0,    25,    26,    27,     0,     0,     0,     0,     0,
  549.      0,    29,    30,    31,    32,   264,     0,    65,     0,    11,
  550.     12,     0,     0,     0,    13,    14,     0,     0,     0,     0,
  551.      0,     0,     0,     0,     0,     0,    15,     0,    16,    17,
  552.     18,     0,    20,     0,     0,     0,     0,     0,     0,    21,
  553.     22,    23,    24,     0,     0,     0,     0,     0,    25,    26,
  554.     27,     0,     0,     0,     0,     0,     0,    29,    30,    31,
  555.     32,    11,    12,    65,     0,     0,    13,    14,     0,     0,
  556.      0,     0,     0,     0,     0,     0,     0,     0,    15,     0,
  557.     16,    17,    18,     0,    20,     0,     0,     0,     0,     0,
  558.      0,    21,    22,    23,    24,    84,    85,    86,    87,     0,
  559.     25,    26,    27,     0,     0,     0,     0,     0,     0,    29,
  560.     30,    31,    32,     0,     0,    65,     0,   109,   124,   125,
  561.     11,    12,     0,     0,     0,    13,    14,     0,     0,     0,
  562.      0,     0,     0,     0,     0,     0,     0,    15,     0,    16,
  563.     17,    18,     0,    20,     0,     0,     0,     0,     0,     0,
  564.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  565.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  566.     31,    32,    11,    12,    65,     0,     0,    13,    14,     0,
  567.      0,     0,     0,     0,     0,     0,     0,     0,     0,    15,
  568.      0,    16,    17,    18,     0,    20,     0,     0,     0,     0,
  569.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  570.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  571.     29,    30,    31,    32,    11,    12,    65,   232,   233,    13,
  572.     14,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  573.      0,    15,     0,    16,    17,    18,     0,    20,     0,     0,
  574.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  575.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  576.      0,     0,    29,    30,    31,    32,    11,    12,    65,   234,
  577.    235,    13,    14,     0,     0,     0,     0,     0,     0,     0,
  578.      0,     0,     0,    15,     0,    16,    17,    18,     0,    20,
  579.      0,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  580.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  581.      0,     0,     0,     0,    29,    30,    31,    32,    11,    12,
  582.     65,   236,   237,    13,    14,     0,     0,     0,     0,     0,
  583.      0,     0,     0,     0,     0,    15,     0,    16,    17,    18,
  584.      0,    20,     0,     0,     0,     0,     0,     0,    21,    22,
  585.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  586.      0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  587.     11,    12,    65,   238,   239,    13,    14,     0,     0,     0,
  588.      0,     0,     0,     0,     0,     0,     0,    15,     0,    16,
  589.     17,    18,     0,    20,     0,     0,     0,     0,     0,     0,
  590.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  591.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  592.     31,    32,    11,    12,    65,   243,   244,    13,    14,     0,
  593.      0,     0,     0,     0,     0,     0,     0,     0,     0,    15,
  594.      0,    16,    17,    18,     0,    20,     0,     0,     0,     0,
  595.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  596.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  597.     29,    30,    31,    32,    11,    12,    65,     0,   109,    13,
  598.     14,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  599.      0,    15,     0,    16,    17,    18,     0,    20,     0,     0,
  600.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  601.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  602.      0,     0,    29,    30,    31,    32,    11,    12,    65,     0,
  603.    158,    13,    14,     0,     0,     0,     0,     0,     0,     0,
  604.      0,     0,     0,    15,     0,    16,    17,    18,     0,    20,
  605.      0,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  606.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  607.      0,     0,     0,     0,    29,    30,    31,    32,    11,    12,
  608.     65,     0,   161,    13,    14,     0,     0,     0,     0,     0,
  609.      0,     0,     0,     0,     0,    15,     0,    16,    17,    18,
  610.      0,    20,     0,     0,     0,     0,     0,     0,    21,    22,
  611.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  612.      0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  613.     11,    12,    65,     0,   163,    13,    14,     0,     0,     0,
  614.      0,     0,     0,     0,     0,     0,     0,    15,     0,    16,
  615.     17,    18,     0,    20,     0,     0,     0,     0,     0,     0,
  616.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  617.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  618.     31,    32,    11,    12,    65,     0,   164,    13,    14,     0,
  619.      0,     0,     0,     0,     0,     0,     0,     0,     0,    15,
  620.      0,    16,    17,    18,     0,    20,     0,     0,     0,     0,
  621.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  622.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  623.     29,    30,    31,    32,    11,    12,    65,     0,   169,    13,
  624.     14,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  625.      0,    15,     0,    16,    17,    18,     0,    20,     0,     0,
  626.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  627.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  628.      0,     0,    29,    30,    31,    32,    11,    12,    65,     0,
  629.    170,    13,    14,     0,     0,     0,     0,     0,     0,     0,
  630.      0,     0,     0,    15,     0,    16,    17,    18,     0,    20,
  631.      0,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  632.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  633.      0,     0,     0,     0,    29,    30,    31,    32,    11,    12,
  634.     65,   103,     0,    13,    14,     0,     0,     0,     0,     0,
  635.      0,     0,     0,     0,     0,    15,     0,    16,    17,    18,
  636.      0,    20,     0,     0,     0,     0,     0,     0,    21,    22,
  637.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  638.      0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  639.     11,    12,    65,   153,     0,    13,    14,     0,     0,     0,
  640.      0,     0,     0,     0,     0,     0,     0,    15,     0,    16,
  641.     17,    18,     0,    20,     0,     0,     0,     0,     0,     0,
  642.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  643.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  644.     31,    32,    11,    12,    65,   241,     0,    13,    14,     0,
  645.      0,     0,     0,     0,     0,     0,     0,     0,     0,    15,
  646.      0,    16,    17,    18,     0,    20,     0,     0,     0,     0,
  647.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  648.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  649.     29,    30,    31,    32,    11,    12,    65,   245,     0,    13,
  650.     14,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  651.      0,    15,     0,    16,    17,    18,     0,    20,     0,     0,
  652.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  653.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  654.      0,     0,    29,    30,    31,    32,    11,    12,    65,   276,
  655.      0,    13,    14,     0,     0,     0,     0,     0,     0,     0,
  656.      0,     0,     0,    15,     0,    16,    17,    18,     0,    20,
  657.      0,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  658.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  659.      0,     0,     0,     0,    29,    30,    31,    32,    11,    12,
  660.     65,   282,     0,    13,    14,     0,     0,     0,     0,     0,
  661.      0,     0,     0,     0,     0,    15,     0,    16,    17,    18,
  662.      0,    20,     0,     0,     0,     0,     0,     0,    21,    22,
  663.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  664.      0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  665.     11,    12,    65,   283,     0,    13,    14,     0,     0,     0,
  666.      0,     0,     0,     0,     0,     0,     0,    15,     0,    16,
  667.     17,    18,     0,    20,     0,     0,     0,     0,     0,     0,
  668.     21,    22,    23,    24,     0,     0,     0,     0,     0,    25,
  669.     26,    27,     0,     0,     0,     0,     0,     0,    29,    30,
  670.     31,    32,    11,    12,    65,   284,     0,    13,    14,     0,
  671.      0,     0,     0,     0,     0,     0,     0,     0,     0,    15,
  672.      0,    16,    17,    18,     0,    20,     0,     0,     0,     0,
  673.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  674.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  675.     29,    30,    31,    32,    11,    12,    65,   285,     0,    13,
  676.     14,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  677.      0,    15,     0,    16,    17,    18,     0,    20,     0,     0,
  678.      0,     0,     0,     0,    21,    22,    23,    24,     0,     0,
  679.      0,     0,     0,    25,    26,    27,     0,     0,     0,     0,
  680.      0,     0,    29,    30,    31,    32,    11,    12,    65,   286,
  681.      0,    13,    14,     0,     0,     0,     0,     0,     0,     0,
  682.      0,     0,     0,    15,     0,    16,    17,    18,     0,    20,
  683.      0,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  684.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  685.      0,     0,     0,     0,    29,    30,    31,    32,     0,     0,
  686.     65,   288,    11,    12,     0,   172,   173,    13,    14,     0,
  687.      0,     0,     0,     0,   177,   178,   179,   180,   181,    15,
  688.      0,    16,    17,    18,     0,    20,   183,     0,     0,     0,
  689.      0,     0,    21,    22,    23,    24,     0,     0,     0,     0,
  690.      0,    25,    26,    27,     0,     0,     0,     0,     0,     0,
  691.     29,    30,    31,    32,    11,    12,    65,     0,     0,    13,
  692.     14,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  693.      0,    15,     0,    16,    17,    18,     0,    20,     0,     0,
  694.      0,     0,     0,     0,    21,    22,    23,    24,    84,    85,
  695.     86,    87,     0,    25,    26,    27,     0,     0,     0,     0,
  696.      0,     0,    29,    30,    31,    32,    11,    12,    65,     0,
  697.      0,    13,    14,     0,     0,     0,     0,     0,     0,     0,
  698.      0,     0,     0,    15,     0,    16,    17,    18,     0,    20,
  699.      0,     0,     0,     0,     0,     0,    21,    22,    23,    24,
  700.      0,     0,     0,     0,     0,    25,    26,    27,     0,     0,
  701.      0,     0,     0,     0,    29,    30,    31,    32,    11,    12,
  702.     50,     0,     0,    13,    14,     0,     0,     0,     0,     0,
  703.      0,     0,     0,     0,     0,    15,     0,    16,    17,    18,
  704.      0,    20,     0,     0,     0,     0,     0,     0,    21,    22,
  705.     23,    24,     0,     0,     0,     0,     0,    25,    26,    27,
  706.      0,     0,     0,     0,     0,     0,    29,    30,    31,    32,
  707.      0,     0,    65
  708. };
  709.  
  710. static const short yycheck[] = {     6,
  711.    101,   102,    37,    11,     6,    49,    13,     6,     7,     8,
  712.    215,   218,    50,    34,    34,    56,    34,    61,    62,     7,
  713.      8,    28,    37,    38,    61,    66,    28,    34,    37,    38,
  714.     61,   132,     6,     7,     8,    63,    37,    38,    46,    37,
  715.     38,    48,    49,    50,    37,    38,    63,    54,    55,    64,
  716.     57,    58,    59,   292,    61,    62,    63,    64,    65,    63,
  717.     69,    32,    70,   302,    65,    65,    64,    63,   106,    34,
  718.     69,    64,    63,    61,    63,   119,    83,    84,    85,    86,
  719.     87,    83,   289,   290,   291,   106,   106,   292,   106,    37,
  720.     38,    98,    57,    58,    40,    69,    98,   302,    67,   106,
  721.     57,    58,   309,   310,    63,    20,   113,   314,     7,     8,
  722.     64,    65,   119,    59,    60,     7,    64,    37,    38,   220,
  723.     35,    36,    64,    65,    46,    47,   133,   134,   172,   173,
  724.     63,   133,   134,    63,    49,    50,    51,    52,    53,    45,
  725.     61,    56,    66,    40,    63,    26,    64,    64,    64,   156,
  726.    157,    66,    64,   160,   161,   162,   163,   164,    80,    81,
  727.     82,   196,   169,   170,    20,   172,   173,    51,    52,    53,
  728.    177,    40,    56,    64,   181,    65,    45,    65,    40,    35,
  729.     63,    68,    66,    40,    64,    63,   287,   109,   110,    63,
  730.     59,    60,    38,    49,    50,    51,    52,    53,    64,    67,
  731.     56,    18,    69,    64,    63,    17,   213,   214,   215,    64,
  732.     66,   213,   214,    64,     0,     0,    -1,   212,    -1,    -1,
  733.     -1,    -1,    -1,    -1,   231,    -1,   233,    -1,   235,    -1,
  734.    237,    -1,   239,    -1,    -1,    -1,    -1,   244,    -1,    -1,
  735.     -1,    -1,   249,   250,    -1,    -1,    -1,    -1,    -1,   171,
  736.    257,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  737.    182,    -1,   184,    -1,   186,    -1,    -1,    -1,    -1,    -1,
  738.    277,    -1,    -1,    -1,    -1,   277,    -1,    -1,    -1,    -1,
  739.     -1,    -1,    -1,    -1,    -1,   207,    -1,   294,    -1,    -1,
  740.     -1,    -1,   294,    -1,    -1,    -1,    15,    -1,    -1,    -1,
  741.    222,   223,   224,   225,   226,    -1,    -1,    26,    27,    -1,
  742.     29,    30,    -1,    32,    -1,    -1,     9,    10,    -1,    -1,
  743.     -1,    14,    15,    -1,    43,    -1,    -1,    -1,    -1,    -1,
  744.     -1,    -1,    51,    26,    -1,    28,    29,    30,    -1,    32,
  745.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   270,    -1,
  746.     -1,    -1,   274,   275,   276,    48,    49,    50,   280,    -1,
  747.     -1,    -1,    -1,    -1,    57,    58,    59,    60,    -1,    -1,
  748.     63,    90,    91,    92,    93,    94,    95,    96,    -1,    -1,
  749.     -1,    -1,    -1,   305,   306,   104,    -1,    -1,   107,   311,
  750.     -1,    -1,   111,   112,    -1,    -1,   115,    -1,   117,   118,
  751.     -1,    -1,    -1,   122,   123,    -1,    -1,    -1,    -1,    -1,
  752.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,   137,   138,
  753.    139,   140,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  754.    149,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  755.    159,    -1,    -1,    -1,    26,    27,    -1,    -1,    -1,    -1,
  756.     32,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  757.     -1,    43,    -1,    -1,    -1,    -1,    -1,    -1,   187,    51,
  758.     -1,    -1,    -1,    -1,    -1,   194,    -1,    -1,    -1,   198,
  759.    199,    -1,   201,   202,   203,   204,    -1,   206,    -1,   208,
  760.    209,    -1,    -1,    -1,    -1,    -1,    -1,   216,   217,    -1,
  761.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    90,    91,
  762.     92,    93,    94,    95,    96,    -1,    -1,    -1,    -1,    -1,
  763.     -1,    -1,   104,    -1,    -1,   107,    -1,    -1,    -1,   111,
  764.    112,    -1,    -1,   115,   253,   117,   118,    -1,    -1,    -1,
  765.    122,   123,    -1,    -1,    -1,    -1,   265,   266,   267,   268,
  766.    269,    -1,   271,   272,   273,   137,   138,   139,   140,    -1,
  767.    279,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  768.     -1,    -1,    -1,    -1,    -1,    -1,    -1,   159,    -1,    -1,
  769.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  770.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  771.     -1,    -1,    -1,    -1,    -1,   187,    -1,    -1,    -1,    -1,
  772.     -1,    -1,   194,    -1,    -1,    -1,   198,   199,    -1,   201,
  773.    202,   203,   204,    -1,   206,    -1,   208,   209,    -1,    -1,
  774.     -1,    -1,    -1,    -1,   216,   217,    -1,    -1,    -1,    -1,
  775.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  776.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  777.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  778.     -1,   253,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  779.     -1,    -1,    -1,   265,   266,   267,   268,   269,    -1,   271,
  780.    272,   273,    -1,    -1,     5,    -1,    -1,   279,     9,    10,
  781.     -1,    -1,    -1,    14,    15,    -1,    -1,    -1,    -1,    -1,
  782.     -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,
  783.     -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,
  784.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  785.     -1,    -1,    -1,    -1,    55,    -1,    57,    58,    59,    60,
  786.     -1,    -1,    63,     6,     7,     8,     9,    10,    69,    12,
  787.     13,    14,    15,    16,    -1,    18,    19,    -1,    21,    22,
  788.     23,    24,    25,    26,    27,    28,    29,    30,    -1,    32,
  789.     33,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  790.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  791.     -1,    -1,    -1,    -1,    57,    58,    59,    60,    61,    -1,
  792.     63,     6,    -1,    -1,     9,    10,    69,    12,    13,    14,
  793.     15,    16,    -1,    18,    19,    -1,    21,    22,    23,    24,
  794.     25,    26,    27,    28,    29,    30,    -1,    32,    33,    -1,
  795.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  796.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  797.     -1,    -1,    57,    58,    59,    60,    61,    62,    63,     6,
  798.     -1,    -1,     9,    10,    69,    12,    13,    14,    15,    16,
  799.     -1,    18,    19,    -1,    21,    22,    23,    24,    25,    26,
  800.     27,    28,    29,    30,    -1,    32,    33,    -1,    -1,    -1,
  801.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  802.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  803.     57,    58,    59,    60,    61,    62,    63,     6,    -1,    -1,
  804.      9,    10,    69,    12,    13,    14,    15,    16,    -1,    18,
  805.     19,    -1,    21,    22,    23,    24,    25,    26,    27,    28,
  806.     29,    30,    -1,    32,    33,    -1,    -1,    -1,    -1,    -1,
  807.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  808.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  809.     59,    60,    61,    62,    63,     6,    -1,    -1,     9,    10,
  810.     69,    12,    13,    14,    15,    16,    -1,    18,    19,    -1,
  811.     21,    22,    23,    24,    25,    26,    27,    28,    29,    30,
  812.     -1,    32,    33,    -1,    -1,    -1,    -1,    -1,    39,    40,
  813.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  814.     -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,
  815.     61,    62,    63,     6,    -1,    -1,     9,    10,    69,    12,
  816.     13,    14,    15,    16,    -1,    18,    19,    -1,    21,    22,
  817.     23,    24,    25,    26,    27,    28,    29,    30,    -1,    32,
  818.     33,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  819.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  820.     -1,    -1,    -1,    -1,    57,    58,    59,    60,    61,    62,
  821.     63,     6,    -1,    -1,     9,    10,    69,    12,    13,    14,
  822.     15,    16,    -1,    18,    19,    -1,    21,    22,    23,    24,
  823.     25,    26,    27,    28,    29,    30,    -1,    32,    33,    -1,
  824.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  825.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  826.     -1,    -1,    57,    58,    59,    60,    61,    62,    63,     3,
  827.      4,     5,    -1,    -1,    69,     9,    10,    -1,    -1,    -1,
  828.     14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  829.     -1,    -1,    26,    -1,    28,    29,    30,    31,    32,    -1,
  830.     -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,
  831.     -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,
  832.     -1,    55,    -1,    57,    58,    59,    60,    61,    -1,    63,
  833.      9,    10,    -1,    -1,    -1,    14,    15,    -1,    -1,    -1,
  834.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,
  835.     29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  836.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  837.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  838.     59,    60,    -1,     5,    63,     7,     8,     9,    10,    68,
  839.     -1,    -1,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,
  840.     -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,
  841.     32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,
  842.     42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,
  843.     -1,    -1,    -1,    55,    -1,    57,    58,    59,    60,     5,
  844.     -1,    63,    -1,     9,    10,    -1,    -1,    -1,    14,    15,
  845.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  846.     26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,
  847.     -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,
  848.     -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,    55,
  849.     -1,    57,    58,    59,    60,     5,    -1,    63,    -1,     9,
  850.     10,    -1,    -1,    -1,    14,    15,    -1,    -1,    -1,    -1,
  851.     -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,
  852.     30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,
  853.     40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,
  854.     50,    -1,    -1,    -1,    -1,    55,    -1,    57,    58,    59,
  855.     60,     5,    -1,    63,    -1,     9,    10,    -1,    -1,    -1,
  856.     14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  857.     -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,
  858.     -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,
  859.     -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,
  860.     -1,    -1,    -1,    57,    58,    59,    60,     5,    -1,    63,
  861.     -1,     9,    10,    -1,    -1,    -1,    14,    15,    -1,    -1,
  862.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,
  863.     28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,
  864.     -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,
  865.     48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,
  866.     58,    59,    60,     5,    -1,    63,    -1,     9,    10,    -1,
  867.     -1,    -1,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,
  868.     -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,
  869.     32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,
  870.     42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,
  871.     -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,     5,
  872.     -1,    63,    -1,     9,    10,    -1,    -1,    -1,    14,    15,
  873.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  874.     26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,
  875.     -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,
  876.     -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,
  877.     -1,    57,    58,    59,    60,     5,    -1,    63,    -1,     9,
  878.     10,    -1,    -1,    -1,    14,    15,    -1,    -1,    -1,    -1,
  879.     -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,
  880.     30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,
  881.     40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,
  882.     50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,
  883.     60,     9,    10,    63,    -1,    -1,    14,    15,    -1,    -1,
  884.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,
  885.     28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,
  886.     -1,    39,    40,    41,    42,    43,    44,    45,    46,    -1,
  887.     48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,
  888.     58,    59,    60,    -1,    -1,    63,    -1,    65,     7,     8,
  889.      9,    10,    -1,    -1,    -1,    14,    15,    -1,    -1,    -1,
  890.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,
  891.     29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  892.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  893.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  894.     59,    60,     9,    10,    63,    -1,    -1,    14,    15,    -1,
  895.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  896.     -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,
  897.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  898.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  899.     57,    58,    59,    60,     9,    10,    63,    64,    65,    14,
  900.     15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  901.     -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,
  902.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  903.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  904.     -1,    -1,    57,    58,    59,    60,     9,    10,    63,    64,
  905.     65,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  906.     -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,
  907.     -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  908.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  909.     -1,    -1,    -1,    -1,    57,    58,    59,    60,     9,    10,
  910.     63,    64,    65,    14,    15,    -1,    -1,    -1,    -1,    -1,
  911.     -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,
  912.     -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,
  913.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  914.     -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,
  915.      9,    10,    63,    64,    65,    14,    15,    -1,    -1,    -1,
  916.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,
  917.     29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  918.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  919.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  920.     59,    60,     9,    10,    63,    64,    65,    14,    15,    -1,
  921.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  922.     -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,
  923.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  924.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  925.     57,    58,    59,    60,     9,    10,    63,    -1,    65,    14,
  926.     15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  927.     -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,
  928.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  929.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  930.     -1,    -1,    57,    58,    59,    60,     9,    10,    63,    -1,
  931.     65,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  932.     -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,
  933.     -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  934.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  935.     -1,    -1,    -1,    -1,    57,    58,    59,    60,     9,    10,
  936.     63,    -1,    65,    14,    15,    -1,    -1,    -1,    -1,    -1,
  937.     -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,
  938.     -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,
  939.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  940.     -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,
  941.      9,    10,    63,    -1,    65,    14,    15,    -1,    -1,    -1,
  942.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,
  943.     29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  944.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  945.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  946.     59,    60,     9,    10,    63,    -1,    65,    14,    15,    -1,
  947.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  948.     -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,
  949.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  950.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  951.     57,    58,    59,    60,     9,    10,    63,    -1,    65,    14,
  952.     15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  953.     -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,
  954.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  955.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  956.     -1,    -1,    57,    58,    59,    60,     9,    10,    63,    -1,
  957.     65,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  958.     -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,
  959.     -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  960.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  961.     -1,    -1,    -1,    -1,    57,    58,    59,    60,     9,    10,
  962.     63,    64,    -1,    14,    15,    -1,    -1,    -1,    -1,    -1,
  963.     -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,
  964.     -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,
  965.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  966.     -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,
  967.      9,    10,    63,    64,    -1,    14,    15,    -1,    -1,    -1,
  968.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,
  969.     29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  970.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  971.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  972.     59,    60,     9,    10,    63,    64,    -1,    14,    15,    -1,
  973.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  974.     -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,
  975.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  976.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  977.     57,    58,    59,    60,     9,    10,    63,    64,    -1,    14,
  978.     15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  979.     -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,
  980.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  981.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  982.     -1,    -1,    57,    58,    59,    60,     9,    10,    63,    64,
  983.     -1,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  984.     -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,
  985.     -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  986.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  987.     -1,    -1,    -1,    -1,    57,    58,    59,    60,     9,    10,
  988.     63,    64,    -1,    14,    15,    -1,    -1,    -1,    -1,    -1,
  989.     -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,
  990.     -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,
  991.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  992.     -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,
  993.      9,    10,    63,    64,    -1,    14,    15,    -1,    -1,    -1,
  994.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,    -1,    28,
  995.     29,    30,    -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,
  996.     39,    40,    41,    42,    -1,    -1,    -1,    -1,    -1,    48,
  997.     49,    50,    -1,    -1,    -1,    -1,    -1,    -1,    57,    58,
  998.     59,    60,     9,    10,    63,    64,    -1,    14,    15,    -1,
  999.     -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    26,
  1000.     -1,    28,    29,    30,    -1,    32,    -1,    -1,    -1,    -1,
  1001.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  1002.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  1003.     57,    58,    59,    60,     9,    10,    63,    64,    -1,    14,
  1004.     15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1005.     -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,
  1006.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    -1,    -1,
  1007.     -1,    -1,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  1008.     -1,    -1,    57,    58,    59,    60,     9,    10,    63,    64,
  1009.     -1,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1010.     -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,
  1011.     -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  1012.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  1013.     -1,    -1,    -1,    -1,    57,    58,    59,    60,    -1,    -1,
  1014.     63,    64,     9,    10,    -1,    12,    13,    14,    15,    -1,
  1015.     -1,    -1,    -1,    -1,    21,    22,    23,    24,    25,    26,
  1016.     -1,    28,    29,    30,    -1,    32,    33,    -1,    -1,    -1,
  1017.     -1,    -1,    39,    40,    41,    42,    -1,    -1,    -1,    -1,
  1018.     -1,    48,    49,    50,    -1,    -1,    -1,    -1,    -1,    -1,
  1019.     57,    58,    59,    60,     9,    10,    63,    -1,    -1,    14,
  1020.     15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1021.     -1,    26,    -1,    28,    29,    30,    -1,    32,    -1,    -1,
  1022.     -1,    -1,    -1,    -1,    39,    40,    41,    42,    43,    44,
  1023.     45,    46,    -1,    48,    49,    50,    -1,    -1,    -1,    -1,
  1024.     -1,    -1,    57,    58,    59,    60,     9,    10,    63,    -1,
  1025.     -1,    14,    15,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
  1026.     -1,    -1,    -1,    26,    -1,    28,    29,    30,    -1,    32,
  1027.     -1,    -1,    -1,    -1,    -1,    -1,    39,    40,    41,    42,
  1028.     -1,    -1,    -1,    -1,    -1,    48,    49,    50,    -1,    -1,
  1029.     -1,    -1,    -1,    -1,    57,    58,    59,    60,     9,    10,
  1030.     63,    -1,    -1,    14,    15,    -1,    -1,    -1,    -1,    -1,
  1031.     -1,    -1,    -1,    -1,    -1,    26,    -1,    28,    29,    30,
  1032.     -1,    32,    -1,    -1,    -1,    -1,    -1,    -1,    39,    40,
  1033.     41,    42,    -1,    -1,    -1,    -1,    -1,    48,    49,    50,
  1034.     -1,    -1,    -1,    -1,    -1,    -1,    57,    58,    59,    60,
  1035.     -1,    -1,    63
  1036. };
  1037. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  1038. #line 3 "bison.simple"
  1039.  
  1040. /* Skeleton output parser for bison,
  1041.    Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
  1042.  
  1043.    This program is free software; you can redistribute it and/or modify
  1044.    it under the terms of the GNU General Public License as published by
  1045.    the Free Software Foundation; either version 1, or (at your option)
  1046.    any later version.
  1047.  
  1048.    This program is distributed in the hope that it will be useful,
  1049.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  1050.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  1051.    GNU General Public License for more details.
  1052.  
  1053.    You should have received a copy of the GNU General Public License
  1054.    along with this program; if not, write to the Free Software
  1055.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  1056.  
  1057.  
  1058. #ifndef alloca
  1059. #ifdef __GNUC__
  1060. #define alloca __builtin_alloca
  1061. #else /* not GNU C.  */
  1062. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc)
  1063. #include <alloca.h>
  1064. #else /* not sparc */
  1065. #if defined (MSDOS) && !defined (__TURBOC__)
  1066. #include <malloc.h>
  1067. #else /* not MSDOS, or __TURBOC__ */
  1068. #if defined(_AIX)
  1069. #include <malloc.h>
  1070.  #pragma alloca
  1071. #endif /* not _AIX */
  1072. #endif /* not MSDOS, or __TURBOC__ */
  1073. #endif /* not sparc.  */
  1074. #endif /* not GNU C.  */
  1075. #endif /* alloca not defined.  */
  1076.  
  1077. /* This is the parser code that is written into each bison parser
  1078.   when the %semantic_parser declaration is not specified in the grammar.
  1079.   It was written by Richard Stallman by simplifying the hairy parser
  1080.   used when %semantic_parser is specified.  */
  1081.  
  1082. /* Note: there must be only one dollar sign in this file.
  1083.    It is replaced by the list of actions, each action
  1084.    as one case of the switch.  */
  1085.  
  1086. #define yyerrok        (yyerrstatus = 0)
  1087. #define yyclearin    (yychar = YYEMPTY)
  1088. #define YYEMPTY        -2
  1089. #define YYEOF        0
  1090. #define YYACCEPT    return(0)
  1091. #define YYABORT     return(1)
  1092. #define YYERROR        goto yyerrlab1
  1093. /* Like YYERROR except do call yyerror.
  1094.    This remains here temporarily to ease the
  1095.    transition to the new meaning of YYERROR, for GCC.
  1096.    Once GCC version 2 has supplanted version 1, this can go.  */
  1097. #define YYFAIL        goto yyerrlab
  1098. #define YYRECOVERING()  (!!yyerrstatus)
  1099. #define YYBACKUP(token, value) \
  1100. do                                \
  1101.   if (yychar == YYEMPTY && yylen == 1)                \
  1102.     { yychar = (token), yylval = (value);            \
  1103.       yychar1 = YYTRANSLATE (yychar);                \
  1104.       YYPOPSTACK;                        \
  1105.       goto yybackup;                        \
  1106.     }                                \
  1107.   else                                \
  1108.     { yyerror ("syntax error: cannot back up"); YYERROR; }    \
  1109. while (0)
  1110.  
  1111. #define YYTERROR    1
  1112. #define YYERRCODE    256
  1113.  
  1114. #ifndef YYPURE
  1115. #define YYLEX        yylex()
  1116. #endif
  1117.  
  1118. #ifdef YYPURE
  1119. #ifdef YYLSP_NEEDED
  1120. #define YYLEX        yylex(&yylval, &yylloc)
  1121. #else
  1122. #define YYLEX        yylex(&yylval)
  1123. #endif
  1124. #endif
  1125.  
  1126. /* If nonreentrant, generate the variables here */
  1127.  
  1128. #ifndef YYPURE
  1129.  
  1130. int    yychar;            /*  the lookahead symbol        */
  1131. YYSTYPE    yylval;            /*  the semantic value of the        */
  1132.                 /*  lookahead symbol            */
  1133.  
  1134. #ifdef YYLSP_NEEDED
  1135. YYLTYPE yylloc;            /*  location data for the lookahead    */
  1136.                 /*  symbol                */
  1137. #endif
  1138.  
  1139. int yynerrs;            /*  number of parse errors so far       */
  1140. #endif  /* not YYPURE */
  1141.  
  1142. #if YYDEBUG != 0
  1143. int yydebug;            /*  nonzero means print parse trace    */
  1144. /* Since this is uninitialized, it does not stop multiple parsers
  1145.    from coexisting.  */
  1146. #endif
  1147.  
  1148. /*  YYINITDEPTH indicates the initial size of the parser's stacks    */
  1149.  
  1150. #ifndef    YYINITDEPTH
  1151. #define YYINITDEPTH 200
  1152. #endif
  1153.  
  1154. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  1155.     (effective only if the built-in stack extension method is used).  */
  1156.  
  1157. #if YYMAXDEPTH == 0
  1158. #undef YYMAXDEPTH
  1159. #endif
  1160.  
  1161. #ifndef YYMAXDEPTH
  1162. #define YYMAXDEPTH 10000
  1163. #endif
  1164.  
  1165. #if __GNUC__ > 1        /* GNU C and GNU C++ define this.  */
  1166. #define __yy_bcopy(FROM,TO,COUNT)    __builtin_memcpy(TO,FROM,COUNT)
  1167. #else                /* not GNU C or C++ */
  1168. #ifndef __cplusplus
  1169.  
  1170. /* This is the most reliable way to avoid incompatibilities
  1171.    in available built-in functions on various systems.  */
  1172. static void
  1173. __yy_bcopy (from, to, count)
  1174.      char *from;
  1175.      char *to;
  1176.      int count;
  1177. {
  1178.   register char *f = from;
  1179.   register char *t = to;
  1180.   register int i = count;
  1181.  
  1182.   while (i-- > 0)
  1183.     *t++ = *f++;
  1184. }
  1185.  
  1186. #else /* __cplusplus */
  1187.  
  1188. /* This is the most reliable way to avoid incompatibilities
  1189.    in available built-in functions on various systems.  */
  1190. static void
  1191. __yy_bcopy (char *from, char *to, int count)
  1192. {
  1193.   register char *f = from;
  1194.   register char *t = to;
  1195.   register int i = count;
  1196.  
  1197.   while (i-- > 0)
  1198.     *t++ = *f++;
  1199. }
  1200.  
  1201. #endif
  1202. #endif
  1203.  
  1204. #line 169 "bison.simple"
  1205. int
  1206. yyparse()
  1207. {
  1208.   register int yystate;
  1209.   register int yyn;
  1210.   register short *yyssp;
  1211.   register YYSTYPE *yyvsp;
  1212.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  1213.   int yychar1;        /*  lookahead token as an internal (translated) token number */
  1214.  
  1215.   short    yyssa[YYINITDEPTH];    /*  the state stack            */
  1216.   YYSTYPE yyvsa[YYINITDEPTH];    /*  the semantic value stack        */
  1217.  
  1218.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  1219.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  1220.  
  1221. #ifdef YYLSP_NEEDED
  1222.   YYLTYPE yylsa[YYINITDEPTH];    /*  the location stack            */
  1223.   YYLTYPE *yyls = yylsa;
  1224.   YYLTYPE *yylsp;
  1225.  
  1226. #define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
  1227. #else
  1228. #define YYPOPSTACK   (yyvsp--, yyssp--)
  1229. #endif
  1230.  
  1231.   int yystacksize = YYINITDEPTH;
  1232.  
  1233. #ifdef YYPURE
  1234.   int yychar;
  1235.   YYSTYPE yylval;
  1236.   int yynerrs;
  1237. #ifdef YYLSP_NEEDED
  1238.   YYLTYPE yylloc;
  1239. #endif
  1240. #endif
  1241.  
  1242.   YYSTYPE yyval;        /*  the variable used to return        */
  1243.                 /*  semantic values from the action    */
  1244.                 /*  routines                */
  1245.  
  1246.   int yylen;
  1247.  
  1248. #if YYDEBUG != 0
  1249.   if (yydebug)
  1250.     fprintf(stderr, "Starting parse\n");
  1251. #endif
  1252.  
  1253.   yystate = 0;
  1254.   yyerrstatus = 0;
  1255.   yynerrs = 0;
  1256.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  1257.  
  1258.   /* Initialize stack pointers.
  1259.      Waste one element of value and location stack
  1260.      so that they stay on the same level as the state stack.
  1261.      The wasted elements are never initialized.  */
  1262.  
  1263.   yyssp = yyss - 1;
  1264.   yyvsp = yyvs;
  1265. #ifdef YYLSP_NEEDED
  1266.   yylsp = yyls;
  1267. #endif
  1268.  
  1269. /* Push a new state, which is found in  yystate  .  */
  1270. /* In all cases, when you get here, the value and location stacks
  1271.    have just been pushed. so pushing a state here evens the stacks.  */
  1272. yynewstate:
  1273.  
  1274.   *++yyssp = yystate;
  1275.  
  1276.   if (yyssp >= yyss + yystacksize - 1)
  1277.     {
  1278.       /* Give user a chance to reallocate the stack */
  1279.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  1280.       YYSTYPE *yyvs1 = yyvs;
  1281.       short *yyss1 = yyss;
  1282. #ifdef YYLSP_NEEDED
  1283.       YYLTYPE *yyls1 = yyls;
  1284. #endif
  1285.  
  1286.       /* Get the current used size of the three stacks, in elements.  */
  1287.       int size = yyssp - yyss + 1;
  1288.  
  1289. #ifdef yyoverflow
  1290.       /* Each stack pointer address is followed by the size of
  1291.      the data in use in that stack, in bytes.  */
  1292.       yyoverflow("parser stack overflow",
  1293.          &yyss1, size * sizeof (*yyssp),
  1294.          &yyvs1, size * sizeof (*yyvsp),
  1295. #ifdef YYLSP_NEEDED
  1296.          &yyls1, size * sizeof (*yylsp),
  1297. #endif
  1298.          &yystacksize);
  1299.  
  1300.       yyss = yyss1; yyvs = yyvs1;
  1301. #ifdef YYLSP_NEEDED
  1302.       yyls = yyls1;
  1303. #endif
  1304. #else /* no yyoverflow */
  1305.       /* Extend the stack our own way.  */
  1306.       if (yystacksize >= YYMAXDEPTH)
  1307.     {
  1308.       yyerror("parser stack overflow");
  1309.       return 2;
  1310.     }
  1311.       yystacksize *= 2;
  1312.       if (yystacksize > YYMAXDEPTH)
  1313.     yystacksize = YYMAXDEPTH;
  1314.       yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
  1315.       __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  1316.       yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
  1317.       __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  1318. #ifdef YYLSP_NEEDED
  1319.       yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
  1320.       __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  1321. #endif
  1322. #endif /* no yyoverflow */
  1323.  
  1324.       yyssp = yyss + size - 1;
  1325.       yyvsp = yyvs + size - 1;
  1326. #ifdef YYLSP_NEEDED
  1327.       yylsp = yyls + size - 1;
  1328. #endif
  1329.  
  1330. #if YYDEBUG != 0
  1331.       if (yydebug)
  1332.     fprintf(stderr, "Stack size increased to %d\n", yystacksize);
  1333. #endif
  1334.  
  1335.       if (yyssp >= yyss + yystacksize - 1)
  1336.     YYABORT;
  1337.     }
  1338.  
  1339. #if YYDEBUG != 0
  1340.   if (yydebug)
  1341.     fprintf(stderr, "Entering state %d\n", yystate);
  1342. #endif
  1343.  
  1344.   goto yybackup;
  1345.  yybackup:
  1346.  
  1347. /* Do appropriate processing given the current state.  */
  1348. /* Read a lookahead token if we need one and don't already have one.  */
  1349. /* yyresume: */
  1350.  
  1351.   /* First try to decide what to do without reference to lookahead token.  */
  1352.  
  1353.   yyn = yypact[yystate];
  1354.   if (yyn == YYFLAG)
  1355.     goto yydefault;
  1356.  
  1357.   /* Not known => get a lookahead token if don't already have one.  */
  1358.  
  1359.   /* yychar is either YYEMPTY or YYEOF
  1360.      or a valid token in external form.  */
  1361.  
  1362.   if (yychar == YYEMPTY)
  1363.     {
  1364. #if YYDEBUG != 0
  1365.       if (yydebug)
  1366.     fprintf(stderr, "Reading a token: ");
  1367. #endif
  1368.       yychar = YYLEX;
  1369.     }
  1370.  
  1371.   /* Convert token to internal form (in yychar1) for indexing tables with */
  1372.  
  1373.   if (yychar <= 0)        /* This means end of input. */
  1374.     {
  1375.       yychar1 = 0;
  1376.       yychar = YYEOF;        /* Don't call YYLEX any more */
  1377.  
  1378. #if YYDEBUG != 0
  1379.       if (yydebug)
  1380.     fprintf(stderr, "Now at end of input.\n");
  1381. #endif
  1382.     }
  1383.   else
  1384.     {
  1385.       yychar1 = YYTRANSLATE(yychar);
  1386.  
  1387. #if YYDEBUG != 0
  1388.       if (yydebug)
  1389.     {
  1390.       fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
  1391.       /* Give the individual parser a way to print the precise meaning
  1392.          of a token, for further debugging info.  */
  1393. #ifdef YYPRINT
  1394.       YYPRINT (stderr, yychar, yylval);
  1395. #endif
  1396.       fprintf (stderr, ")\n");
  1397.     }
  1398. #endif
  1399.     }
  1400.  
  1401.   yyn += yychar1;
  1402.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  1403.     goto yydefault;
  1404.  
  1405.   yyn = yytable[yyn];
  1406.  
  1407.   /* yyn is what to do for this token type in this state.
  1408.      Negative => reduce, -yyn is rule number.
  1409.      Positive => shift, yyn is new state.
  1410.        New state is final state => don't bother to shift,
  1411.        just return success.
  1412.      0, or most negative number => error.  */
  1413.  
  1414.   if (yyn < 0)
  1415.     {
  1416.       if (yyn == YYFLAG)
  1417.     goto yyerrlab;
  1418.       yyn = -yyn;
  1419.       goto yyreduce;
  1420.     }
  1421.   else if (yyn == 0)
  1422.     goto yyerrlab;
  1423.  
  1424.   if (yyn == YYFINAL)
  1425.     YYACCEPT;
  1426.  
  1427.   /* Shift the lookahead token.  */
  1428.  
  1429. #if YYDEBUG != 0
  1430.   if (yydebug)
  1431.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  1432. #endif
  1433.  
  1434.   /* Discard the token being shifted unless it is eof.  */
  1435.   if (yychar != YYEOF)
  1436.     yychar = YYEMPTY;
  1437.  
  1438.   *++yyvsp = yylval;
  1439. #ifdef YYLSP_NEEDED
  1440.   *++yylsp = yylloc;
  1441. #endif
  1442.  
  1443.   /* count tokens shifted since error; after three, turn off error status.  */
  1444.   if (yyerrstatus) yyerrstatus--;
  1445.  
  1446.   yystate = yyn;
  1447.   goto yynewstate;
  1448.  
  1449. /* Do the default action for the current state.  */
  1450. yydefault:
  1451.  
  1452.   yyn = yydefact[yystate];
  1453.   if (yyn == 0)
  1454.     goto yyerrlab;
  1455.  
  1456. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  1457. yyreduce:
  1458.   yylen = yyr2[yyn];
  1459.   yyval = yyvsp[1-yylen]; /* implement default value of the action */
  1460.  
  1461. #if YYDEBUG != 0
  1462.   if (yydebug)
  1463.     {
  1464.       int i;
  1465.  
  1466.       fprintf (stderr, "Reducing via rule %d (line %d), ",
  1467.            yyn, yyrline[yyn]);
  1468.  
  1469.       /* Print the symbols being reduced, and their result.  */
  1470.       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  1471.     fprintf (stderr, "%s ", yytname[yyrhs[i]]);
  1472.       fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
  1473.     }
  1474. #endif
  1475.  
  1476.  
  1477.   switch (yyn) {
  1478.  
  1479. case 1:
  1480. #line 60 "a2p.y"
  1481. { root = oper4(OPROG,yyvsp[-1],begins,yyvsp[0],ends); ;
  1482.     break;}
  1483. case 2:
  1484. #line 64 "a2p.y"
  1485. { begins = oper4(OJUNK,begins,yyvsp[-3],yyvsp[-2],yyvsp[0]); in_begin = FALSE;
  1486.             yyval = Nullop; ;
  1487.     break;}
  1488. case 3:
  1489. #line 69 "a2p.y"
  1490. { ends = oper3(OJUNK,ends,yyvsp[-2],yyvsp[-1]); yyval = Nullop; ;
  1491.     break;}
  1492. case 4:
  1493. #line 71 "a2p.y"
  1494. { yyval = yyvsp[-1]; ;
  1495.     break;}
  1496. case 5:
  1497. #line 75 "a2p.y"
  1498. { yyval = oper3(OHUNKS,yyvsp[-2],yyvsp[-1],yyvsp[0]); ;
  1499.     break;}
  1500. case 6:
  1501. #line 77 "a2p.y"
  1502. { yyval = Nullop; ;
  1503.     break;}
  1504. case 7:
  1505. #line 81 "a2p.y"
  1506. { yyval = oper1(OHUNK,yyvsp[0]); need_entire = TRUE; ;
  1507.     break;}
  1508. case 8:
  1509. #line 83 "a2p.y"
  1510. { yyval = oper2(OHUNK,yyvsp[-4],oper2(OJUNK,yyvsp[-2],yyvsp[-1])); ;
  1511.     break;}
  1512. case 9:
  1513. #line 85 "a2p.y"
  1514. { fixfargs(yyvsp[-8],yyvsp[-6],0); yyval = oper5(OUSERDEF,yyvsp[-8],yyvsp[-6],yyvsp[-4],yyvsp[-2],yyvsp[-1]); ;
  1515.     break;}
  1516. case 10:
  1517. #line 87 "a2p.y"
  1518. { yyval = oper2(OHUNK,Nullop,oper2(OJUNK,yyvsp[-2],yyvsp[-1])); ;
  1519.     break;}
  1520. case 13:
  1521. #line 93 "a2p.y"
  1522. { yyval = rememberargs(yyval); ;
  1523.     break;}
  1524. case 14:
  1525. #line 97 "a2p.y"
  1526. { yyval = oper1(OPAT,yyvsp[0]); ;
  1527.     break;}
  1528. case 15:
  1529. #line 99 "a2p.y"
  1530. { yyval = oper2(ORANGE,yyvsp[-2],yyvsp[0]); ;
  1531.     break;}
  1532. case 20:
  1533. #line 110 "a2p.y"
  1534. { yyval = oper1(OCPAREN,yyvsp[-1]); ;
  1535.     break;}
  1536. case 21:
  1537. #line 112 "a2p.y"
  1538. { yyval = oper3(OCANDAND,yyvsp[-3],yyvsp[-1],yyvsp[0]); ;
  1539.     break;}
  1540. case 22:
  1541. #line 114 "a2p.y"
  1542. { yyval = oper3(OCOROR,yyvsp[-3],yyvsp[-1],yyvsp[0]); ;
  1543.     break;}
  1544. case 23:
  1545. #line 116 "a2p.y"
  1546. { yyval = oper1(OCNOT,yyvsp[0]); ;
  1547.     break;}
  1548. case 24:
  1549. #line 120 "a2p.y"
  1550. { yyval = oper3(ORELOP,yyvsp[-1],yyvsp[-2],yyvsp[0]); ;
  1551.     break;}
  1552. case 25:
  1553. #line 122 "a2p.y"
  1554. { yyval = oper3(ORELOP,string(">",1),yyvsp[-2],yyvsp[0]); ;
  1555.     break;}
  1556. case 26:
  1557. #line 124 "a2p.y"
  1558. { yyval = oper3(ORELOP,string("<",1),yyvsp[-2],yyvsp[0]); ;
  1559.     break;}
  1560. case 27:
  1561. #line 126 "a2p.y"
  1562. { yyval = oper1(ORPAREN,yyvsp[-1]); ;
  1563.     break;}
  1564. case 28:
  1565. #line 130 "a2p.y"
  1566. { yyval = oper3(OMATCHOP,yyvsp[-1],yyvsp[-2],yyvsp[0]); ;
  1567.     break;}
  1568. case 29:
  1569. #line 132 "a2p.y"
  1570. { yyval = oper3(OMATCHOP,yyvsp[-1],yyvsp[-2],oper1(OREGEX,yyvsp[0])); ;
  1571.     break;}
  1572. case 30:
  1573. #line 134 "a2p.y"
  1574. { yyval = oper1(OREGEX,yyvsp[0]); ;
  1575.     break;}
  1576. case 31:
  1577. #line 136 "a2p.y"
  1578. { yyval = oper1(OMPAREN,yyvsp[-1]); ;
  1579.     break;}
  1580. case 32:
  1581. #line 140 "a2p.y"
  1582. { yyval = yyvsp[0]; ;
  1583.     break;}
  1584. case 33:
  1585. #line 142 "a2p.y"
  1586. { yyval = oper2(OCONCAT,yyvsp[-1],yyvsp[0]); ;
  1587.     break;}
  1588. case 34:
  1589. #line 144 "a2p.y"
  1590. { yyval = oper3(OASSIGN,yyvsp[-1],yyvsp[-2],yyvsp[0]);
  1591.             if ((ops[yyvsp[-2]].ival & 255) == OFLD)
  1592.                 lval_field = TRUE;
  1593.             if ((ops[yyvsp[-2]].ival & 255) == OVFLD)
  1594.                 lval_field = TRUE;
  1595.         ;
  1596.     break;}
  1597. case 35:
  1598. #line 153 "a2p.y"
  1599. { yyval = yyvsp[0]; ;
  1600.     break;}
  1601. case 36:
  1602. #line 155 "a2p.y"
  1603. { yyval = oper1(ONUM,yyvsp[0]); ;
  1604.     break;}
  1605. case 37:
  1606. #line 157 "a2p.y"
  1607. { yyval = oper1(OSTR,yyvsp[0]); ;
  1608.     break;}
  1609. case 38:
  1610. #line 159 "a2p.y"
  1611. { yyval = oper2(OADD,yyvsp[-2],yyvsp[0]); ;
  1612.     break;}
  1613. case 39:
  1614. #line 161 "a2p.y"
  1615. { yyval = oper2(OSUBTRACT,yyvsp[-2],yyvsp[0]); ;
  1616.     break;}
  1617. case 40:
  1618. #line 163 "a2p.y"
  1619. { yyval = oper2(OMULT,yyvsp[-2],yyvsp[0]); ;
  1620.     break;}
  1621. case 41:
  1622. #line 165 "a2p.y"
  1623. { yyval = oper2(ODIV,yyvsp[-2],yyvsp[0]); ;
  1624.     break;}
  1625. case 42:
  1626. #line 167 "a2p.y"
  1627. { yyval = oper2(OMOD,yyvsp[-2],yyvsp[0]); ;
  1628.     break;}
  1629. case 43:
  1630. #line 169 "a2p.y"
  1631. { yyval = oper2(OPOW,yyvsp[-2],yyvsp[0]); ;
  1632.     break;}
  1633. case 44:
  1634. #line 171 "a2p.y"
  1635. { yyval = oper2(ODEFINED,aryrefarg(yyvsp[0]),yyvsp[-2]); ;
  1636.     break;}
  1637. case 45:
  1638. #line 173 "a2p.y"
  1639. { yyval = oper3(OCOND,yyvsp[-4],yyvsp[-2],yyvsp[0]); ;
  1640.     break;}
  1641. case 46:
  1642. #line 175 "a2p.y"
  1643. { yyval = oper1(OPOSTINCR,yyvsp[-1]); ;
  1644.     break;}
  1645. case 47:
  1646. #line 177 "a2p.y"
  1647. { yyval = oper1(OPOSTDECR,yyvsp[-1]); ;
  1648.     break;}
  1649. case 48:
  1650. #line 179 "a2p.y"
  1651. { yyval = oper1(OPREINCR,yyvsp[0]); ;
  1652.     break;}
  1653. case 49:
  1654. #line 181 "a2p.y"
  1655. { yyval = oper1(OPREDECR,yyvsp[0]); ;
  1656.     break;}
  1657. case 50:
  1658. #line 183 "a2p.y"
  1659. { yyval = oper1(OUMINUS,yyvsp[0]); ;
  1660.     break;}
  1661. case 51:
  1662. #line 185 "a2p.y"
  1663. { yyval = oper1(OUPLUS,yyvsp[0]); ;
  1664.     break;}
  1665. case 52:
  1666. #line 187 "a2p.y"
  1667. { yyval = oper1(OPAREN,yyvsp[-1]); ;
  1668.     break;}
  1669. case 53:
  1670. #line 189 "a2p.y"
  1671. { yyval = oper0(OGETLINE); ;
  1672.     break;}
  1673. case 54:
  1674. #line 191 "a2p.y"
  1675. { yyval = oper1(OGETLINE,yyvsp[0]); ;
  1676.     break;}
  1677. case 55:
  1678. #line 193 "a2p.y"
  1679. { yyval = oper3(OGETLINE,Nullop,string("<",1),yyvsp[0]);
  1680.             if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; ;
  1681.     break;}
  1682. case 56:
  1683. #line 196 "a2p.y"
  1684. { yyval = oper3(OGETLINE,yyvsp[-2],string("<",1),yyvsp[0]);
  1685.             if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; ;
  1686.     break;}
  1687. case 57:
  1688. #line 199 "a2p.y"
  1689. { yyval = oper3(OGETLINE,Nullop,string("|",1),yyvsp[-2]);
  1690.             if (ops[yyvsp[-2]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; ;
  1691.     break;}
  1692. case 58:
  1693. #line 202 "a2p.y"
  1694. { yyval = oper3(OGETLINE,yyvsp[0],string("|",1),yyvsp[-3]);
  1695.             if (ops[yyvsp[-3]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; ;
  1696.     break;}
  1697. case 59:
  1698. #line 205 "a2p.y"
  1699. { yyval = oper0(yyvsp[0]); need_entire = do_chop = TRUE; ;
  1700.     break;}
  1701. case 60:
  1702. #line 207 "a2p.y"
  1703. { yyval = oper1(yyvsp[-2],Nullop); need_entire = do_chop = TRUE; ;
  1704.     break;}
  1705. case 61:
  1706. #line 209 "a2p.y"
  1707. { yyval = oper1(yyvsp[-3],yyvsp[-1]); ;
  1708.     break;}
  1709. case 62:
  1710. #line 211 "a2p.y"
  1711. { yyval = oper1(yyvsp[-3],yyvsp[-1]); ;
  1712.     break;}
  1713. case 63:
  1714. #line 213 "a2p.y"
  1715. { yyval = oper2(OUSERFUN,yyvsp[-3],yyvsp[-1]); ;
  1716.     break;}
  1717. case 64:
  1718. #line 215 "a2p.y"
  1719. { yyval = oper1(OSPRINTF,yyvsp[0]); ;
  1720.     break;}
  1721. case 65:
  1722. #line 217 "a2p.y"
  1723. { yyval = oper3(OSUBSTR,yyvsp[-5],yyvsp[-3],yyvsp[-1]); ;
  1724.     break;}
  1725. case 66:
  1726. #line 219 "a2p.y"
  1727. { yyval = oper2(OSUBSTR,yyvsp[-3],yyvsp[-1]); ;
  1728.     break;}
  1729. case 67:
  1730. #line 221 "a2p.y"
  1731. { yyval = oper3(OSPLIT,yyvsp[-5],aryrefarg(numary(yyvsp[-3])),yyvsp[-1]); ;
  1732.     break;}
  1733. case 68:
  1734. #line 223 "a2p.y"
  1735. { yyval = oper3(OSPLIT,yyvsp[-5],aryrefarg(numary(yyvsp[-3])),oper1(OREGEX,yyvsp[-1]));;
  1736.     break;}
  1737. case 69:
  1738. #line 225 "a2p.y"
  1739. { yyval = oper2(OSPLIT,yyvsp[-3],aryrefarg(numary(yyvsp[-1]))); ;
  1740.     break;}
  1741. case 70:
  1742. #line 227 "a2p.y"
  1743. { yyval = oper2(OINDEX,yyvsp[-3],yyvsp[-1]); ;
  1744.     break;}
  1745. case 71:
  1746. #line 229 "a2p.y"
  1747. { yyval = oper2(OMATCH,yyvsp[-3],oper1(OREGEX,yyvsp[-1])); ;
  1748.     break;}
  1749. case 72:
  1750. #line 231 "a2p.y"
  1751. { yyval = oper2(OMATCH,yyvsp[-3],yyvsp[-1]); ;
  1752.     break;}
  1753. case 73:
  1754. #line 233 "a2p.y"
  1755. { yyval = oper2(OSUB,yyvsp[-3],yyvsp[-1]); ;
  1756.     break;}
  1757. case 74:
  1758. #line 235 "a2p.y"
  1759. { yyval = oper2(OSUB,oper1(OREGEX,yyvsp[-3]),yyvsp[-1]); ;
  1760.     break;}
  1761. case 75:
  1762. #line 237 "a2p.y"
  1763. { yyval = oper2(OGSUB,yyvsp[-3],yyvsp[-1]); ;
  1764.     break;}
  1765. case 76:
  1766. #line 239 "a2p.y"
  1767. { yyval = oper2(OGSUB,oper1(OREGEX,yyvsp[-3]),yyvsp[-1]); ;
  1768.     break;}
  1769. case 77:
  1770. #line 241 "a2p.y"
  1771. { yyval = oper3(OSUB,yyvsp[-5],yyvsp[-3],yyvsp[-1]); ;
  1772.     break;}
  1773. case 78:
  1774. #line 243 "a2p.y"
  1775. { yyval = oper3(OSUB,oper1(OREGEX,yyvsp[-5]),yyvsp[-3],yyvsp[-1]); ;
  1776.     break;}
  1777. case 79:
  1778. #line 245 "a2p.y"
  1779. { yyval = oper3(OGSUB,yyvsp[-5],yyvsp[-3],yyvsp[-1]); ;
  1780.     break;}
  1781. case 80:
  1782. #line 247 "a2p.y"
  1783. { yyval = oper3(OGSUB,oper1(OREGEX,yyvsp[-5]),yyvsp[-3],yyvsp[-1]); ;
  1784.     break;}
  1785. case 81:
  1786. #line 251 "a2p.y"
  1787. { yyval = oper1(OVAR,yyvsp[0]); ;
  1788.     break;}
  1789. case 82:
  1790. #line 253 "a2p.y"
  1791. { yyval = oper2(OVAR,aryrefarg(yyvsp[-3]),yyvsp[-1]); ;
  1792.     break;}
  1793. case 83:
  1794. #line 255 "a2p.y"
  1795. { yyval = oper1(OFLD,yyvsp[0]); ;
  1796.     break;}
  1797. case 84:
  1798. #line 257 "a2p.y"
  1799. { yyval = oper1(OVFLD,yyvsp[0]); ;
  1800.     break;}
  1801. case 87:
  1802. #line 264 "a2p.y"
  1803. { yyval = Nullop; ;
  1804.     break;}
  1805. case 88:
  1806. #line 268 "a2p.y"
  1807. { yyval = oper3(OCOMMA,yyvsp[-3],yyvsp[-1],yyvsp[0]); ;
  1808.     break;}
  1809. case 89:
  1810. #line 270 "a2p.y"
  1811. { yyval = oper3(OCOMMA,yyvsp[-3],yyvsp[-1],yyvsp[0]); ;
  1812.     break;}
  1813. case 90:
  1814. #line 272 "a2p.y"
  1815. { yyval = yyvsp[-1]; ;
  1816.     break;}
  1817. case 91:
  1818. #line 276 "a2p.y"
  1819. { yyval = oper2(OJUNK,yyvsp[-1],yyvsp[0]); ;
  1820.     break;}
  1821. case 92:
  1822. #line 278 "a2p.y"
  1823. { yyval = Nullop; ;
  1824.     break;}
  1825. case 93:
  1826. #line 282 "a2p.y"
  1827. { yyval = oper2(OJUNK,oper0(OSEMICOLON),oper0(ONEWLINE)); ;
  1828.     break;}
  1829. case 94:
  1830. #line 284 "a2p.y"
  1831. { yyval = oper2(OJUNK,oper0(OSEMICOLON),oper0(ONEWLINE)); ;
  1832.     break;}
  1833. case 95:
  1834. #line 286 "a2p.y"
  1835. { yyval = oper0(ONEWLINE); ;
  1836.     break;}
  1837. case 96:
  1838. #line 288 "a2p.y"
  1839. { yyval = oper1(OCOMMENT,yyvsp[0]); ;
  1840.     break;}
  1841. case 97:
  1842. #line 292 "a2p.y"
  1843. { yyval = oper2(OJUNK,yyvsp[-1],yyvsp[0]); ;
  1844.     break;}
  1845. case 98:
  1846. #line 294 "a2p.y"
  1847. { yyval = Nullop; ;
  1848.     break;}
  1849. case 99:
  1850. #line 298 "a2p.y"
  1851. { yyval = oper0(ONEWLINE); ;
  1852.     break;}
  1853. case 100:
  1854. #line 300 "a2p.y"
  1855. { yyval = oper1(OCOMMENT,yyvsp[0]); ;
  1856.     break;}
  1857. case 101:
  1858. #line 305 "a2p.y"
  1859. { yyval = oper2(OJUNK,oper0(OSEMICOLON),yyvsp[0]); ;
  1860.     break;}
  1861. case 102:
  1862. #line 307 "a2p.y"
  1863. { yyval = oper2(OJUNK,oper0(OSNEWLINE),yyvsp[0]); ;
  1864.     break;}
  1865. case 103:
  1866. #line 309 "a2p.y"
  1867. { yyval = oper2(OJUNK,oper0(OSNEWLINE),yyvsp[0]); ;
  1868.     break;}
  1869. case 104:
  1870. #line 311 "a2p.y"
  1871. { yyval = oper2(OJUNK,oper1(OSCOMMENT,yyvsp[-1]),yyvsp[0]); ;
  1872.     break;}
  1873. case 105:
  1874. #line 315 "a2p.y"
  1875. { yyval = oper2(OSTATES,yyvsp[-1],yyvsp[0]); ;
  1876.     break;}
  1877. case 106:
  1878. #line 317 "a2p.y"
  1879. { yyval = Nullop; ;
  1880.     break;}
  1881. case 107:
  1882. #line 322 "a2p.y"
  1883. { yyval = oper2(OJUNK,oper2(OSTATE,yyvsp[-2],yyvsp[-1]),yyvsp[0]); ;
  1884.     break;}
  1885. case 108:
  1886. #line 324 "a2p.y"
  1887. { yyval = oper2(OSTATE,Nullop,oper2(OJUNK,oper0(OSEMICOLON),yyvsp[0])); ;
  1888.     break;}
  1889. case 109:
  1890. #line 326 "a2p.y"
  1891. { yyval = oper2(OSTATE,Nullop,oper2(OJUNK,oper0(OSNEWLINE),yyvsp[0])); ;
  1892.     break;}
  1893. case 112:
  1894. #line 332 "a2p.y"
  1895. { yyval = Nullop; ;
  1896.     break;}
  1897. case 114:
  1898. #line 338 "a2p.y"
  1899. { yyval = oper3(OPRINT,yyvsp[-2],yyvsp[-1],yyvsp[0]);
  1900.             do_opens = TRUE;
  1901.             saw_ORS = saw_OFS = TRUE;
  1902.             if (!yyvsp[-2]) need_entire = TRUE;
  1903.             if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; ;
  1904.     break;}
  1905. case 115:
  1906. #line 344 "a2p.y"
  1907. { yyval = oper1(OPRINT,yyvsp[0]);
  1908.             if (!yyvsp[0]) need_entire = TRUE;
  1909.             saw_ORS = saw_OFS = TRUE;
  1910.         ;
  1911.     break;}
  1912. case 116:
  1913. #line 349 "a2p.y"
  1914. { yyval = oper3(OPRINTF,yyvsp[-2],yyvsp[-1],yyvsp[0]);
  1915.             do_opens = TRUE;
  1916.             if (!yyvsp[-2]) need_entire = TRUE;
  1917.             if (ops[yyvsp[0]].ival != OSTR + (1<<8)) do_fancy_opens = TRUE; ;
  1918.     break;}
  1919. case 117:
  1920. #line 354 "a2p.y"
  1921. { yyval = oper1(OPRINTF,yyvsp[0]);
  1922.             if (!yyvsp[0]) need_entire = TRUE;
  1923.         ;
  1924.     break;}
  1925. case 118:
  1926. #line 358 "a2p.y"
  1927. { yyval = oper0(OBREAK); ;
  1928.     break;}
  1929. case 119:
  1930. #line 360 "a2p.y"
  1931. { yyval = oper0(ONEXT); ;
  1932.     break;}
  1933. case 120:
  1934. #line 362 "a2p.y"
  1935. { yyval = oper0(OEXIT); ;
  1936.     break;}
  1937. case 121:
  1938. #line 364 "a2p.y"
  1939. { yyval = oper1(OEXIT,yyvsp[0]); ;
  1940.     break;}
  1941. case 122:
  1942. #line 366 "a2p.y"
  1943. { yyval = oper0(OCONTINUE); ;
  1944.     break;}
  1945. case 123:
  1946. #line 368 "a2p.y"
  1947. { yyval = oper0(ORETURN); ;
  1948.     break;}
  1949. case 124:
  1950. #line 370 "a2p.y"
  1951. { yyval = oper1(ORETURN,yyvsp[0]); ;
  1952.     break;}
  1953. case 125:
  1954. #line 372 "a2p.y"
  1955. { yyval = oper2(ODELETE,aryrefarg(yyvsp[-3]),yyvsp[-1]); ;
  1956.     break;}
  1957. case 126:
  1958. #line 376 "a2p.y"
  1959. { yyval = oper1(OREDIR,string(">",1)); ;
  1960.     break;}
  1961. case 127:
  1962. #line 378 "a2p.y"
  1963. { yyval = oper1(OREDIR,string(">>",2)); ;
  1964.     break;}
  1965. case 128:
  1966. #line 380 "a2p.y"
  1967. { yyval = oper1(OREDIR,string("|",1)); ;
  1968.     break;}
  1969. case 129:
  1970. #line 385 "a2p.y"
  1971. { yyval = oper2(OIF,yyvsp[-3],bl(yyvsp[0],yyvsp[-1])); ;
  1972.     break;}
  1973. case 130:
  1974. #line 387 "a2p.y"
  1975. { yyval = oper3(OIF,yyvsp[-6],bl(yyvsp[-3],yyvsp[-4]),bl(yyvsp[0],yyvsp[-1])); ;
  1976.     break;}
  1977. case 131:
  1978. #line 389 "a2p.y"
  1979. { yyval = oper2(OWHILE,yyvsp[-3],bl(yyvsp[0],yyvsp[-1])); ;
  1980.     break;}
  1981. case 132:
  1982. #line 391 "a2p.y"
  1983. { yyval = oper2(ODO,bl(yyvsp[-4],yyvsp[-5]),yyvsp[-1]); ;
  1984.     break;}
  1985. case 133:
  1986. #line 393 "a2p.y"
  1987. { yyval = oper4(OFOR,yyvsp[-7],yyvsp[-5],yyvsp[-3],bl(yyvsp[0],yyvsp[-1])); ;
  1988.     break;}
  1989. case 134:
  1990. #line 395 "a2p.y"
  1991. { yyval = oper4(OFOR,yyvsp[-6],string("",0),yyvsp[-3],bl(yyvsp[0],yyvsp[-1])); ;
  1992.     break;}
  1993. case 135:
  1994. #line 397 "a2p.y"
  1995. { yyval = oper2(OFORIN,yyvsp[-3],bl(yyvsp[0],yyvsp[-1])); ;
  1996.     break;}
  1997. case 136:
  1998. #line 399 "a2p.y"
  1999. { yyval = oper3(OBLOCK,oper2(OJUNK,yyvsp[-3],yyvsp[-2]),Nullop,yyvsp[0]); ;
  2000.     break;}
  2001. }
  2002.    /* the action file gets copied in in place of this dollarsign */
  2003. #line 442 "bison.simple"
  2004.  
  2005.   yyvsp -= yylen;
  2006.   yyssp -= yylen;
  2007. #ifdef YYLSP_NEEDED
  2008.   yylsp -= yylen;
  2009. #endif
  2010.  
  2011. #if YYDEBUG != 0
  2012.   if (yydebug)
  2013.     {
  2014.       short *ssp1 = yyss - 1;
  2015.       fprintf (stderr, "state stack now");
  2016.       while (ssp1 != yyssp)
  2017.     fprintf (stderr, " %d", *++ssp1);
  2018.       fprintf (stderr, "\n");
  2019.     }
  2020. #endif
  2021.  
  2022.   *++yyvsp = yyval;
  2023.  
  2024. #ifdef YYLSP_NEEDED
  2025.   yylsp++;
  2026.   if (yylen == 0)
  2027.     {
  2028.       yylsp->first_line = yylloc.first_line;
  2029.       yylsp->first_column = yylloc.first_column;
  2030.       yylsp->last_line = (yylsp-1)->last_line;
  2031.       yylsp->last_column = (yylsp-1)->last_column;
  2032.       yylsp->text = 0;
  2033.     }
  2034.   else
  2035.     {
  2036.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  2037.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  2038.     }
  2039. #endif
  2040.  
  2041.   /* Now "shift" the result of the reduction.
  2042.      Determine what state that goes to,
  2043.      based on the state we popped back to
  2044.      and the rule number reduced by.  */
  2045.  
  2046.   yyn = yyr1[yyn];
  2047.  
  2048.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  2049.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  2050.     yystate = yytable[yystate];
  2051.   else
  2052.     yystate = yydefgoto[yyn - YYNTBASE];
  2053.  
  2054.   goto yynewstate;
  2055.  
  2056. yyerrlab:   /* here on detecting error */
  2057.  
  2058.   if (! yyerrstatus)
  2059.     /* If not already recovering from an error, report this error.  */
  2060.     {
  2061.       ++yynerrs;
  2062.  
  2063. #ifdef YYERROR_VERBOSE
  2064.       yyn = yypact[yystate];
  2065.  
  2066.       if (yyn > YYFLAG && yyn < YYLAST)
  2067.     {
  2068.       int size = 0;
  2069.       char *msg;
  2070.       int x, count;
  2071.  
  2072.       count = 0;
  2073.       for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  2074.         if (yycheck[x + yyn] == x)
  2075.           size += strlen(yytname[x]) + 15, count++;
  2076.       msg = (char *) malloc(size + 15);
  2077.       if (msg != 0)
  2078.         {
  2079.           strcpy(msg, "parse error");
  2080.  
  2081.           if (count < 5)
  2082.         {
  2083.           count = 0;
  2084.           for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  2085.             if (yycheck[x + yyn] == x)
  2086.               {
  2087.             strcat(msg, count == 0 ? ", expecting `" : " or `");
  2088.             strcat(msg, yytname[x]);
  2089.             strcat(msg, "'");
  2090.             count++;
  2091.               }
  2092.         }
  2093.           yyerror(msg);
  2094.           free(msg);
  2095.         }
  2096.       else
  2097.         yyerror ("parse error; also virtual memory exceeded");
  2098.     }
  2099.       else
  2100. #endif /* YYERROR_VERBOSE */
  2101.     yyerror("parse error");
  2102.     }
  2103.  
  2104.   goto yyerrlab1;
  2105. yyerrlab1:   /* here on error raised explicitly by an action */
  2106.  
  2107.   if (yyerrstatus == 3)
  2108.     {
  2109.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  2110.  
  2111.       /* return failure if at end of input */
  2112.       if (yychar == YYEOF)
  2113.     YYABORT;
  2114.  
  2115. #if YYDEBUG != 0
  2116.       if (yydebug)
  2117.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  2118. #endif
  2119.  
  2120.       yychar = YYEMPTY;
  2121.     }
  2122.  
  2123.   /* Else will try to reuse lookahead token
  2124.      after shifting the error token.  */
  2125.  
  2126.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  2127.  
  2128.   goto yyerrhandle;
  2129.  
  2130. yyerrdefault:  /* current state does not do anything special for the error token. */
  2131.  
  2132. #if 0
  2133.   /* This is wrong; only states that explicitly want error tokens
  2134.      should shift them.  */
  2135.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  2136.   if (yyn) goto yydefault;
  2137. #endif
  2138.  
  2139. yyerrpop:   /* pop the current state because it cannot handle the error token */
  2140.  
  2141.   if (yyssp == yyss) YYABORT;
  2142.   yyvsp--;
  2143.   yystate = *--yyssp;
  2144. #ifdef YYLSP_NEEDED
  2145.   yylsp--;
  2146. #endif
  2147.  
  2148. #if YYDEBUG != 0
  2149.   if (yydebug)
  2150.     {
  2151.       short *ssp1 = yyss - 1;
  2152.       fprintf (stderr, "Error: state stack now");
  2153.       while (ssp1 != yyssp)
  2154.     fprintf (stderr, " %d", *++ssp1);
  2155.       fprintf (stderr, "\n");
  2156.     }
  2157. #endif
  2158.  
  2159. yyerrhandle:
  2160.  
  2161.   yyn = yypact[yystate];
  2162.   if (yyn == YYFLAG)
  2163.     goto yyerrdefault;
  2164.  
  2165.   yyn += YYTERROR;
  2166.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  2167.     goto yyerrdefault;
  2168.  
  2169.   yyn = yytable[yyn];
  2170.   if (yyn < 0)
  2171.     {
  2172.       if (yyn == YYFLAG)
  2173.     goto yyerrpop;
  2174.       yyn = -yyn;
  2175.       goto yyreduce;
  2176.     }
  2177.   else if (yyn == 0)
  2178.     goto yyerrpop;
  2179.  
  2180.   if (yyn == YYFINAL)
  2181.     YYACCEPT;
  2182.  
  2183. #if YYDEBUG != 0
  2184.   if (yydebug)
  2185.     fprintf(stderr, "Shifting error token, ");
  2186. #endif
  2187.  
  2188.   *++yyvsp = yylval;
  2189. #ifdef YYLSP_NEEDED
  2190.   *++yylsp = yylloc;
  2191. #endif
  2192.  
  2193.   yystate = yyn;
  2194.   goto yynewstate;
  2195. }
  2196. #line 402 "a2p.y"
  2197.  
  2198. #include "a2py.c"
  2199.