home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / FORTH / FLEX.ARC / PARSE.C < prev    next >
Text File  |  1988-10-09  |  31KB  |  1,178 lines

  1.  
  2. /*  A Bison parser, made from parse.y  */
  3.  
  4. #define    CHAR    258
  5. #define    NUMBER    259
  6. #define    SECTEND    260
  7. #define    SCDECL    261
  8. #define    XSCDECL    262
  9. #define    WHITESPACE    263
  10. #define    NAME    264
  11. #define    PREVCCL    265
  12.  
  13. #line 17 "parse.y"
  14.  
  15. #include "flexdef.h"
  16.  
  17. int pat, scnum, eps, headcnt, trailcnt, anyccl, lastchar, i, actvp, rulelen;
  18. int trlcontxt, xcluflg, cclsorted, varlength;
  19. char clower();
  20.  
  21. static int madeany = false;  /* whether we've made the '.' character class */
  22.  
  23.  
  24. #ifndef YYLTYPE
  25. typedef
  26.   struct yyltype
  27.     {
  28.       int timestamp;
  29.        int first_line;
  30.       int first_column;
  31.       int last_line;
  32.         int last_column;
  33.         char *text;
  34.    }
  35.   yyltype;
  36.  
  37. #define YYLTYPE yyltype
  38. #endif
  39.  
  40. #define    YYACCEPT    return(0)
  41. #define    YYABORT    return(1)
  42. #define    YYERROR    return(1)
  43. #ifndef YYSTYPE
  44. #define YYSTYPE int
  45. #endif
  46. #include <stdio.h>
  47.  
  48. #ifdef MSDOS
  49. # ifdef __TURBOC__
  50. #  include <alloc.h>
  51. #  include <mem.h>
  52. # else
  53. #  include <malloc.h>
  54. #  include <memory.h>
  55. # endif
  56. #endif
  57.  
  58.  
  59. #define    YYFINAL        81
  60. #define    YYFLAG        -32768
  61. #define    YYNTBASE    31
  62.  
  63. #define YYTRANSLATE(x) (yytranslate[x])
  64.  
  65. static char yytranslate[] = {     0,
  66.      2,     2,     2,     2,     2,     2,     2,     2,     2,    11,
  67.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  68.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  69.      2,     2,     2,    25,     2,    16,     2,     2,     2,    26,
  70.     27,    19,    20,    15,    30,    24,    18,     2,     2,     2,
  71.      2,     2,     2,     2,     2,     2,     2,     2,     2,    13,
  72.      2,    14,    21,     2,     2,     2,     2,     2,     2,     2,
  73.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  74.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  75.     28,     2,    29,    12,     2,     2,     2,     2,     2,     2,
  76.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  77.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  78.      2,     2,    22,    17,    23,     2,     2,     2,     2,     2,
  79.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  80.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  81.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  82.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  83.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  84.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  85.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  86.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  87.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  88.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  89.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  90.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  91.      2,     2,     2,     2,     2,     1,     2,     3,     4,     5,
  92.      6,     7,     8,     9,    10
  93. };
  94.  
  95. static short yyrline[] = {     0,
  96.     29,    32,    41,    42,    43,    47,    50,    60,    64,    67,
  97.     70,    74,    75,    78,    86,    95,   104,   118,   128,   132,
  98.    135,   144,   152,   156,   178,   194,   201,   204,   209,   232,
  99.    240,   244,   251,   258,   265,   278,   292,   310,   332,   349,
  100.    356,   359,   362,   376,   379,   393,   421,   433,   441,   452
  101. };
  102.  
  103. static char * yytname[] = {     0,
  104. "error","$illegal.","CHAR","NUMBER","SECTEND","SCDECL","XSCDECL","WHITESPACE","NAME","PREVCCL",
  105. "'\\n'","'^'","'<'","'>'","','","'$'","'|'","'/'","'*'","'+'",
  106. "'?'","'{'","'}'","'.'","'\"'","'('","')'","'['","']'","'-'",
  107. "goal"
  108. };
  109.  
  110. static short yyr1[] = {     0,
  111.     31,    32,    33,    33,    33,    34,    35,    35,    36,    36,
  112.     36,    37,    37,    38,    39,    39,    39,    39,    39,    40,
  113.     41,    41,    41,    42,    42,    43,    43,    43,    44,    45,
  114.     45,    46,    46,    46,    46,    46,    46,    46,    46,    46,
  115.     46,    46,    46,    47,    47,    48,    48,    48,    49,    49
  116. };
  117.  
  118. static short yyr2[] = {     0,
  119.      4,     0,     5,     0,     2,     1,     1,     1,     3,     1,
  120.      1,     4,     0,     0,     4,     3,     3,     2,     1,     3,
  121.      3,     1,     1,     1,     0,     3,     2,     1,     2,     2,
  122.      1,     2,     2,     2,     6,     5,     4,     1,     1,     1,
  123.      3,     3,     1,     3,     4,     4,     2,     0,     2,     0
  124. };
  125.  
  126. static short yydefact[] = {     2,
  127.      0,     0,     0,     5,     6,     7,     8,    13,     0,    14,
  128.      0,     0,    11,    10,     0,    19,    43,    40,     0,     0,
  129.     38,    50,     0,    48,     0,     0,    25,     0,    28,    31,
  130.     39,     0,     3,    25,    23,    22,     0,     0,     0,    48,
  131.      0,    12,     0,    25,    24,     0,    29,    18,    27,    30,
  132.     32,    33,    34,     0,     9,    17,    20,     0,    49,    41,
  133.     42,     0,    47,    44,    25,    16,    26,     0,    21,    45,
  134.      0,    15,     0,    37,    46,     0,    36,    35,     0,     0,
  135.      0
  136. };
  137.  
  138. static short yydefgoto[] = {    79,
  139.      1,     3,     8,     9,    15,    10,    12,    25,    26,    37,
  140.     48,    27,    28,    29,    30,    31,    41,    38
  141. };
  142.  
  143. static short yypact[] = {-32768,
  144.     61,    -5,    43,-32768,-32768,-32768,-32768,-32768,     8,     9,
  145.      1,     2,-32768,-32768,    28,-32768,-32768,-32768,    32,    45,
  146. -32768,-32768,    32,    13,    42,    19,    57,    32,    32,    50,
  147. -32768,    55,-32768,    57,-32768,-32768,    62,    15,    34,-32768,
  148.      4,-32768,    32,    57,-32768,    32,-32768,-32768,    32,    50,
  149. -32768,-32768,-32768,    74,-32768,-32768,-32768,    56,-32768,-32768,
  150. -32768,     5,   -17,-32768,    57,-32768,    32,    40,-32768,-32768,
  151.     76,-32768,     0,-32768,-32768,    36,-32768,-32768,    80,    81,
  152. -32768
  153. };
  154.  
  155. static short yypgoto[] = {-32768,
  156. -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
  157.    -33,    -2,-32768,    -9,   -29,-32768,    44,-32768
  158. };
  159.  
  160.  
  161. #define    YYLAST        84
  162.  
  163.  
  164. static short yytable[] = {    50,
  165.     56,    13,    16,    76,    17,     4,    63,    63,    -1,    14,
  166.     66,    18,    71,    19,    20,    11,    34,    59,    49,    50,
  167.     39,    17,    77,    44,    40,    21,    22,    23,    18,    24,
  168.     43,    72,    64,    70,    17,    32,    67,    50,    33,    60,
  169.     65,    18,    21,    22,    23,    35,    24,     5,     6,     7,
  170.     46,    47,    42,    36,    73,    21,    22,    23,    78,    24,
  171.     61,     2,    74,    55,    69,    -4,    -4,    -4,    51,    52,
  172.     53,    54,    45,    46,    47,    57,    58,    68,    75,    80,
  173.     81,     0,     0,    62
  174. };
  175.  
  176. static short yycheck[] = {    29,
  177.     34,     1,     1,     4,     3,    11,     3,     3,     0,     9,
  178.     44,    10,    30,    12,    13,     8,    19,     3,    28,    49,
  179.     23,     3,    23,    26,    12,    24,    25,    26,    10,    28,
  180.     12,    65,    29,    29,     3,     8,    46,    67,    11,    25,
  181.     43,    10,    24,    25,    26,     1,    28,     5,     6,     7,
  182.     17,    18,    11,     9,    15,    24,    25,    26,    23,    28,
  183.     27,     1,    23,     9,     9,     5,     6,     7,    19,    20,
  184.     21,    22,    16,    17,    18,    14,    15,     4,     3,     0,
  185.      0,    -1,    -1,    40
  186. };
  187. #define YYPURE 1
  188.  
  189. #line 2 "bison.simple"
  190.  
  191. /* Skeleton output parser for bison,
  192.    copyright (C) 1984 Bob Corbett and Richard Stallman
  193.  
  194.    Permission is granted to anyone to make or distribute verbatim copies of
  195.    this program provided that the copyright notice and this permission notice
  196.    are preserved; and provided that the recipient is not asked to waive or
  197.    limit his right to redistribute copies as permitted by this permission
  198.    notice; and provided that anyone possessing an executable copy is granted
  199.    access to copy the source code, in machine-readable form, in some reasonable
  200.    manner.
  201.  
  202.    Permission is granted to distribute derived works or enhanced versions of
  203.    this program under the above conditions with the additional condition that
  204.    the entire derivative or enhanced work must be covered by a permission
  205.    notice identical to this one.
  206.  
  207.    Anything distributed as part of a package containing portions derived from
  208.    this program, which cannot in current practice perform its function usefully
  209.    in the absense of what was derived directly from this program, is to be
  210.    considered as forming, together with the latter, a single work derived from
  211.    this program, which must be entirely covered by a permission notice
  212.    identical to this one in order for distribution of the package to be
  213.    permitted.
  214.  
  215.    In other words, you are welcome to use, share and improve this program.  You
  216.    are forbidden to forbid anyone else to use, share and improve what you give
  217.    them.  Help stamp out software-hoarding!
  218.  
  219. */
  220.  
  221. /*
  222.    This is the parser code that is written into each bison parser when the
  223.    %semantic_parser declaration is not specified in the grammar.  It was
  224.    written by Richard Stallman by simplifying the hairy parser used when
  225.    %semantic_parser is specified.
  226. */
  227.  
  228. /* Note: there must be only one dollar sign in this file.
  229.    It is replaced by the list of actions, each action
  230.    as one case of the switch.  */
  231.  
  232. #define yyerrok     (yyerrstatus = 0)
  233. #define yyclearin    (yychar = YYEMPTY)
  234. #define YYEMPTY     -2
  235. #define YYEOF        0
  236. #define YYFAIL        goto yyerrlab;
  237.  
  238. #define YYTERROR    1
  239.  
  240. #ifndef YYIMPURE
  241. #define YYLEX        yylex()
  242. #endif
  243.  
  244. #ifndef YYPURE
  245. #define YYLEX        yylex(&yylval, &yylloc)
  246. #endif
  247.  
  248. /* If nonreentrant, generate the variables here */
  249.  
  250. #ifndef YYIMPURE
  251.  
  252. int    yychar;         /*  the lookahead symbol        */
  253. YYSTYPE yylval;         /*  the semantic value of the        */
  254.                 /*  lookahead symbol            */
  255.  
  256. YYLTYPE yylloc;         /*  location data for the lookahead    */
  257.                 /*  symbol                */
  258.  
  259. int yydebug = 0;        /*  nonzero means print parse trace    */
  260.  
  261. #endif    /* YYIMPURE */
  262.  
  263.  
  264. /*  YYMAXDEPTH indicates the initial size of the parser's stacks        */
  265.  
  266. #ifndef YYMAXDEPTH
  267. #define YYMAXDEPTH 200
  268. #endif
  269.  
  270. /*  YYMAXLIMIT is the maximum size the stacks can grow to
  271.     (effective only if the built-in stack extension method is used).  */
  272.  
  273. #ifndef YYMAXLIMIT
  274. #define YYMAXLIMIT 10000
  275. #endif
  276.  
  277.  
  278. #line 91 "bison.simple"
  279. int
  280. yyparse()
  281. {
  282.   register int yystate;
  283.   register int yyn;
  284.   register short *yyssp;
  285.   register YYSTYPE *yyvsp;
  286.   YYLTYPE *yylsp;
  287.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  288.   int yychar1;        /*  lookahead token as an internal (translated) token number */
  289.  
  290. #ifndef MSDOS
  291.  
  292.   short yyssa[YYMAXDEPTH];    /*  the state stack            */
  293.   YYSTYPE yyvsa[YYMAXDEPTH];    /*  the semantic value stack        */
  294.   YYLTYPE yylsa[YYMAXDEPTH];    /*  the location stack            */
  295.  
  296.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  297.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  298.   YYLTYPE *yyls = yylsa;
  299.  
  300. #else    /* MSDOS */
  301.  
  302.             /*  refer to the stacks thru separate pointers */
  303.   short *yyss = (short *) NULL;
  304.             /*  to allow yyoverflow to reallocate them elsewhere */
  305.   YYSTYPE *yyvs = (YYSTYPE *) NULL;
  306.   YYLTYPE *yyls = (YYLTYPE *) NULL;
  307.  
  308. #endif    /* MSDOS */
  309.  
  310.   int yymaxdepth = YYMAXDEPTH;
  311.  
  312. #ifndef YYPURE
  313.  
  314.   int yychar;
  315.   YYSTYPE yylval;
  316.   YYLTYPE yylloc;
  317.  
  318.   extern int yydebug;
  319.  
  320. #endif
  321.  
  322.  
  323.   YYSTYPE yyval;        /*  the variable used to return     */
  324.                 /*  semantic values from the action    */
  325.                 /*  routines                */
  326.  
  327.   int yylen;
  328. #ifndef MSDOS
  329.   char    *malloc(), *memcpy();
  330. #endif
  331.  
  332.   if (yydebug)
  333.     fprintf(stderr, "Starting parse\n");
  334.  
  335. #ifdef MSDOS
  336.     if (yyss == (short *) NULL) {
  337.         yyss = (short *) malloc(sizeof(short) * YYMAXDEPTH);
  338.         if (yyss == (short *) NULL) {
  339.             msdos_die("yyss");
  340.         }
  341.     }
  342.     if (yyvs == (YYSTYPE *) NULL) {
  343.         yyvs = (YYSTYPE *) malloc(sizeof(YYSTYPE) * YYMAXDEPTH);
  344.         if (yyvs == (YYSTYPE *) NULL) {
  345.             msdos_die("yyvs");
  346.         }
  347.     }
  348.     if (yyls == (YYLTYPE *) NULL) {
  349.         yyls = (YYLTYPE *) malloc(sizeof(YYLTYPE) * YYMAXDEPTH);
  350.         if (yyls == (YYLTYPE *) NULL) {
  351.             msdos_die("yyls");
  352.         }
  353.     }
  354. #endif    /* MSDOS */
  355.  
  356.   yystate = 0;
  357.   yyerrstatus = 0;
  358.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  359.  
  360.   /* Initialize stack pointers.
  361.      Waste one element of value and location stack
  362.      so that they stay on the same level as the state stack.  */
  363.  
  364.   yyssp = yyss - 1;
  365.   yyvsp = yyvs;
  366.   yylsp = yyls;
  367.  
  368. /* Push a new state, which is found in    yystate  .  */
  369. /* In all cases, when you get here, the value and location stacks
  370.    have just been pushed. so pushing a state here evens the stacks.  */
  371. yynewstate:
  372.  
  373.   *++yyssp = yystate;
  374.  
  375.   if (yyssp >= yyss + yymaxdepth - 1)
  376.     {
  377.       /* Give user a chance to reallocate the stack */
  378.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  379.       YYSTYPE *yyvs1 = yyvs;
  380.       YYLTYPE *yyls1 = yyls;
  381.       short *yyss1 = yyss;
  382.  
  383.       /* Get the current used size of the three stacks, in elements.  */
  384.       int size = yyssp - yyss + 1;
  385.  
  386. #ifdef yyoverflow
  387.       /* Each stack pointer address is followed by the size of
  388.      the data in use in that stack, in bytes.  */
  389.       yyoverflow("parser stack overflow",
  390.          &yyss1, size * sizeof (*yyssp),
  391.          &yyvs1, size * sizeof (*yyvsp),
  392.          &yyls1, size * sizeof (*yylsp),
  393.          &yymaxdepth);
  394.  
  395.       yyss = yyss1; yyvs = yyvs1; yyls = yyls1;
  396. #else /* no yyoverflow */
  397.  
  398. #ifndef MSDOS
  399.  
  400.       /* Extend the stack our own way.    */
  401.       if (yymaxdepth >= YYMAXLIMIT)
  402.     yyerror("parser stack overflow");
  403.       yymaxdepth *= 2;
  404.       if (yymaxdepth > YYMAXLIMIT)
  405.     yymaxdepth = YYMAXLIMIT;
  406.       yyss = (short *) alloca (yymaxdepth * sizeof (*yyssp));
  407.       bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  408.       yyls = (YYLTYPE *) alloca (yymaxdepth * sizeof (*yylsp));
  409.       bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  410.       yyvs = (YYSTYPE *) alloca (yymaxdepth * sizeof (*yyvsp));
  411.       bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  412.  
  413. #else    /* MSDOS */
  414.  
  415.     /* Extend the stack our own way.  */
  416.     if (yymaxdepth >= YYMAXLIMIT)
  417.         yyerror("parser stack overflow");
  418.     yymaxdepth *= 2;
  419.     if (yymaxdepth > YYMAXLIMIT)
  420.         yymaxdepth = YYMAXLIMIT;
  421.     yyss = (short *) malloc(yymaxdepth * sizeof (*yyssp));
  422.     if (yyss == (short *) NULL) {
  423.         msdos_die("yyss");
  424.     }
  425.     yyls = (YYLTYPE *) malloc(yymaxdepth * sizeof (*yylsp));
  426.     if (yyls == (YYLTYPE *) NULL) {
  427.         msdos_die("yyls");
  428.     }
  429.     yyvs = (YYSTYPE *) malloc(yymaxdepth * sizeof (*yyvsp));
  430.     if (yyvs == (YYSTYPE *) NULL) {
  431.         msdos_die("yyvs");
  432.     }
  433.  
  434.     memcpy((char *)yyss, (char *)yyss1, size * sizeof (*yyssp));
  435.     memcpy((char *)yyls, (char *)yyls1, size * sizeof (*yylsp));
  436.     memcpy((char *)yyvs, (char *)yyvs1, size * sizeof (*yyvsp));
  437.  
  438.     free(yyss1);
  439.     free(yyls1);
  440.     free(yyvs1);
  441.  
  442. #endif    /* MSDOS */
  443. #endif /* no yyoverflow */
  444.  
  445.       yyssp = yyss + size - 1;
  446.       yylsp = yyls + size - 1;
  447.       yyvsp = yyvs + size - 1;
  448.  
  449.       if (yydebug)
  450.     fprintf(stderr, "Stack size increased to %d\n", yymaxdepth);
  451.  
  452.       if (yyssp >= yyss + yymaxdepth - 1)
  453.     YYERROR;
  454.     }
  455.  
  456.   if (yydebug)
  457.     fprintf(stderr, "Entering state %d\n", yystate);
  458.  
  459. /* Do appropriate processing given the current state.  */
  460. /* Read a lookahead token if we need one and don't already have one.  */
  461. yyresume:
  462.  
  463.   /* First try to decide what to do without reference to lookahead token.  */
  464.  
  465.   yyn = yypact[yystate];
  466.   if (yyn == YYFLAG)
  467.     goto yydefault;
  468.  
  469.   /* Not known => get a lookahead token if don't already have one.  */
  470.  
  471.   /* yychar is either YYEMPTY or YYEOF
  472.      or a valid token in external form.  */
  473.  
  474.   if (yychar == YYEMPTY)
  475.     {
  476.       yychar = YYLEX;
  477.     }
  478.  
  479.   /* Convert token to internal form (in yychar1) for indexing tables with */
  480.  
  481.   if (yychar <= 0)        /* This means end of input. */
  482.     {
  483.       yychar1 = 0;
  484.       yychar = YYEOF;        /* Don't call YYLEX any more */
  485.  
  486.       if (yydebug)
  487.     fprintf(stderr, "Now at end of input.\n");
  488.     }
  489.   else
  490.     {
  491.       yychar1 = YYTRANSLATE(yychar);
  492.  
  493.       if (yydebug)
  494.     fprintf(stderr, "Parsing next token; it is %d (%s)\n", yychar, yytname[yychar1]);
  495.     }
  496.  
  497.   yyn += yychar1;
  498.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  499.     goto yydefault;
  500.  
  501.   yyn = yytable[yyn];
  502.  
  503.   /* yyn is what to do for this token type in this state.
  504.      Negative => reduce, -yyn is rule number.
  505.      Positive => shift, yyn is new state.
  506.        New state is final state => don't bother to shift,
  507.        just return success.
  508.      0, or most negative number => error.  */
  509.  
  510.   if (yyn < 0)
  511.     {
  512.       if (yyn == YYFLAG)
  513.     goto yyerrlab;
  514.       yyn = -yyn;
  515.       goto yyreduce;
  516.     }
  517.   else if (yyn == 0)
  518.     goto yyerrlab;
  519.  
  520.   if (yyn == YYFINAL)
  521.     YYACCEPT;
  522.  
  523.   /* Shift the lookahead token.  */
  524.  
  525.   if (yydebug)
  526.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  527.  
  528.   /* Discard the token being shifted unless it is eof.    */
  529.   if (yychar != YYEOF)
  530.     yychar = YYEMPTY;
  531.  
  532.   *++yyvsp = yylval;
  533.   *++yylsp = yylloc;
  534.  
  535.   /* count tokens shifted since error; after three, turn off error status.  */
  536.   if (yyerrstatus) yyerrstatus--;
  537.  
  538.   yystate = yyn;
  539.   goto yynewstate;
  540.  
  541. /* Do the default action for the current state.  */
  542. yydefault:
  543.  
  544.   yyn = yydefact[yystate];
  545.   if (yyn == 0)
  546.     goto yyerrlab;
  547.  
  548. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  549. yyreduce:
  550.   yylen = yyr2[yyn];
  551.   yyval = yyvsp[1-yylen]; /* implement default value of the action */
  552.  
  553.   if (yydebug)
  554.     {
  555.       if (yylen == 1)
  556.     fprintf (stderr, "Reducing 1 value via line %d, ",
  557.          yyrline[yyn]);
  558.       else
  559.     fprintf (stderr, "Reducing %d values via line %d, ",
  560.          yylen, yyrline[yyn]);
  561.     }
  562.  
  563.  
  564.   switch (yyn) {
  565.  
  566. case 2:
  567. #line 33 "parse.y"
  568. {
  569.             /* initialize for processing rules */
  570.  
  571.             /* create default DFA start condition */
  572.             scinstal( "INITIAL", false );
  573.             ;
  574.     break;}
  575. case 5:
  576. #line 44 "parse.y"
  577. { synerr( "unknown error processing section 1" ); ;
  578.     break;}
  579. case 7:
  580. #line 51 "parse.y"
  581. {
  582.             /* these productions are separate from the s1object
  583.              * rule because the semantics must be done before
  584.              * we parse the remainder of an s1object
  585.              */
  586.  
  587.             xcluflg = false;
  588.             ;
  589.     break;}
  590. case 8:
  591. #line 61 "parse.y"
  592. { xcluflg = true; ;
  593.     break;}
  594. case 9:
  595. #line 65 "parse.y"
  596. { scinstal( nmstr, xcluflg ); ;
  597.     break;}
  598. case 10:
  599. #line 68 "parse.y"
  600. { scinstal( nmstr, xcluflg ); ;
  601.     break;}
  602. case 11:
  603. #line 71 "parse.y"
  604. { synerr( "bad start condition list" ); ;
  605.     break;}
  606. case 14:
  607. #line 79 "parse.y"
  608. {
  609.             /* initialize for a parse of one rule */
  610.             trlcontxt = varlength = false;
  611.             trailcnt = headcnt = rulelen = 0;
  612.             ;
  613.     break;}
  614. case 15:
  615. #line 87 "parse.y"
  616. {
  617.             pat = link_machines( yyvsp[-1], yyvsp[0] );
  618.             add_accept( pat, headcnt, trailcnt );
  619.  
  620.             for ( i = 1; i <= actvp; ++i )
  621.                 scbol[actvsc[i]] = mkbranch( scbol[actvsc[i]], pat );
  622.             ;
  623.     break;}
  624. case 16:
  625. #line 96 "parse.y"
  626. {
  627.             pat = link_machines( yyvsp[-1], yyvsp[0] );
  628.             add_accept( pat, headcnt, trailcnt );
  629.  
  630.             for ( i = 1; i <= actvp; ++i )
  631.                 scset[actvsc[i]] = mkbranch( scset[actvsc[i]], pat );
  632.             ;
  633.     break;}
  634. case 17:
  635. #line 105 "parse.y"
  636. {
  637.             pat = link_machines( yyvsp[-1], yyvsp[0] );
  638.             add_accept( pat, headcnt, trailcnt );
  639.  
  640.             /* add to all non-exclusive start conditions,
  641.              * including the default (0) start condition
  642.              */
  643.  
  644.             for ( i = 1; i <= lastsc; ++i )
  645.                 if ( ! scxclu[i] )
  646.                 scbol[i] = mkbranch( scbol[i], pat );
  647.             ;
  648.     break;}
  649. case 18:
  650. #line 119 "parse.y"
  651. {
  652.             pat = link_machines( yyvsp[-1], yyvsp[0] );
  653.             add_accept( pat, headcnt, trailcnt );
  654.  
  655.             for ( i = 1; i <= lastsc; ++i )
  656.                 if ( ! scxclu[i] )
  657.                 scset[i] = mkbranch( scset[i], pat );
  658.             ;
  659.     break;}
  660. case 19:
  661. #line 129 "parse.y"
  662. { synerr( "unrecognized rule" ); ;
  663.     break;}
  664. case 21:
  665. #line 136 "parse.y"
  666. {
  667.             if ( (scnum = sclookup( nmstr )) == 0 )
  668.                 synerr( "undeclared start condition" );
  669.  
  670.             else
  671.                 actvsc[++actvp] = scnum;
  672.             ;
  673.     break;}
  674. case 22:
  675. #line 145 "parse.y"
  676. {
  677.             if ( (scnum = sclookup( nmstr )) == 0 )
  678.                 synerr( "undeclared start condition" );
  679.             else
  680.                 actvsc[actvp = 1] = scnum;
  681.             ;
  682.     break;}
  683. case 23:
  684. #line 153 "parse.y"
  685. { synerr( "bad start condition list" ); ;
  686.     break;}
  687. case 24:
  688. #line 157 "parse.y"
  689. {
  690.             if ( trlcontxt )
  691.                 {
  692.                 synerr( "trailing context used twice" );
  693.                 yyval = mkstate( SYM_EPSILON );
  694.                 }
  695.             else
  696.                 {
  697.                 trlcontxt = true;
  698.  
  699.                 if ( ! varlength )
  700.                 headcnt = rulelen;
  701.  
  702.                 ++rulelen;
  703.                 trailcnt = 1;
  704.  
  705.                 eps = mkstate( SYM_EPSILON );
  706.                 yyval = link_machines( eps, mkstate( '\n' ) );
  707.                 }
  708.             ;
  709.     break;}
  710. case 25:
  711. #line 179 "parse.y"
  712. {
  713.                 yyval = mkstate( SYM_EPSILON );
  714.  
  715.             if ( trlcontxt )
  716.                 {
  717.                 if ( varlength && headcnt == 0 )
  718.                 /* both head and trail are variable-length */
  719.                 synerr( "illegal trailing context" );
  720.  
  721.                 else
  722.                 trailcnt = rulelen;
  723.                 }
  724.                 ;
  725.     break;}
  726. case 26:
  727. #line 195 "parse.y"
  728. {
  729.             varlength = true;
  730.  
  731.             yyval = mkor( yyvsp[-2], yyvsp[0] );
  732.             ;
  733.     break;}
  734. case 27:
  735. #line 202 "parse.y"
  736. { yyval = link_machines( yyvsp[-1], yyvsp[0] ); ;
  737.     break;}
  738. case 28:
  739. #line 205 "parse.y"
  740. { yyval = yyvsp[0]; ;
  741.     break;}
  742. case 29:
  743. #line 210 "parse.y"
  744. {
  745.             /* this rule is separate from the others for "re" so
  746.              * that the reduction will occur before the trailing
  747.              * series is parsed
  748.              */
  749.  
  750.             if ( trlcontxt )
  751.                 synerr( "trailing context used twice" );
  752.             else
  753.                 trlcontxt = true;
  754.  
  755.             if ( varlength )
  756.                 /* the trailing context had better be fixed-length */
  757.                 varlength = false;
  758.             else
  759.                 headcnt = rulelen;
  760.  
  761.             rulelen = 0;
  762.             yyval = yyvsp[-1];
  763.             ;
  764.     break;}
  765. case 30:
  766. #line 233 "parse.y"
  767. {
  768.             /* this is where concatenation of adjacent patterns
  769.              * gets done
  770.              */
  771.             yyval = link_machines( yyvsp[-1], yyvsp[0] );
  772.             ;
  773.     break;}
  774. case 31:
  775. #line 241 "parse.y"
  776. { yyval = yyvsp[0]; ;
  777.     break;}
  778. case 32:
  779. #line 245 "parse.y"
  780. {
  781.             varlength = true;
  782.  
  783.             yyval = mkclos( yyvsp[-1] );
  784.             ;
  785.     break;}
  786. case 33:
  787. #line 252 "parse.y"
  788. {
  789.             varlength = true;
  790.  
  791.             yyval = mkposcl( yyvsp[-1] );
  792.             ;
  793.     break;}
  794. case 34:
  795. #line 259 "parse.y"
  796. {
  797.             varlength = true;
  798.  
  799.             yyval = mkopt( yyvsp[-1] );
  800.             ;
  801.     break;}
  802. case 35:
  803. #line 266 "parse.y"
  804. {
  805.             varlength = true;
  806.  
  807.             if ( yyvsp[-3] > yyvsp[-1] || yyvsp[-3] <= 0 )
  808.                 {
  809.                 synerr( "bad iteration values" );
  810.                 yyval = yyvsp[-5];
  811.                 }
  812.             else
  813.                 yyval = mkrep( yyvsp[-5], yyvsp[-3], yyvsp[-1] );
  814.             ;
  815.     break;}
  816. case 36:
  817. #line 279 "parse.y"
  818. {
  819.             varlength = true;
  820.  
  821.             if ( yyvsp[-2] <= 0 )
  822.                 {
  823.                 synerr( "iteration value must be positive" );
  824.                 yyval = yyvsp[-4];
  825.                 }
  826.  
  827.             else
  828.                 yyval = mkrep( yyvsp[-4], yyvsp[-2], INFINITY );
  829.             ;
  830.     break;}
  831. case 37:
  832. #line 293 "parse.y"
  833. {
  834.             /* the singleton could be something like "(foo)",
  835.              * in which case we have no idea what its length
  836.              * is, so we punt here.
  837.              */
  838.             varlength = true;
  839.  
  840.             if ( yyvsp[-1] <= 0 )
  841.                 {
  842.                 synerr( "iteration value must be positive" );
  843.                 yyval = yyvsp[-3];
  844.                 }
  845.  
  846.             else
  847.                 yyval = link_machines( yyvsp[-3], copysingl( yyvsp[-3], yyvsp[-1] - 1 ) );
  848.             ;
  849.     break;}
  850. case 38:
  851. #line 311 "parse.y"
  852. {
  853.             if ( ! madeany )
  854.                 {
  855.                 /* create the '.' character class */
  856.                 anyccl = cclinit();
  857.                 ccladd( anyccl, '\n' );
  858.                 cclnegate( anyccl );
  859.  
  860.                 if ( useecs )
  861.                 mkeccl( ccltbl + cclmap[anyccl],
  862.                     ccllen[anyccl], nextecm,
  863.                     ecgroup, CSIZE );
  864.                 
  865.                 madeany = true;
  866.                 }
  867.  
  868.             ++rulelen;
  869.  
  870.             yyval = mkstate( -anyccl );
  871.             ;
  872.     break;}
  873. case 39:
  874. #line 333 "parse.y"
  875. {
  876.             if ( ! cclsorted )
  877.                 /* sort characters for fast searching.  We use a
  878.                  * shell sort since this list could be large.
  879.                  */
  880.                 cshell( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]] );
  881.  
  882.             if ( useecs )
  883.                 mkeccl( ccltbl + cclmap[yyvsp[0]], ccllen[yyvsp[0]],
  884.                     nextecm, ecgroup, CSIZE );
  885.                      
  886.             ++rulelen;
  887.  
  888.             yyval = mkstate( -yyvsp[0] );
  889.             ;
  890.     break;}
  891. case 40:
  892. #line 350 "parse.y"
  893. {
  894.             ++rulelen;
  895.  
  896.             yyval = mkstate( -yyvsp[0] );
  897.             ;
  898.     break;}
  899. case 41:
  900. #line 357 "parse.y"
  901. { yyval = yyvsp[-1]; ;
  902.     break;}
  903. case 42:
  904. #line 360 "parse.y"
  905. { yyval = yyvsp[-1]; ;
  906.     break;}
  907. case 43:
  908. #line 363 "parse.y"
  909. {
  910.             ++rulelen;
  911.  
  912.             if ( yyvsp[0] == '\0' )
  913.                 synerr( "null in rule" );
  914.  
  915.             if ( caseins && yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  916.                 yyvsp[0] = clower( yyvsp[0] );
  917.  
  918.             yyval = mkstate( yyvsp[0] );
  919.             ;
  920.     break;}
  921. case 44:
  922. #line 377 "parse.y"
  923. { yyval = yyvsp[-1]; ;
  924.     break;}
  925. case 45:
  926. #line 380 "parse.y"
  927. {
  928.             /* *Sigh* - to be compatible Unix lex, negated ccls
  929.              * match newlines
  930.              */
  931. #ifdef NOTDEF
  932.             ccladd( yyvsp[-1], '\n' ); /* negated ccls don't match '\n' */
  933.             cclsorted = false; /* because we added the newline */
  934. #endif
  935.             cclnegate( yyvsp[-1] );
  936.             yyval = yyvsp[-1];
  937.             ;
  938.     break;}
  939. case 46:
  940. #line 394 "parse.y"
  941. {
  942.             if ( yyvsp[-2] > yyvsp[0] )
  943.                 synerr( "negative range in character class" );
  944.  
  945.             else
  946.                 {
  947.                 if ( caseins )
  948.                 {
  949.                 if ( yyvsp[-2] >= 'A' && yyvsp[-2] <= 'Z' )
  950.                     yyvsp[-2] = clower( yyvsp[-2] );
  951.                 if ( yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  952.                     yyvsp[0] = clower( yyvsp[0] );
  953.                 }
  954.  
  955.                 for ( i = yyvsp[-2]; i <= yyvsp[0]; ++i )
  956.                     ccladd( yyvsp[-3], i );
  957.  
  958.                 /* keep track if this ccl is staying in alphabetical
  959.                  * order
  960.                  */
  961.                 cclsorted = cclsorted && (yyvsp[-2] > lastchar);
  962.                 lastchar = yyvsp[0];
  963.                 }
  964.             
  965.             yyval = yyvsp[-3];
  966.             ;
  967.     break;}
  968. case 47:
  969. #line 422 "parse.y"
  970. {
  971.             if ( caseins )
  972.                 if ( yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  973.                 yyvsp[0] = clower( yyvsp[0] );
  974.  
  975.             ccladd( yyvsp[-1], yyvsp[0] );
  976.             cclsorted = cclsorted && (yyvsp[0] > lastchar);
  977.             lastchar = yyvsp[0];
  978.             yyval = yyvsp[-1];
  979.             ;
  980.     break;}
  981. case 48:
  982. #line 434 "parse.y"
  983. {
  984.             cclsorted = true;
  985.             lastchar = 0;
  986.             yyval = cclinit();
  987.             ;
  988.     break;}
  989. case 49:
  990. #line 442 "parse.y"
  991. {
  992.             if ( caseins )
  993.                 if ( yyvsp[0] >= 'A' && yyvsp[0] <= 'Z' )
  994.                 yyvsp[0] = clower( yyvsp[0] );
  995.  
  996.             ++rulelen;
  997.  
  998.             yyval = link_machines( yyvsp[-1], mkstate( yyvsp[0] ) );
  999.             ;
  1000.     break;}
  1001. case 50:
  1002. #line 453 "parse.y"
  1003. { yyval = mkstate( SYM_EPSILON ); ;
  1004.     break;}
  1005. }
  1006.    /* the action file gets copied in in place of this dollarsign */
  1007. #line 375 "bison.simple"
  1008.  
  1009.   yyvsp -= yylen;
  1010.   yylsp -= yylen;
  1011.   yyssp -= yylen;
  1012.  
  1013.   if (yydebug)
  1014.     {
  1015.       short *ssp1 = yyss - 1;
  1016.       fprintf (stderr, "state stack now", yyssp-yyss);
  1017.       while (ssp1 != yyssp)
  1018.     fprintf (stderr, " %d", *++ssp1);
  1019.       fprintf (stderr, "\n");
  1020.     }
  1021.  
  1022.   *++yyvsp = yyval;
  1023.  
  1024.   yylsp++;
  1025.   if (yylen == 0)
  1026.     {
  1027.       yylsp->first_line = yylloc.first_line;
  1028.       yylsp->first_column = yylloc.first_column;
  1029.       yylsp->last_line = (yylsp-1)->last_line;
  1030.       yylsp->last_column = (yylsp-1)->last_column;
  1031.       yylsp->text = 0;
  1032.     }
  1033.   else
  1034.     {
  1035.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  1036.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  1037.     }
  1038.  
  1039.   /* Now "shift" the result of the reduction.
  1040.      Determine what state that goes to,
  1041.      based on the state we popped back to
  1042.      and the rule number reduced by.  */
  1043.  
  1044.   yyn = yyr1[yyn];
  1045.  
  1046.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  1047.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  1048.     yystate = yytable[yystate];
  1049.   else
  1050.     yystate = yydefgoto[yyn - YYNTBASE];
  1051.  
  1052.   goto yynewstate;
  1053.  
  1054. yyerrlab:   /* here on detecting error */
  1055.  
  1056.   if (! yyerrstatus)
  1057.     /* If not already recovering from an error, report this error.  */
  1058.     {
  1059.       yyerror("parse error");
  1060.     }
  1061.  
  1062.   if (yyerrstatus == 3)
  1063.     {
  1064.       /* if just tried and failed to reuse lookahead token after an error, discard it.    */
  1065.  
  1066.       /* return failure if at end of input */
  1067.       if (yychar == YYEOF)
  1068.     YYERROR;
  1069.  
  1070.       if (yydebug)
  1071.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  1072.  
  1073.       yychar = YYEMPTY;
  1074.     }
  1075.  
  1076.   /* Else will try to reuse lookahead token
  1077.      after shifting the error token.  */
  1078.  
  1079.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  1080.  
  1081.   goto yyerrhandle;
  1082.  
  1083. yyerrdefault:  /* current state does not do anything special for the error token. */
  1084.  
  1085.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  1086.   if (yyn) goto yydefault;
  1087.  
  1088. yyerrpop:   /* pop the current state because it cannot handle the error token */
  1089.  
  1090.   if (yyssp == yyss) YYERROR;
  1091.   yyvsp--;
  1092.   yylsp--;
  1093.   yystate = *--yyssp;
  1094.  
  1095.   if (yydebug)
  1096.     {
  1097.       short *ssp1 = yyss - 1;
  1098.       fprintf (stderr, "Error: state stack now", yyssp-yyss);
  1099.       while (ssp1 != yyssp)
  1100.     fprintf (stderr, " %d", *++ssp1);
  1101.       fprintf (stderr, "\n");
  1102.     }
  1103.  
  1104. yyerrhandle:
  1105.  
  1106.   yyn = yypact[yystate];
  1107.   if (yyn == YYFLAG)
  1108.     goto yyerrdefault;
  1109.  
  1110.   yyn += YYTERROR;
  1111.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  1112.     goto yyerrdefault;
  1113.  
  1114.   yyn = yytable[yyn];
  1115.   if (yyn < 0)
  1116.     {
  1117.       if (yyn == YYFLAG)
  1118.     goto yyerrpop;
  1119.       yyn = -yyn;
  1120.       goto yyreduce;
  1121.     }
  1122.   else if (yyn == 0)
  1123.     goto yyerrpop;
  1124.  
  1125.   if (yyn == YYFINAL)
  1126.     YYACCEPT;
  1127.  
  1128.   if (yydebug)
  1129.     fprintf(stderr, "Shifting error token, ");
  1130.  
  1131.   *++yyvsp = yylval;
  1132.   *++yylsp = yylloc;
  1133.  
  1134.   yystate = yyn;
  1135.   goto yynewstate;
  1136. }
  1137.  
  1138.  
  1139. #ifdef MSDOS
  1140. msdos_die(msg)
  1141. char    *msg;
  1142. {
  1143.     fprintf(stderr, "Unable to allocate memory: %s\n", msg);
  1144.     exit(1);
  1145. }
  1146. #endif    /* MSDOS */
  1147. #line 456 "parse.y"
  1148.  
  1149.  
  1150. /* synerr - report a syntax error
  1151.  *
  1152.  * synopsis
  1153.  *    char str[];
  1154.  *    synerr( str );
  1155.  */
  1156.  
  1157. synerr( str )
  1158. char str[];
  1159.  
  1160.     {
  1161.     syntaxerror = true;
  1162.     fprintf( stderr, "Syntax error at line %d:  %s\n", linenum, str );
  1163.     }
  1164.  
  1165.  
  1166. /* yyerror - eat up an error message from the parser
  1167.  *
  1168.  * synopsis
  1169.  *    char msg[];
  1170.  *    yyerror( msg );
  1171.  */
  1172.  
  1173. yyerror( msg )
  1174. char msg[];
  1175.  
  1176.     {
  1177.     }
  1178.