github.com/spotify/syslog-redirector-golang@v0.0.0-20140320174030-4859f03d829a/src/cmd/6a/y.tab.h (about)

     1  /* A Bison parser, made by GNU Bison 2.5.  */
     2  
     3  /* Bison interface for Yacc-like parsers in C
     4     
     5        Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
     6     
     7     This program is free software: you can redistribute it and/or modify
     8     it under the terms of the GNU General Public License as published by
     9     the Free Software Foundation, either version 3 of the License, or
    10     (at your option) any later version.
    11     
    12     This program is distributed in the hope that it will be useful,
    13     but WITHOUT ANY WARRANTY; without even the implied warranty of
    14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15     GNU General Public License for more details.
    16     
    17     You should have received a copy of the GNU General Public License
    18     along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    19  
    20  /* As a special exception, you may create a larger work that contains
    21     part or all of the Bison parser skeleton and distribute that work
    22     under terms of your choice, so long as that work isn't itself a
    23     parser generator using the skeleton or a modified version thereof
    24     as a parser skeleton.  Alternatively, if you modify or redistribute
    25     the parser skeleton itself, you may (at your option) remove this
    26     special exception, which will cause the skeleton and the resulting
    27     Bison output files to be licensed under the GNU General Public
    28     License without this special exception.
    29     
    30     This special exception was added by the Free Software Foundation in
    31     version 2.2 of Bison.  */
    32  
    33  
    34  /* Tokens.  */
    35  #ifndef YYTOKENTYPE
    36  # define YYTOKENTYPE
    37     /* Put the tokens into the symbol table, so that GDB and other debuggers
    38        know about them.  */
    39     enum yytokentype {
    40       LTYPE0 = 258,
    41       LTYPE1 = 259,
    42       LTYPE2 = 260,
    43       LTYPE3 = 261,
    44       LTYPE4 = 262,
    45       LTYPEC = 263,
    46       LTYPED = 264,
    47       LTYPEN = 265,
    48       LTYPER = 266,
    49       LTYPET = 267,
    50       LTYPEG = 268,
    51       LTYPEPC = 269,
    52       LTYPES = 270,
    53       LTYPEM = 271,
    54       LTYPEI = 272,
    55       LTYPEXC = 273,
    56       LTYPEX = 274,
    57       LTYPERT = 275,
    58       LTYPEF = 276,
    59       LCONST = 277,
    60       LFP = 278,
    61       LPC = 279,
    62       LSB = 280,
    63       LBREG = 281,
    64       LLREG = 282,
    65       LSREG = 283,
    66       LFREG = 284,
    67       LMREG = 285,
    68       LXREG = 286,
    69       LFCONST = 287,
    70       LSCONST = 288,
    71       LSP = 289,
    72       LNAME = 290,
    73       LLAB = 291,
    74       LVAR = 292
    75     };
    76  #endif
    77  /* Tokens.  */
    78  #define LTYPE0 258
    79  #define LTYPE1 259
    80  #define LTYPE2 260
    81  #define LTYPE3 261
    82  #define LTYPE4 262
    83  #define LTYPEC 263
    84  #define LTYPED 264
    85  #define LTYPEN 265
    86  #define LTYPER 266
    87  #define LTYPET 267
    88  #define LTYPEG 268
    89  #define LTYPEPC 269
    90  #define LTYPES 270
    91  #define LTYPEM 271
    92  #define LTYPEI 272
    93  #define LTYPEXC 273
    94  #define LTYPEX 274
    95  #define LTYPERT 275
    96  #define LTYPEF 276
    97  #define LCONST 277
    98  #define LFP 278
    99  #define LPC 279
   100  #define LSB 280
   101  #define LBREG 281
   102  #define LLREG 282
   103  #define LSREG 283
   104  #define LFREG 284
   105  #define LMREG 285
   106  #define LXREG 286
   107  #define LFCONST 287
   108  #define LSCONST 288
   109  #define LSP 289
   110  #define LNAME 290
   111  #define LLAB 291
   112  #define LVAR 292
   113  
   114  
   115  
   116  
   117  #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
   118  typedef union YYSTYPE
   119  {
   120  
   121  /* Line 2068 of yacc.c  */
   122  #line 38 "a.y"
   123  
   124  	Sym	*sym;
   125  	vlong	lval;
   126  	double	dval;
   127  	char	sval[8];
   128  	Gen	gen;
   129  	Gen2	gen2;
   130  
   131  
   132  
   133  /* Line 2068 of yacc.c  */
   134  #line 135 "y.tab.h"
   135  } YYSTYPE;
   136  # define YYSTYPE_IS_TRIVIAL 1
   137  # define yystype YYSTYPE /* obsolescent; will be withdrawn */
   138  # define YYSTYPE_IS_DECLARED 1
   139  #endif
   140  
   141  extern YYSTYPE yylval;
   142  
   143