scripted build now can be done without Yacc/Bison
[k8jam.git] / src / jamgram_poorman / jamgram.h
blob11011f8a9ea5a1bb4ed6149df8a54689fb68631c
1 /* A Bison parser, made by GNU Bison 2.4.3. */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
5 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6 2009, 2010 Free Software Foundation, Inc.
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
21 /* As a special exception, you may create a larger work that contains
22 part or all of the Bison parser skeleton and distribute that work
23 under terms of your choice, so long as that work isn't itself a
24 parser generator using the skeleton or a modified version thereof
25 as a parser skeleton. Alternatively, if you modify or redistribute
26 the parser skeleton itself, you may (at your option) remove this
27 special exception, which will cause the skeleton and the resulting
28 Bison output files to be licensed under the GNU General Public
29 License without this special exception.
31 This special exception was added by the Free Software Foundation in
32 version 2.2 of Bison. */
35 /* Tokens. */
36 #ifndef YYTOKENTYPE
37 # define YYTOKENTYPE
38 /* Put the tokens into the symbol table, so that GDB and other debuggers
39 know about them. */
40 enum yytokentype {
41 _LANGLE_t = 258,
42 _LANGLE_EQUALS_t = 259,
43 _EQUALS_t = 260,
44 _RANGLE_t = 261,
45 _RANGLE_EQUALS_t = 262,
46 _BAR_t = 263,
47 _BARBAR_t = 264,
48 _MINUS_EQUALS_t = 265,
49 _SEMIC_t = 266,
50 _COLON_t = 267,
51 _BANG_t = 268,
52 _BANG_EQUALS_t = 269,
53 _QUESTION_EQUALS_t = 270,
54 _LPAREN_t = 271,
55 _RPAREN_t = 272,
56 _LBRACKET_t = 273,
57 _RBRACKET_t = 274,
58 _LBRACE_t = 275,
59 _RBRACE_t = 276,
60 _AMPER_t = 277,
61 _AMPERAMPER_t = 278,
62 _PLUS_EQUALS_t = 279,
63 ACTIONS_t = 280,
64 BIND_t = 281,
65 BREAK_t = 282,
66 CASE_t = 283,
67 CONTINUE_t = 284,
68 DEFAULT_t = 285,
69 ELSE_t = 286,
70 EXISTING_t = 287,
71 FOR_t = 288,
72 IF_t = 289,
73 IGNORE_t = 290,
74 IN_t = 291,
75 INCLUDE_t = 292,
76 LOCAL_t = 293,
77 MAXLINE_t = 294,
78 ON_t = 295,
79 PIECEMEAL_t = 296,
80 QUIETLY_t = 297,
81 RETURN_t = 298,
82 RULE_t = 299,
83 SWITCH_t = 300,
84 TOGETHER_t = 301,
85 UPDATED_t = 302,
86 WHILE_t = 303,
87 ARG = 304,
88 STRING = 305
90 #endif
91 /* Tokens. */
92 #define _LANGLE_t 258
93 #define _LANGLE_EQUALS_t 259
94 #define _EQUALS_t 260
95 #define _RANGLE_t 261
96 #define _RANGLE_EQUALS_t 262
97 #define _BAR_t 263
98 #define _BARBAR_t 264
99 #define _MINUS_EQUALS_t 265
100 #define _SEMIC_t 266
101 #define _COLON_t 267
102 #define _BANG_t 268
103 #define _BANG_EQUALS_t 269
104 #define _QUESTION_EQUALS_t 270
105 #define _LPAREN_t 271
106 #define _RPAREN_t 272
107 #define _LBRACKET_t 273
108 #define _RBRACKET_t 274
109 #define _LBRACE_t 275
110 #define _RBRACE_t 276
111 #define _AMPER_t 277
112 #define _AMPERAMPER_t 278
113 #define _PLUS_EQUALS_t 279
114 #define ACTIONS_t 280
115 #define BIND_t 281
116 #define BREAK_t 282
117 #define CASE_t 283
118 #define CONTINUE_t 284
119 #define DEFAULT_t 285
120 #define ELSE_t 286
121 #define EXISTING_t 287
122 #define FOR_t 288
123 #define IF_t 289
124 #define IGNORE_t 290
125 #define IN_t 291
126 #define INCLUDE_t 292
127 #define LOCAL_t 293
128 #define MAXLINE_t 294
129 #define ON_t 295
130 #define PIECEMEAL_t 296
131 #define QUIETLY_t 297
132 #define RETURN_t 298
133 #define RULE_t 299
134 #define SWITCH_t 300
135 #define TOGETHER_t 301
136 #define UPDATED_t 302
137 #define WHILE_t 303
138 #define ARG 304
139 #define STRING 305
144 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
145 typedef int YYSTYPE;
146 # define YYSTYPE_IS_TRIVIAL 1
147 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
148 # define YYSTYPE_IS_DECLARED 1
149 #endif
151 extern YYSTYPE yylval;