home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / emacs-18.59-src.lha / src / build / emacs-18.59 / cpp / cexp.tab.c
C/C++ Source or Header  |  1992-11-22  |  35KB  |  1,367 lines

  1.  
  2. /*  A Bison parser, made from cexp.y  */
  3.  
  4. #define YYBISON 1  /* Identify Bison output.  */
  5.  
  6. #define    INT    258
  7. #define    CHAR    259
  8. #define    NAME    260
  9. #define    ERROR    261
  10. #define    OR    262
  11. #define    AND    263
  12. #define    EQUAL    264
  13. #define    NOTEQUAL    265
  14. #define    LEQ    266
  15. #define    GEQ    267
  16. #define    LSH    268
  17. #define    RSH    269
  18. #define    UNARY    270
  19.  
  20. #line 99 "cexp.y"
  21.  
  22. #include <setjmp.h>
  23. /* #define YYDEBUG 1 */
  24.  
  25.   static int yylex ();
  26.   static yyerror ();
  27.   int expression_value;
  28.  
  29.   static jmp_buf parse_return_error;
  30.  
  31.   /* some external tables of character types */
  32.   extern unsigned char is_idstart[], is_idchar[];
  33.  
  34.  
  35. #line 114 "cexp.y"
  36. typedef union {
  37.   long lval;
  38.   int voidval;
  39.   char *sval;
  40. } YYSTYPE;
  41.  
  42. #ifndef YYLTYPE
  43. typedef
  44.   struct yyltype
  45.     {
  46.       int timestamp;
  47.       int first_line;
  48.       int first_column;
  49.       int last_line;
  50.       int last_column;
  51.       char *text;
  52.    }
  53.   yyltype;
  54.  
  55. #define YYLTYPE yyltype
  56. #endif
  57.  
  58. #include <stdio.h>
  59.  
  60. #ifndef __STDC__
  61. #define const
  62. #endif
  63.  
  64.  
  65.  
  66. #define    YYFINAL        59
  67. #define    YYFLAG        -32768
  68. #define    YYNTBASE    33
  69.  
  70. #define YYTRANSLATE(x) ((unsigned)(x) <= 270 ? yytranslate[x] : 36)
  71.  
  72. static const char yytranslate[] = {     0,
  73.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  74.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  75.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  76.      2,     2,    27,     2,     2,     2,    25,    12,     2,    29,
  77.     30,    23,    21,     7,    22,     2,    24,     2,     2,     2,
  78.      2,     2,     2,     2,     2,     2,     2,    32,     2,    15,
  79.      2,    16,    31,     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,    11,     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,    10,     2,    28,     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,     2,     2,     2,     2,     2,
  92.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  93.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  94.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  95.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  96.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  97.      2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
  98.      2,     2,     2,     2,     2,     1,     2,     3,     4,     5,
  99.      6,     8,     9,    13,    14,    17,    18,    19,    20,    26
  100. };
  101.  
  102. #if YYDEBUG != 0
  103. static const short yyprhs[] = {     0,
  104.      0,     2,     4,     8,    11,    14,    17,    21,    25,    29,
  105.     33,    37,    41,    45,    49,    53,    57,    61,    65,    69,
  106.     73,    77,    81,    85,    89,    93,    99,   101,   103
  107. };
  108.  
  109. #endif
  110.  
  111. static const short yyrhs[] = {    34,
  112.      0,    35,     0,    34,     7,    35,     0,    22,    35,     0,
  113.     27,    35,     0,    28,    35,     0,    29,    34,    30,     0,
  114.     35,    23,    35,     0,    35,    24,    35,     0,    35,    25,
  115.     35,     0,    35,    21,    35,     0,    35,    22,    35,     0,
  116.     35,    19,    35,     0,    35,    20,    35,     0,    35,    13,
  117.     35,     0,    35,    14,    35,     0,    35,    17,    35,     0,
  118.     35,    18,    35,     0,    35,    15,    35,     0,    35,    16,
  119.     35,     0,    35,    12,    35,     0,    35,    11,    35,     0,
  120.     35,    10,    35,     0,    35,     9,    35,     0,    35,     8,
  121.     35,     0,    35,    31,    35,    32,    35,     0,     3,     0,
  122.      4,     0,     5,     0
  123. };
  124.  
  125. #if YYDEBUG != 0
  126. static const short yyrline[] = { 0,
  127.    140,   145,   146,   151,   153,   155,   157,   162,   164,   166,
  128.    168,   170,   172,   174,   176,   178,   180,   182,   184,   186,
  129.    188,   190,   192,   194,   196,   198,   200,   202,   204
  130. };
  131.  
  132. static const char * const yytname[] = {   "$","error","$illegal.","INT","CHAR",
  133. "NAME","ERROR","','","OR","AND","'|'","'^'","'&'","EQUAL","NOTEQUAL","'<'","'>'",
  134. "LEQ","GEQ","LSH","RSH","'+'","'-'","'*'","'/'","'%'","UNARY","'!'","'~'","'('",
  135. "')'","'?'","':'","start","exp1","exp",""
  136. };
  137. #endif
  138.  
  139. static const short yyr1[] = {     0,
  140.     33,    34,    34,    35,    35,    35,    35,    35,    35,    35,
  141.     35,    35,    35,    35,    35,    35,    35,    35,    35,    35,
  142.     35,    35,    35,    35,    35,    35,    35,    35,    35
  143. };
  144.  
  145. static const short yyr2[] = {     0,
  146.      1,     1,     3,     2,     2,     2,     3,     3,     3,     3,
  147.      3,     3,     3,     3,     3,     3,     3,     3,     3,     3,
  148.      3,     3,     3,     3,     3,     5,     1,     1,     1
  149. };
  150.  
  151. static const short yydefact[] = {     0,
  152.     27,    28,    29,     0,     0,     0,     0,     1,     2,     4,
  153.      5,     6,     0,     0,     0,     0,     0,     0,     0,     0,
  154.      0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
  155.      0,     0,     0,     7,     3,    25,    24,    23,    22,    21,
  156.     15,    16,    19,    20,    17,    18,    13,    14,    11,    12,
  157.      8,     9,    10,     0,     0,    26,     0,     0,     0
  158. };
  159.  
  160. static const short yydefgoto[] = {    57,
  161.      8,     9
  162. };
  163.  
  164. static const short yypact[] = {    27,
  165. -32768,-32768,-32768,    27,    27,    27,    27,-    3,    74,-   28,
  166. -   28,-   28,    45,    27,    27,    27,    27,    27,    27,    27,
  167.     27,    27,    27,    27,    27,    27,    27,    27,    27,    27,
  168.     27,    27,    27,-32768,    74,    97,   119,    22,   139,   158,
  169.    175,   175,   188,   188,   188,   188,   193,   193,   197,   197,
  170. -   28,-   28,-   28,    49,    27,    74,     5,     6,-32768
  171. };
  172.  
  173. static const short yypgoto[] = {-32768,
  174.      0,-    4
  175. };
  176.  
  177.  
  178. #define    YYLAST        228
  179.  
  180.  
  181. static const short yytable[] = {    10,
  182.     11,    12,    33,    14,    58,    59,    13,     0,     0,    35,
  183.     36,    37,    38,    39,    40,    41,    42,    43,    44,    45,
  184.     46,    47,    48,    49,    50,    51,    52,    53,    54,     1,
  185.      2,     3,    18,    19,    20,    21,    22,    23,    24,    25,
  186.     26,    27,    28,    29,    30,    31,    32,     0,     4,     0,
  187.     56,    14,    33,     5,     6,     7,    15,    16,    17,    18,
  188.     19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
  189.     29,    30,    31,    32,    34,     0,     0,     0,     0,    33,
  190.     55,    15,    16,    17,    18,    19,    20,    21,    22,    23,
  191.     24,    25,    26,    27,    28,    29,    30,    31,    32,     0,
  192.      0,     0,     0,     0,    33,    16,    17,    18,    19,    20,
  193.     21,    22,    23,    24,    25,    26,    27,    28,    29,    30,
  194.     31,    32,     0,     0,     0,     0,     0,    33,    17,    18,
  195.     19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
  196.     29,    30,    31,    32,     0,     0,     0,     0,     0,    33,
  197.     19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
  198.     29,    30,    31,    32,     0,     0,     0,     0,     0,    33,
  199.     20,    21,    22,    23,    24,    25,    26,    27,    28,    29,
  200.     30,    31,    32,     0,     0,     0,     0,     0,    33,    22,
  201.     23,    24,    25,    26,    27,    28,    29,    30,    31,    32,
  202.      0,     0,     0,     0,     0,    33,    26,    27,    28,    29,
  203.     30,    31,    32,    28,    29,    30,    31,    32,    33,    30,
  204.     31,    32,     0,    33,     0,     0,     0,    33
  205. };
  206.  
  207. static const short yycheck[] = {     4,
  208.      5,     6,    31,     7,     0,     0,     7,-    1,-    1,    14,
  209.     15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
  210.     25,    26,    27,    28,    29,    30,    31,    32,    33,     3,
  211.      4,     5,    11,    12,    13,    14,    15,    16,    17,    18,
  212.     19,    20,    21,    22,    23,    24,    25,-    1,    22,-    1,
  213.     55,     7,    31,    27,    28,    29,     8,     9,    10,    11,
  214.     12,    13,    14,    15,    16,    17,    18,    19,    20,    21,
  215.     22,    23,    24,    25,    30,-    1,-    1,-    1,-    1,    31,
  216.     32,     8,     9,    10,    11,    12,    13,    14,    15,    16,
  217.     17,    18,    19,    20,    21,    22,    23,    24,    25,-    1,
  218. -    1,-    1,-    1,-    1,    31,     9,    10,    11,    12,    13,
  219.     14,    15,    16,    17,    18,    19,    20,    21,    22,    23,
  220.     24,    25,-    1,-    1,-    1,-    1,-    1,    31,    10,    11,
  221.     12,    13,    14,    15,    16,    17,    18,    19,    20,    21,
  222.     22,    23,    24,    25,-    1,-    1,-    1,-    1,-    1,    31,
  223.     12,    13,    14,    15,    16,    17,    18,    19,    20,    21,
  224.     22,    23,    24,    25,-    1,-    1,-    1,-    1,-    1,    31,
  225.     13,    14,    15,    16,    17,    18,    19,    20,    21,    22,
  226.     23,    24,    25,-    1,-    1,-    1,-    1,-    1,    31,    15,
  227.     16,    17,    18,    19,    20,    21,    22,    23,    24,    25,
  228. -    1,-    1,-    1,-    1,-    1,    31,    19,    20,    21,    22,
  229.     23,    24,    25,    21,    22,    23,    24,    25,    31,    23,
  230.     24,    25,-    1,    31,-    1,-    1,-    1,    31
  231. };
  232. /* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
  233. #line 3 "bison.simple"
  234.  
  235. /* Skeleton output parser for bison,
  236.    Copyright (C) 1984, 1989, 1990 Bob Corbett and Richard Stallman
  237.  
  238.    This program is free software; you can redistribute it and/or modify
  239.    it under the terms of the GNU General Public License as published by
  240.    the Free Software Foundation; either version 1, or (at your option)
  241.    any later version.
  242.  
  243.    This program is distributed in the hope that it will be useful,
  244.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  245.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  246.    GNU General Public License for more details.
  247.  
  248.    You should have received a copy of the GNU General Public License
  249.    along with this program; if not, write to the Free Software
  250.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  251.  
  252.  
  253. #ifndef alloca
  254. #ifdef __GNUC__
  255. #define alloca __builtin_alloca
  256. #else /* not GNU C.  */
  257. #if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc)
  258. #include <alloca.h>
  259. #else /* not sparc */
  260. #if defined (MSDOS) && !defined (__TURBOC__)
  261. #include <malloc.h>
  262. #else /* not MSDOS, or __TURBOC__ */
  263. #if defined(_AIX)
  264. #include <malloc.h>
  265.  #pragma alloca
  266. #endif /* not _AIX */
  267. #endif /* not MSDOS, or __TURBOC__ */
  268. #endif /* not sparc.  */
  269. #endif /* not GNU C.  */
  270. #endif /* alloca not defined.  */
  271.  
  272. /* This is the parser code that is written into each bison parser
  273.   when the %semantic_parser declaration is not specified in the grammar.
  274.   It was written by Richard Stallman by simplifying the hairy parser
  275.   used when %semantic_parser is specified.  */
  276.  
  277. /* Note: there must be only one dollar sign in this file.
  278.    It is replaced by the list of actions, each action
  279.    as one case of the switch.  */
  280.  
  281. #define yyerrok        (yyerrstatus = 0)
  282. #define yyclearin    (yychar = YYEMPTY)
  283. #define YYEMPTY        -2
  284. #define YYEOF        0
  285. #define YYACCEPT    return(0)
  286. #define YYABORT     return(1)
  287. #define YYERROR        goto yyerrlab1
  288. /* Like YYERROR except do call yyerror.
  289.    This remains here temporarily to ease the
  290.    transition to the new meaning of YYERROR, for GCC.
  291.    Once GCC version 2 has supplanted version 1, this can go.  */
  292. #define YYFAIL        goto yyerrlab
  293. #define YYRECOVERING()  (!!yyerrstatus)
  294. #define YYBACKUP(token, value) \
  295. do                                \
  296.   if (yychar == YYEMPTY && yylen == 1)                \
  297.     { yychar = (token), yylval = (value);            \
  298.       yychar1 = YYTRANSLATE (yychar);                \
  299.       YYPOPSTACK;                        \
  300.       goto yybackup;                        \
  301.     }                                \
  302.   else                                \
  303.     { yyerror ("syntax error: cannot back up"); YYERROR; }    \
  304. while (0)
  305.  
  306. #define YYTERROR    1
  307. #define YYERRCODE    256
  308.  
  309. #ifndef YYPURE
  310. #define YYLEX        yylex()
  311. #endif
  312.  
  313. #ifdef YYPURE
  314. #ifdef YYLSP_NEEDED
  315. #define YYLEX        yylex(&yylval, &yylloc)
  316. #else
  317. #define YYLEX        yylex(&yylval)
  318. #endif
  319. #endif
  320.  
  321. /* If nonreentrant, generate the variables here */
  322.  
  323. #ifndef YYPURE
  324.  
  325. int    yychar;            /*  the lookahead symbol        */
  326. YYSTYPE    yylval;            /*  the semantic value of the        */
  327.                 /*  lookahead symbol            */
  328.  
  329. #ifdef YYLSP_NEEDED
  330. YYLTYPE yylloc;            /*  location data for the lookahead    */
  331.                 /*  symbol                */
  332. #endif
  333.  
  334. int yynerrs;            /*  number of parse errors so far       */
  335. #endif  /* not YYPURE */
  336.  
  337. #if YYDEBUG != 0
  338. int yydebug;            /*  nonzero means print parse trace    */
  339. /* Since this is uninitialized, it does not stop multiple parsers
  340.    from coexisting.  */
  341. #endif
  342.  
  343. /*  YYINITDEPTH indicates the initial size of the parser's stacks    */
  344.  
  345. #ifndef    YYINITDEPTH
  346. #define YYINITDEPTH 200
  347. #endif
  348.  
  349. /*  YYMAXDEPTH is the maximum size the stacks can grow to
  350.     (effective only if the built-in stack extension method is used).  */
  351.  
  352. #if YYMAXDEPTH == 0
  353. #undef YYMAXDEPTH
  354. #endif
  355.  
  356. #ifndef YYMAXDEPTH
  357. #define YYMAXDEPTH 10000
  358. #endif
  359.  
  360. #if __GNUC__ > 1        /* GNU C and GNU C++ define this.  */
  361. #define __yy_bcopy(FROM,TO,COUNT)    __builtin_memcpy(TO,FROM,COUNT)
  362. #else                /* not GNU C or C++ */
  363. #ifndef __cplusplus
  364.  
  365. /* This is the most reliable way to avoid incompatibilities
  366.    in available built-in functions on various systems.  */
  367. static void
  368. __yy_bcopy (from, to, count)
  369.      char *from;
  370.      char *to;
  371.      int count;
  372. {
  373.   register char *f = from;
  374.   register char *t = to;
  375.   register int i = count;
  376.  
  377.   while (i-- > 0)
  378.     *t++ = *f++;
  379. }
  380.  
  381. #else /* __cplusplus */
  382.  
  383. /* This is the most reliable way to avoid incompatibilities
  384.    in available built-in functions on various systems.  */
  385. static void
  386. __yy_bcopy (char *from, char *to, int count)
  387. {
  388.   register char *f = from;
  389.   register char *t = to;
  390.   register int i = count;
  391.  
  392.   while (i-- > 0)
  393.     *t++ = *f++;
  394. }
  395.  
  396. #endif
  397. #endif
  398.  
  399. #line 169 "bison.simple"
  400. int
  401. yyparse()
  402. {
  403.   register int yystate;
  404.   register int yyn;
  405.   register short *yyssp;
  406.   register YYSTYPE *yyvsp;
  407.   int yyerrstatus;    /*  number of tokens to shift before error messages enabled */
  408.   int yychar1;        /*  lookahead token as an internal (translated) token number */
  409.  
  410.   short    yyssa[YYINITDEPTH];    /*  the state stack            */
  411.   YYSTYPE yyvsa[YYINITDEPTH];    /*  the semantic value stack        */
  412.  
  413.   short *yyss = yyssa;        /*  refer to the stacks thru separate pointers */
  414.   YYSTYPE *yyvs = yyvsa;    /*  to allow yyoverflow to reallocate them elsewhere */
  415.  
  416. #ifdef YYLSP_NEEDED
  417.   YYLTYPE yylsa[YYINITDEPTH];    /*  the location stack            */
  418.   YYLTYPE *yyls = yylsa;
  419.   YYLTYPE *yylsp;
  420.  
  421. #define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
  422. #else
  423. #define YYPOPSTACK   (yyvsp--, yyssp--)
  424. #endif
  425.  
  426.   int yystacksize = YYINITDEPTH;
  427.  
  428. #ifdef YYPURE
  429.   int yychar;
  430.   YYSTYPE yylval;
  431.   int yynerrs;
  432. #ifdef YYLSP_NEEDED
  433.   YYLTYPE yylloc;
  434. #endif
  435. #endif
  436.  
  437.   YYSTYPE yyval;        /*  the variable used to return        */
  438.                 /*  semantic values from the action    */
  439.                 /*  routines                */
  440.  
  441.   int yylen;
  442.  
  443. #if YYDEBUG != 0
  444.   if (yydebug)
  445.     fprintf(stderr, "Starting parse\n");
  446. #endif
  447.  
  448.   yystate = 0;
  449.   yyerrstatus = 0;
  450.   yynerrs = 0;
  451.   yychar = YYEMPTY;        /* Cause a token to be read.  */
  452.  
  453.   /* Initialize stack pointers.
  454.      Waste one element of value and location stack
  455.      so that they stay on the same level as the state stack.
  456.      The wasted elements are never initialized.  */
  457.  
  458.   yyssp = yyss - 1;
  459.   yyvsp = yyvs;
  460. #ifdef YYLSP_NEEDED
  461.   yylsp = yyls;
  462. #endif
  463.  
  464. /* Push a new state, which is found in  yystate  .  */
  465. /* In all cases, when you get here, the value and location stacks
  466.    have just been pushed. so pushing a state here evens the stacks.  */
  467. yynewstate:
  468.  
  469.   *++yyssp = yystate;
  470.  
  471.   if (yyssp >= yyss + yystacksize - 1)
  472.     {
  473.       /* Give user a chance to reallocate the stack */
  474.       /* Use copies of these so that the &'s don't force the real ones into memory. */
  475.       YYSTYPE *yyvs1 = yyvs;
  476.       short *yyss1 = yyss;
  477. #ifdef YYLSP_NEEDED
  478.       YYLTYPE *yyls1 = yyls;
  479. #endif
  480.  
  481.       /* Get the current used size of the three stacks, in elements.  */
  482.       int size = yyssp - yyss + 1;
  483.  
  484. #ifdef yyoverflow
  485.       /* Each stack pointer address is followed by the size of
  486.      the data in use in that stack, in bytes.  */
  487.       yyoverflow("parser stack overflow",
  488.          &yyss1, size * sizeof (*yyssp),
  489.          &yyvs1, size * sizeof (*yyvsp),
  490. #ifdef YYLSP_NEEDED
  491.          &yyls1, size * sizeof (*yylsp),
  492. #endif
  493.          &yystacksize);
  494.  
  495.       yyss = yyss1; yyvs = yyvs1;
  496. #ifdef YYLSP_NEEDED
  497.       yyls = yyls1;
  498. #endif
  499. #else /* no yyoverflow */
  500.       /* Extend the stack our own way.  */
  501.       if (yystacksize >= YYMAXDEPTH)
  502.     {
  503.       yyerror("parser stack overflow");
  504.       return 2;
  505.     }
  506.       yystacksize *= 2;
  507.       if (yystacksize > YYMAXDEPTH)
  508.     yystacksize = YYMAXDEPTH;
  509.       yyss = (short *) alloca (yystacksize * sizeof (*yyssp));
  510.       __yy_bcopy ((char *)yyss1, (char *)yyss, size * sizeof (*yyssp));
  511.       yyvs = (YYSTYPE *) alloca (yystacksize * sizeof (*yyvsp));
  512.       __yy_bcopy ((char *)yyvs1, (char *)yyvs, size * sizeof (*yyvsp));
  513. #ifdef YYLSP_NEEDED
  514.       yyls = (YYLTYPE *) alloca (yystacksize * sizeof (*yylsp));
  515.       __yy_bcopy ((char *)yyls1, (char *)yyls, size * sizeof (*yylsp));
  516. #endif
  517. #endif /* no yyoverflow */
  518.  
  519.       yyssp = yyss + size - 1;
  520.       yyvsp = yyvs + size - 1;
  521. #ifdef YYLSP_NEEDED
  522.       yylsp = yyls + size - 1;
  523. #endif
  524.  
  525. #if YYDEBUG != 0
  526.       if (yydebug)
  527.     fprintf(stderr, "Stack size increased to %d\n", yystacksize);
  528. #endif
  529.  
  530.       if (yyssp >= yyss + yystacksize - 1)
  531.     YYABORT;
  532.     }
  533.  
  534. #if YYDEBUG != 0
  535.   if (yydebug)
  536.     fprintf(stderr, "Entering state %d\n", yystate);
  537. #endif
  538.  
  539.   goto yybackup;
  540.  yybackup:
  541.  
  542. /* Do appropriate processing given the current state.  */
  543. /* Read a lookahead token if we need one and don't already have one.  */
  544. /* yyresume: */
  545.  
  546.   /* First try to decide what to do without reference to lookahead token.  */
  547.  
  548.   yyn = yypact[yystate];
  549.   if (yyn == YYFLAG)
  550.     goto yydefault;
  551.  
  552.   /* Not known => get a lookahead token if don't already have one.  */
  553.  
  554.   /* yychar is either YYEMPTY or YYEOF
  555.      or a valid token in external form.  */
  556.  
  557.   if (yychar == YYEMPTY)
  558.     {
  559. #if YYDEBUG != 0
  560.       if (yydebug)
  561.     fprintf(stderr, "Reading a token: ");
  562. #endif
  563.       yychar = YYLEX;
  564.     }
  565.  
  566.   /* Convert token to internal form (in yychar1) for indexing tables with */
  567.  
  568.   if (yychar <= 0)        /* This means end of input. */
  569.     {
  570.       yychar1 = 0;
  571.       yychar = YYEOF;        /* Don't call YYLEX any more */
  572.  
  573. #if YYDEBUG != 0
  574.       if (yydebug)
  575.     fprintf(stderr, "Now at end of input.\n");
  576. #endif
  577.     }
  578.   else
  579.     {
  580.       yychar1 = YYTRANSLATE(yychar);
  581.  
  582. #if YYDEBUG != 0
  583.       if (yydebug)
  584.     {
  585.       fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
  586.       /* Give the individual parser a way to print the precise meaning
  587.          of a token, for further debugging info.  */
  588. #ifdef YYPRINT
  589.       YYPRINT (stderr, yychar, yylval);
  590. #endif
  591.       fprintf (stderr, ")\n");
  592.     }
  593. #endif
  594.     }
  595.  
  596.   yyn += yychar1;
  597.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
  598.     goto yydefault;
  599.  
  600.   yyn = yytable[yyn];
  601.  
  602.   /* yyn is what to do for this token type in this state.
  603.      Negative => reduce, -yyn is rule number.
  604.      Positive => shift, yyn is new state.
  605.        New state is final state => don't bother to shift,
  606.        just return success.
  607.      0, or most negative number => error.  */
  608.  
  609.   if (yyn < 0)
  610.     {
  611.       if (yyn == YYFLAG)
  612.     goto yyerrlab;
  613.       yyn = -yyn;
  614.       goto yyreduce;
  615.     }
  616.   else if (yyn == 0)
  617.     goto yyerrlab;
  618.  
  619.   if (yyn == YYFINAL)
  620.     YYACCEPT;
  621.  
  622.   /* Shift the lookahead token.  */
  623.  
  624. #if YYDEBUG != 0
  625.   if (yydebug)
  626.     fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
  627. #endif
  628.  
  629.   /* Discard the token being shifted unless it is eof.  */
  630.   if (yychar != YYEOF)
  631.     yychar = YYEMPTY;
  632.  
  633.   *++yyvsp = yylval;
  634. #ifdef YYLSP_NEEDED
  635.   *++yylsp = yylloc;
  636. #endif
  637.  
  638.   /* count tokens shifted since error; after three, turn off error status.  */
  639.   if (yyerrstatus) yyerrstatus--;
  640.  
  641.   yystate = yyn;
  642.   goto yynewstate;
  643.  
  644. /* Do the default action for the current state.  */
  645. yydefault:
  646.  
  647.   yyn = yydefact[yystate];
  648.   if (yyn == 0)
  649.     goto yyerrlab;
  650.  
  651. /* Do a reduction.  yyn is the number of a rule to reduce with.  */
  652. yyreduce:
  653.   yylen = yyr2[yyn];
  654.   yyval = yyvsp[1-yylen]; /* implement default value of the action */
  655.  
  656. #if YYDEBUG != 0
  657.   if (yydebug)
  658.     {
  659.       int i;
  660.  
  661.       fprintf (stderr, "Reducing via rule %d (line %d), ",
  662.            yyn, yyrline[yyn]);
  663.  
  664.       /* Print the symbols being reduced, and their result.  */
  665.       for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
  666.     fprintf (stderr, "%s ", yytname[yyrhs[i]]);
  667.       fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
  668.     }
  669. #endif
  670.  
  671.  
  672.   switch (yyn) {
  673.  
  674. case 1:
  675. #line 141 "cexp.y"
  676. { expression_value = yyvsp[0].lval; ;
  677.     break;}
  678. case 3:
  679. #line 147 "cexp.y"
  680. { yyval.lval = yyvsp[0].lval; ;
  681.     break;}
  682. case 4:
  683. #line 152 "cexp.y"
  684. { yyval.lval = - yyvsp[0].lval; ;
  685.     break;}
  686. case 5:
  687. #line 154 "cexp.y"
  688. { yyval.lval = ! yyvsp[0].lval; ;
  689.     break;}
  690. case 6:
  691. #line 156 "cexp.y"
  692. { yyval.lval = ~ yyvsp[0].lval; ;
  693.     break;}
  694. case 7:
  695. #line 158 "cexp.y"
  696. { yyval.lval = yyvsp[-1].lval; ;
  697.     break;}
  698. case 8:
  699. #line 163 "cexp.y"
  700. { yyval.lval = yyvsp[-2].lval * yyvsp[0].lval; ;
  701.     break;}
  702. case 9:
  703. #line 165 "cexp.y"
  704. { yyval.lval = yyvsp[-2].lval / yyvsp[0].lval; ;
  705.     break;}
  706. case 10:
  707. #line 167 "cexp.y"
  708. { yyval.lval = yyvsp[-2].lval % yyvsp[0].lval; ;
  709.     break;}
  710. case 11:
  711. #line 169 "cexp.y"
  712. { yyval.lval = yyvsp[-2].lval + yyvsp[0].lval; ;
  713.     break;}
  714. case 12:
  715. #line 171 "cexp.y"
  716. { yyval.lval = yyvsp[-2].lval - yyvsp[0].lval; ;
  717.     break;}
  718. case 13:
  719. #line 173 "cexp.y"
  720. { yyval.lval = yyvsp[-2].lval << yyvsp[0].lval; ;
  721.     break;}
  722. case 14:
  723. #line 175 "cexp.y"
  724. { yyval.lval = yyvsp[-2].lval >> yyvsp[0].lval; ;
  725.     break;}
  726. case 15:
  727. #line 177 "cexp.y"
  728. { yyval.lval = (yyvsp[-2].lval == yyvsp[0].lval); ;
  729.     break;}
  730. case 16:
  731. #line 179 "cexp.y"
  732. { yyval.lval = (yyvsp[-2].lval != yyvsp[0].lval); ;
  733.     break;}
  734. case 17:
  735. #line 181 "cexp.y"
  736. { yyval.lval = (yyvsp[-2].lval <= yyvsp[0].lval); ;
  737.     break;}
  738. case 18:
  739. #line 183 "cexp.y"
  740. { yyval.lval = (yyvsp[-2].lval >= yyvsp[0].lval); ;
  741.     break;}
  742. case 19:
  743. #line 185 "cexp.y"
  744. { yyval.lval = (yyvsp[-2].lval < yyvsp[0].lval); ;
  745.     break;}
  746. case 20:
  747. #line 187 "cexp.y"
  748. { yyval.lval = (yyvsp[-2].lval > yyvsp[0].lval); ;
  749.     break;}
  750. case 21:
  751. #line 189 "cexp.y"
  752. { yyval.lval = (yyvsp[-2].lval & yyvsp[0].lval); ;
  753.     break;}
  754. case 22:
  755. #line 191 "cexp.y"
  756. { yyval.lval = (yyvsp[-2].lval ^ yyvsp[0].lval); ;
  757.     break;}
  758. case 23:
  759. #line 193 "cexp.y"
  760. { yyval.lval = (yyvsp[-2].lval | yyvsp[0].lval); ;
  761.     break;}
  762. case 24:
  763. #line 195 "cexp.y"
  764. { yyval.lval = (yyvsp[-2].lval && yyvsp[0].lval); ;
  765.     break;}
  766. case 25:
  767. #line 197 "cexp.y"
  768. { yyval.lval = (yyvsp[-2].lval || yyvsp[0].lval); ;
  769.     break;}
  770. case 26:
  771. #line 199 "cexp.y"
  772. { yyval.lval = yyvsp[-4].lval ? yyvsp[-2].lval : yyvsp[0].lval; ;
  773.     break;}
  774. case 27:
  775. #line 201 "cexp.y"
  776. { yyval.lval = yylval.lval; ;
  777.     break;}
  778. case 28:
  779. #line 203 "cexp.y"
  780. { yyval.lval = yylval.lval; ;
  781.     break;}
  782. case 29:
  783. #line 205 "cexp.y"
  784. { yyval.lval = 0; ;
  785.     break;}
  786. }
  787.    /* the action file gets copied in in place of this dollarsign */
  788. #line 442 "bison.simple"
  789.  
  790.   yyvsp -= yylen;
  791.   yyssp -= yylen;
  792. #ifdef YYLSP_NEEDED
  793.   yylsp -= yylen;
  794. #endif
  795.  
  796. #if YYDEBUG != 0
  797.   if (yydebug)
  798.     {
  799.       short *ssp1 = yyss - 1;
  800.       fprintf (stderr, "state stack now");
  801.       while (ssp1 != yyssp)
  802.     fprintf (stderr, " %d", *++ssp1);
  803.       fprintf (stderr, "\n");
  804.     }
  805. #endif
  806.  
  807.   *++yyvsp = yyval;
  808.  
  809. #ifdef YYLSP_NEEDED
  810.   yylsp++;
  811.   if (yylen == 0)
  812.     {
  813.       yylsp->first_line = yylloc.first_line;
  814.       yylsp->first_column = yylloc.first_column;
  815.       yylsp->last_line = (yylsp-1)->last_line;
  816.       yylsp->last_column = (yylsp-1)->last_column;
  817.       yylsp->text = 0;
  818.     }
  819.   else
  820.     {
  821.       yylsp->last_line = (yylsp+yylen-1)->last_line;
  822.       yylsp->last_column = (yylsp+yylen-1)->last_column;
  823.     }
  824. #endif
  825.  
  826.   /* Now "shift" the result of the reduction.
  827.      Determine what state that goes to,
  828.      based on the state we popped back to
  829.      and the rule number reduced by.  */
  830.  
  831.   yyn = yyr1[yyn];
  832.  
  833.   yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
  834.   if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
  835.     yystate = yytable[yystate];
  836.   else
  837.     yystate = yydefgoto[yyn - YYNTBASE];
  838.  
  839.   goto yynewstate;
  840.  
  841. yyerrlab:   /* here on detecting error */
  842.  
  843.   if (! yyerrstatus)
  844.     /* If not already recovering from an error, report this error.  */
  845.     {
  846.       ++yynerrs;
  847.  
  848. #ifdef YYERROR_VERBOSE
  849.       yyn = yypact[yystate];
  850.  
  851.       if (yyn > YYFLAG && yyn < YYLAST)
  852.     {
  853.       int size = 0;
  854.       char *msg;
  855.       int x, count;
  856.  
  857.       count = 0;
  858.       for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  859.         if (yycheck[x + yyn] == x)
  860.           size += strlen(yytname[x]) + 15, count++;
  861.       msg = (char *) malloc(size + 15);
  862.       if (msg != 0)
  863.         {
  864.           strcpy(msg, "parse error");
  865.  
  866.           if (count < 5)
  867.         {
  868.           count = 0;
  869.           for (x = 0; x < (sizeof(yytname) / sizeof(char *)); x++)
  870.             if (yycheck[x + yyn] == x)
  871.               {
  872.             strcat(msg, count == 0 ? ", expecting `" : " or `");
  873.             strcat(msg, yytname[x]);
  874.             strcat(msg, "'");
  875.             count++;
  876.               }
  877.         }
  878.           yyerror(msg);
  879.           free(msg);
  880.         }
  881.       else
  882.         yyerror ("parse error; also virtual memory exceeded");
  883.     }
  884.       else
  885. #endif /* YYERROR_VERBOSE */
  886.     yyerror("parse error");
  887.     }
  888.  
  889.   goto yyerrlab1;
  890. yyerrlab1:   /* here on error raised explicitly by an action */
  891.  
  892.   if (yyerrstatus == 3)
  893.     {
  894.       /* if just tried and failed to reuse lookahead token after an error, discard it.  */
  895.  
  896.       /* return failure if at end of input */
  897.       if (yychar == YYEOF)
  898.     YYABORT;
  899.  
  900. #if YYDEBUG != 0
  901.       if (yydebug)
  902.     fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
  903. #endif
  904.  
  905.       yychar = YYEMPTY;
  906.     }
  907.  
  908.   /* Else will try to reuse lookahead token
  909.      after shifting the error token.  */
  910.  
  911.   yyerrstatus = 3;        /* Each real token shifted decrements this */
  912.  
  913.   goto yyerrhandle;
  914.  
  915. yyerrdefault:  /* current state does not do anything special for the error token. */
  916.  
  917. #if 0
  918.   /* This is wrong; only states that explicitly want error tokens
  919.      should shift them.  */
  920.   yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
  921.   if (yyn) goto yydefault;
  922. #endif
  923.  
  924. yyerrpop:   /* pop the current state because it cannot handle the error token */
  925.  
  926.   if (yyssp == yyss) YYABORT;
  927.   yyvsp--;
  928.   yystate = *--yyssp;
  929. #ifdef YYLSP_NEEDED
  930.   yylsp--;
  931. #endif
  932.  
  933. #if YYDEBUG != 0
  934.   if (yydebug)
  935.     {
  936.       short *ssp1 = yyss - 1;
  937.       fprintf (stderr, "Error: state stack now");
  938.       while (ssp1 != yyssp)
  939.     fprintf (stderr, " %d", *++ssp1);
  940.       fprintf (stderr, "\n");
  941.     }
  942. #endif
  943.  
  944. yyerrhandle:
  945.  
  946.   yyn = yypact[yystate];
  947.   if (yyn == YYFLAG)
  948.     goto yyerrdefault;
  949.  
  950.   yyn += YYTERROR;
  951.   if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
  952.     goto yyerrdefault;
  953.  
  954.   yyn = yytable[yyn];
  955.   if (yyn < 0)
  956.     {
  957.       if (yyn == YYFLAG)
  958.     goto yyerrpop;
  959.       yyn = -yyn;
  960.       goto yyreduce;
  961.     }
  962.   else if (yyn == 0)
  963.     goto yyerrpop;
  964.  
  965.   if (yyn == YYFINAL)
  966.     YYACCEPT;
  967.  
  968. #if YYDEBUG != 0
  969.   if (yydebug)
  970.     fprintf(stderr, "Shifting error token, ");
  971. #endif
  972.  
  973.   *++yyvsp = yylval;
  974. #ifdef YYLSP_NEEDED
  975.   *++yylsp = yylloc;
  976. #endif
  977.  
  978.   yystate = yyn;
  979.   goto yynewstate;
  980. }
  981. #line 207 "cexp.y"
  982.  
  983.  
  984. /* During parsing of a C expression, the pointer to the next character
  985.    is in this variable.  */
  986.  
  987. static char *lexptr;
  988.  
  989. /* Take care of parsing a number (anything that starts with a digit).
  990.    Set yylval and return the token type; update lexptr.
  991.    LEN is the number of characters in it.  */
  992.  
  993. /* maybe needs to actually deal with floating point numbers */
  994.  
  995. static int
  996. parse_number (olen)
  997.      int olen;
  998. {
  999.   register char *p = lexptr;
  1000.   register long n = 0;
  1001.   register int c;
  1002.   register int base = 10;
  1003.   register len = olen;
  1004.   char *err_copy;
  1005.  
  1006.   extern double atof ();
  1007.  
  1008.   for (c = 0; c < len; c++)
  1009.     if (p[c] == '.') {
  1010.       /* It's a float since it contains a point.  */
  1011.       yyerror ("floating point numbers not allowed in #if expressions");
  1012.       return ERROR;
  1013.       
  1014. /* ****************
  1015.      yylval.dval = atof (p);
  1016.      lexptr += len;
  1017.      return FLOAT;
  1018.          ****************  */
  1019.     }
  1020.   
  1021.   if (len >= 3 && (!strncmp (p, "0x", 2) || !strncmp (p, "0X", 2))) {
  1022.     p += 2;
  1023.     base = 16;
  1024.     len -= 2;
  1025.   }
  1026.   else if (*p == '0')
  1027.     base = 8;
  1028.   
  1029.   while (len-- > 0) {
  1030.     c = *p++;
  1031.     n *= base;
  1032.     if (c >= '0' && c <= '9')
  1033.       n += c - '0';
  1034.     else {
  1035.       if (c >= 'A' && c <= 'Z') c += 'a' - 'A';
  1036.       if (base == 16 && c >= 'a' && c <= 'f')
  1037.     n += c - 'a' + 10;
  1038.       else if (len == 0 && c == 'l')
  1039.     ;
  1040.       else {
  1041.     yyerror ("Invalid number in #if expression");
  1042.     return ERROR;
  1043.       }
  1044.     }
  1045.   }
  1046.  
  1047.   lexptr = p;
  1048.   yylval.lval = n;
  1049.   return INT;
  1050. }
  1051.  
  1052. struct token {
  1053.   char *operator;
  1054.   int token;
  1055. };
  1056.  
  1057. #define NULL 0
  1058.  
  1059. static struct token tokentab2[] = {
  1060.   {"&&", AND},
  1061.   {"||", OR},
  1062.   {"<<", LSH},
  1063.   {">>", RSH},
  1064.   {"==", EQUAL},
  1065.   {"!=", NOTEQUAL},
  1066.   {"<=", LEQ},
  1067.   {">=", GEQ},
  1068.   {NULL, ERROR}
  1069. };
  1070.  
  1071. /* Read one token, getting characters through lexptr.  */
  1072.  
  1073. static int
  1074. yylex ()
  1075. {
  1076.   register int c;
  1077.   register int namelen;
  1078.   register char *tokstart;
  1079.   register struct token *toktab;
  1080.  
  1081.  retry:
  1082.  
  1083.   tokstart = lexptr;
  1084.   c = *tokstart;
  1085.   /* See if it is a special token of length 2.  */
  1086.   for (toktab = tokentab2; toktab->operator != NULL; toktab++)
  1087.     if (c == *toktab->operator && tokstart[1] == toktab->operator[1]) {
  1088.       lexptr += 2;
  1089.       return toktab->token;
  1090.     }
  1091.  
  1092.   switch (c) {
  1093.   case 0:
  1094.     return 0;
  1095.     
  1096.   case ' ':
  1097.   case '\t':
  1098.   case '\n':
  1099.     lexptr++;
  1100.     goto retry;
  1101.     
  1102.   case '\'':
  1103.     lexptr++;
  1104.     c = *lexptr++;
  1105.     if (c == '\\')
  1106.       c = parse_escape (&lexptr);
  1107.     yylval.lval = c;
  1108.     c = *lexptr++;
  1109.     if (c != '\'') {
  1110.       yyerror ("Invalid character constant in #if");
  1111.       return ERROR;
  1112.     }
  1113.     
  1114.     return CHAR;
  1115.  
  1116.   case '/':            /* possible comment */
  1117.     if (*lexptr != '*')
  1118.       return c;
  1119.     for (;;) {
  1120.       while (*lexptr != '\0') {
  1121.     if (*lexptr++ == '*' && *lexptr == '/') {
  1122.       lexptr++;
  1123.       goto retry;
  1124.     }
  1125.       }
  1126.     }
  1127.  
  1128.     /* some of these chars are invalid in constant expressions;
  1129.        maybe do something about them later */
  1130.   case '+':
  1131.   case '-':
  1132.   case '*':
  1133.   case '%':
  1134.   case '|':
  1135.   case '&':
  1136.   case '^':
  1137.   case '~':
  1138.   case '!':
  1139.   case '@':
  1140.   case '<':
  1141.   case '>':
  1142.   case '(':
  1143.   case ')':
  1144.   case '[':
  1145.   case ']':
  1146.   case '.':
  1147.   case '?':
  1148.   case ':':
  1149.   case '=':
  1150.   case '{':
  1151.   case '}':
  1152.   case ',':
  1153.     lexptr++;
  1154.     return c;
  1155.     
  1156.   case '"':
  1157.     yyerror ("double quoted strings not allowed in #if expressions");
  1158.     return ERROR;
  1159.   }
  1160.   if (c >= '0' && c <= '9') {
  1161.     /* It's a number */
  1162.     for (namelen = 0;
  1163.      c = tokstart[namelen], is_idchar[c] || c == '.'; 
  1164.      namelen++)
  1165.       ;
  1166.     return parse_number (namelen);
  1167.   }
  1168.   
  1169.   if (!is_idstart[c]) {
  1170.     yyerror ("Invalid token in expression");
  1171.     return ERROR;
  1172.   }
  1173.   
  1174.   /* It is a name.  See how long it is.  */
  1175.   
  1176.   for (namelen = 0; is_idchar[tokstart[namelen]]; namelen++)
  1177.     ;
  1178.   
  1179.   lexptr += namelen;
  1180.   return NAME;
  1181. }
  1182.  
  1183.  
  1184. /* Parse a C escape sequence.  STRING_PTR points to a variable
  1185.    containing a pointer to the string to parse.  That pointer
  1186.    is updated past the characters we use.  The value of the
  1187.    escape sequence is returned.
  1188.  
  1189.    A negative value means the sequence \ newline was seen,
  1190.    which is supposed to be equivalent to nothing at all.
  1191.  
  1192.    If \ is followed by a null character, we return a negative
  1193.    value and leave the string pointer pointing at the null character.
  1194.  
  1195.    If \ is followed by 000, we return 0 and leave the string pointer
  1196.    after the zeros.  A value of 0 does not mean end of string.  */
  1197.  
  1198. static int
  1199. parse_escape (string_ptr)
  1200.      char **string_ptr;
  1201. {
  1202.   register int c = *(*string_ptr)++;
  1203.   switch (c)
  1204.     {
  1205.     case 'a':
  1206.       return '\a';
  1207.     case 'b':
  1208.       return '\b';
  1209.     case 'e':
  1210.       return 033;
  1211.     case 'f':
  1212.       return '\f';
  1213.     case 'n':
  1214.       return '\n';
  1215.     case 'r':
  1216.       return '\r';
  1217.     case 't':
  1218.       return '\t';
  1219.     case 'v':
  1220.       return '\v';
  1221.     case '\n':
  1222.       return -2;
  1223.     case 0:
  1224.       (*string_ptr)--;
  1225.       return 0;
  1226.     case '^':
  1227.       c = *(*string_ptr)++;
  1228.       if (c == '\\')
  1229.     c = parse_escape (string_ptr);
  1230.       if (c == '?')
  1231.     return 0177;
  1232.       return (c & 0200) | (c & 037);
  1233.       
  1234.     case '0':
  1235.     case '1':
  1236.     case '2':
  1237.     case '3':
  1238.     case '4':
  1239.     case '5':
  1240.     case '6':
  1241.     case '7':
  1242.       {
  1243.     register int i = c - '0';
  1244.     register int count = 0;
  1245.     while (++count < 3)
  1246.       {
  1247.         if ((c = *(*string_ptr)++) >= '0' && c <= '7')
  1248.           {
  1249.         i *= 8;
  1250.         i += c - '0';
  1251.           }
  1252.         else
  1253.           {
  1254.         (*string_ptr)--;
  1255.         break;
  1256.           }
  1257.       }
  1258.     return i;
  1259.       }
  1260.     default:
  1261.       return c;
  1262.     }
  1263. }
  1264.  
  1265. static
  1266. yyerror (s)
  1267.      char *s;
  1268. {
  1269.   error (s);
  1270.   longjmp (parse_return_error, 1);
  1271. }
  1272.  
  1273. /* This page contains the entry point to this file.  */
  1274.  
  1275. /* Parse STRING as an expression, and complain if this fails
  1276.    to use up all of the contents of STRING.  */
  1277. int
  1278. parse_c_expression (string)
  1279.      char *string;
  1280. {
  1281.   lexptr = string;
  1282.   
  1283.   if (lexptr == 0 || *lexptr == 0) {
  1284.     error ("empty #if expression");
  1285.     return 0;            /* don't include the #if group */
  1286.   }
  1287.  
  1288.   /* if there is some sort of scanning error, just return 0 and assume
  1289.      the parsing routine has printed an error message somewhere.
  1290.      there is surely a better thing to do than this.     */
  1291.   if (setjmp(parse_return_error))
  1292.     return 0;
  1293.  
  1294.   if (yyparse ())
  1295.     return 0;            /* actually this is never reached
  1296.                    the way things stand. */
  1297.   if (*lexptr)
  1298.     error ("Junk after end of expression.");
  1299.  
  1300.   return expression_value;    /* set by yyparse() */
  1301. }
  1302.  
  1303. #ifdef TEST_EXP_READER
  1304. /* main program, for testing purposes. */
  1305. main()
  1306. {
  1307.   int n;
  1308.   char buf[1024];
  1309.   extern int yydebug;
  1310. /*
  1311.   yydebug = 1;
  1312. */
  1313.   initialize_random_junk ();
  1314.  
  1315.   for (;;) {
  1316.     printf("enter expression: ");
  1317.     n = 0;
  1318.     while ((buf[n] = getchar()) != '\n')
  1319.       n++;
  1320.     buf[n] = '\0';
  1321.     printf("parser returned %d\n", parse_c_expression(buf));
  1322.   }
  1323. }
  1324.  
  1325. /* table to tell if char can be part of a C identifier. */
  1326. char is_idchar[256];
  1327. /* table to tell if char can be first char of a c identifier. */
  1328. char is_idstart[256];
  1329. /* table to tell if c is horizontal space.  isspace() thinks that
  1330.    newline is space; this is not a good idea for this program. */
  1331. char is_hor_space[256];
  1332.  
  1333. /*
  1334.  * initialize random junk in the hash table and maybe other places
  1335.  */
  1336. initialize_random_junk()
  1337. {
  1338.   register int i;
  1339.  
  1340.   /*
  1341.    * Set up is_idchar and is_idstart tables.  These should be
  1342.    * faster than saying (is_alpha(c) || c == '_'), etc.
  1343.    * Must do set up these things before calling any routines tthat
  1344.    * refer to them.
  1345.    */
  1346.   for (i = 'a'; i <= 'z'; i++) {
  1347.     ++is_idchar[i - 'a' + 'A'];
  1348.     ++is_idchar[i];
  1349.     ++is_idstart[i - 'a' + 'A'];
  1350.     ++is_idstart[i];
  1351.   }
  1352.   for (i = '0'; i <= '9'; i++)
  1353.     ++is_idchar[i];
  1354.   ++is_idchar['_'];
  1355.   ++is_idstart['_'];
  1356.  
  1357.   /* horizontal space table */
  1358.   ++is_hor_space[' '];
  1359.   ++is_hor_space['\t'];
  1360. }
  1361.  
  1362. error (msg)
  1363. {
  1364.   printf("error: %s\n", msg);
  1365. }
  1366. #endif
  1367.