1 /* A Bison parser, made by GNU Bison 3.0.2.  */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5    Copyright (C) 1984, 1989-1990, 2000-2013 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_YY_PARS0GRM_TAB_H_INCLUDED
34 #define YY_YY_PARS0GRM_TAB_H_INCLUDED
35 /* Debug traces.  */
36 #ifndef YYDEBUG
37 #define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 extern int yydebug;
41 #endif
42 
43 /* Token type.  */
44 #ifndef YYTOKENTYPE
45 #define YYTOKENTYPE
46 enum yytokentype {
47   PARS_INT_LIT = 258,
48   PARS_FLOAT_LIT = 259,
49   PARS_STR_LIT = 260,
50   PARS_FIXBINARY_LIT = 261,
51   PARS_BLOB_LIT = 262,
52   PARS_NULL_LIT = 263,
53   PARS_ID_TOKEN = 264,
54   PARS_AND_TOKEN = 265,
55   PARS_OR_TOKEN = 266,
56   PARS_NOT_TOKEN = 267,
57   PARS_GE_TOKEN = 268,
58   PARS_LE_TOKEN = 269,
59   PARS_NE_TOKEN = 270,
60   PARS_PROCEDURE_TOKEN = 271,
61   PARS_IN_TOKEN = 272,
62   PARS_OUT_TOKEN = 273,
63   PARS_BINARY_TOKEN = 274,
64   PARS_BLOB_TOKEN = 275,
65   PARS_INT_TOKEN = 276,
66   PARS_INTEGER_TOKEN = 277,
67   PARS_FLOAT_TOKEN = 278,
68   PARS_CHAR_TOKEN = 279,
69   PARS_IS_TOKEN = 280,
70   PARS_BEGIN_TOKEN = 281,
71   PARS_END_TOKEN = 282,
72   PARS_IF_TOKEN = 283,
73   PARS_THEN_TOKEN = 284,
74   PARS_ELSE_TOKEN = 285,
75   PARS_ELSIF_TOKEN = 286,
76   PARS_LOOP_TOKEN = 287,
77   PARS_WHILE_TOKEN = 288,
78   PARS_RETURN_TOKEN = 289,
79   PARS_SELECT_TOKEN = 290,
80   PARS_SUM_TOKEN = 291,
81   PARS_COUNT_TOKEN = 292,
82   PARS_DISTINCT_TOKEN = 293,
83   PARS_FROM_TOKEN = 294,
84   PARS_WHERE_TOKEN = 295,
85   PARS_FOR_TOKEN = 296,
86   PARS_DDOT_TOKEN = 297,
87   PARS_READ_TOKEN = 298,
88   PARS_ORDER_TOKEN = 299,
89   PARS_BY_TOKEN = 300,
90   PARS_ASC_TOKEN = 301,
91   PARS_DESC_TOKEN = 302,
92   PARS_INSERT_TOKEN = 303,
93   PARS_INTO_TOKEN = 304,
94   PARS_VALUES_TOKEN = 305,
95   PARS_UPDATE_TOKEN = 306,
96   PARS_SET_TOKEN = 307,
97   PARS_DELETE_TOKEN = 308,
98   PARS_CURRENT_TOKEN = 309,
99   PARS_OF_TOKEN = 310,
100   PARS_CREATE_TOKEN = 311,
101   PARS_TABLE_TOKEN = 312,
102   PARS_INDEX_TOKEN = 313,
103   PARS_UNIQUE_TOKEN = 314,
104   PARS_CLUSTERED_TOKEN = 315,
105   PARS_DOES_NOT_FIT_IN_MEM_TOKEN = 316,
106   PARS_ON_TOKEN = 317,
107   PARS_ASSIGN_TOKEN = 318,
108   PARS_DECLARE_TOKEN = 319,
109   PARS_CURSOR_TOKEN = 320,
110   PARS_SQL_TOKEN = 321,
111   PARS_OPEN_TOKEN = 322,
112   PARS_FETCH_TOKEN = 323,
113   PARS_CLOSE_TOKEN = 324,
114   PARS_NOTFOUND_TOKEN = 325,
115   PARS_TO_BINARY_TOKEN = 326,
116   PARS_SUBSTR_TOKEN = 327,
117   PARS_CONCAT_TOKEN = 328,
118   PARS_INSTR_TOKEN = 329,
119   PARS_LENGTH_TOKEN = 330,
120   PARS_COMMIT_TOKEN = 331,
121   PARS_ROLLBACK_TOKEN = 332,
122   PARS_WORK_TOKEN = 333,
123   PARS_UNSIGNED_TOKEN = 334,
124   PARS_EXIT_TOKEN = 335,
125   PARS_FUNCTION_TOKEN = 336,
126   PARS_LOCK_TOKEN = 337,
127   PARS_SHARE_TOKEN = 338,
128   PARS_MODE_TOKEN = 339,
129   PARS_LIKE_TOKEN = 340,
130   PARS_LIKE_TOKEN_EXACT = 341,
131   PARS_LIKE_TOKEN_PREFIX = 342,
132   PARS_LIKE_TOKEN_SUFFIX = 343,
133   PARS_LIKE_TOKEN_SUBSTR = 344,
134   PARS_TABLE_NAME_TOKEN = 345,
135   PARS_COMPACT_TOKEN = 346,
136   PARS_BLOCK_SIZE_TOKEN = 347,
137   PARS_BIGINT_TOKEN = 348,
138   NEG = 349
139 };
140 #endif
141 
142 /* Value type.  */
143 #if !defined YYSTYPE && !defined YYSTYPE_IS_DECLARED
144 typedef int YYSTYPE;
145 #define YYSTYPE_IS_TRIVIAL 1
146 #define YYSTYPE_IS_DECLARED 1
147 #endif
148 
149 extern YYSTYPE yylval;
150 
151 int yyparse(void);
152 
153 #endif /* !YY_YY_PARS0GRM_TAB_H_INCLUDED  */
154