1 /* A Bison parser, made by GNU Bison 3.0.4.  */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5    Copyright (C) 1984, 1989-1990, 2000-2015 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 #ifndef YY__REGINA_YACCSRC_H_INCLUDED
34 # define YY__REGINA_YACCSRC_H_INCLUDED
35 /* Debug traces.  */
36 #ifndef YYDEBUG
37 # define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 extern int __reginadebug;
41 #endif
42 
43 /* Token type.  */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
46   enum yytokentype
47   {
48     ADDRESS = 258,
49     ARG = 259,
50     CALL = 260,
51     DO = 261,
52     TO = 262,
53     BY = 263,
54     FOR = 264,
55     WHILE = 265,
56     UNTIL = 266,
57     EXIT = 267,
58     IF = 268,
59     THEN = 269,
60     ELSE = 270,
61     ITERATE = 271,
62     INTERPRET = 272,
63     LEAVE = 273,
64     NOP = 274,
65     NUMERIC = 275,
66     PARSE = 276,
67     EXTERNAL = 277,
68     SOURCE = 278,
69     VAR = 279,
70     VALUE = 280,
71     WITH = 281,
72     PROCEDURE = 282,
73     EXPOSE = 283,
74     PULL = 284,
75     PUSH = 285,
76     QUEUE = 286,
77     SAY = 287,
78     RETURN = 288,
79     SELECT = 289,
80     WHEN = 290,
81     DROP = 291,
82     OTHERWISE = 292,
83     SIGNAL = 293,
84     ON = 294,
85     OFF = 295,
86     SYNTAX = 296,
87     HALT = 297,
88     NOVALUE = 298,
89     TRACE = 299,
90     END = 300,
91     UPPER = 301,
92     ASSIGNMENTVARIABLE = 302,
93     STATSEP = 303,
94     FOREVER = 304,
95     DIGITS = 305,
96     FORM = 306,
97     FUZZ = 307,
98     SCIENTIFIC = 308,
99     ENGINEERING = 309,
100     NOT = 310,
101     CONCATENATE = 311,
102     MODULUS = 312,
103     GTE = 313,
104     GT = 314,
105     LTE = 315,
106     LT = 316,
107     DIFFERENT = 317,
108     EQUALEQUAL = 318,
109     NOTEQUALEQUAL = 319,
110     OFFSET = 320,
111     SPACE = 321,
112     EXP = 322,
113     XOR = 323,
114     PLACEHOLDER = 324,
115     NOTREADY = 325,
116     CONSYMBOL = 326,
117     SIMSYMBOL = 327,
118     EXFUNCNAME = 328,
119     INFUNCNAME = 329,
120     LABEL = 330,
121     DOVARIABLE = 331,
122     HEXSTRING = 332,
123     STRING = 333,
124     VERSION = 334,
125     LINEIN = 335,
126     WHATEVER = 336,
127     NAME = 337,
128     FAILURE = 338,
129     BINSTRING = 339,
130     OPTIONS = 340,
131     ENVIRONMENT = 341,
132     LOSTDIGITS = 342,
133     GTGT = 343,
134     LTLT = 344,
135     NOTGTGT = 345,
136     NOTLTLT = 346,
137     GTGTE = 347,
138     LTLTE = 348,
139     INPUT = 349,
140     OUTPUT = 350,
141     ERROR = 351,
142     NORMAL = 352,
143     APPEND = 353,
144     REPLACE = 354,
145     STREAM = 355,
146     STEM = 356,
147     LIFO = 357,
148     FIFO = 358,
149     NOEOL = 359,
150     LOWER = 360,
151     CASELESS = 361,
152     PLUSASSIGNMENTVARIABLE = 362,
153     MINUSASSIGNMENTVARIABLE = 363,
154     MULTASSIGNMENTVARIABLE = 364,
155     DIVASSIGNMENTVARIABLE = 365,
156     MODULUSASSIGNMENTVARIABLE = 366,
157     INTDIVASSIGNMENTVARIABLE = 367,
158     ORASSIGNMENTVARIABLE = 368,
159     XORASSIGNMENTVARIABLE = 369,
160     ANDASSIGNMENTVARIABLE = 370,
161     CONCATASSIGNMENTVARIABLE = 371,
162     CCAT = 372,
163     UMINUS = 373,
164     UPLUS = 374
165   };
166 #endif
167 
168 /* Value type.  */
169 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
170 typedef int YYSTYPE;
171 # define YYSTYPE_IS_TRIVIAL 1
172 # define YYSTYPE_IS_DECLARED 1
173 #endif
174 
175 
176 extern YYSTYPE __reginalval;
177 
178 int __reginaparse (void);
179 
180 #endif /* !YY__REGINA_YACCSRC_H_INCLUDED  */
181