1 /* A Bison parser, made by GNU Bison 2.7.12-4996.  */
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_Y_TAB_H_INCLUDED
34 # define YY_YY_Y_TAB_H_INCLUDED
35 /* Enabling traces.  */
36 #ifndef YYDEBUG
37 # define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 extern int wafsadebug;
41 #endif
42 
43 /* Tokens.  */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
46    /* Put the tokens into the symbol table, so that GDB and other debuggers
47       know about them.  */
48    enum wafsatokentype {
49      FORMAT = 258,
50      FSA = 259,
51      STATES = 260,
52      SYMBOLS = 261,
53      BFS = 262,
54      MIN = 263,
55      VARIABLES = 264,
56      ALPHABET = 265,
57      START = 266,
58      ATABLE = 267,
59      INVERSES = 268,
60      INV = 269,
61      LEFT_BRACE = 270,
62      RIGHT_BRACE = 271,
63      LEFT_PAREN = 272,
64      RIGHT_PAREN = 273,
65      SEMICOLON = 274,
66      PERCENT = 275,
67      INT = 276,
68      EQUAL = 277,
69      STRING = 278,
70      REAL = 279
71    };
72 #endif
73 /* Tokens.  */
74 #define FORMAT 258
75 #define FSA 259
76 #define STATES 260
77 #define SYMBOLS 261
78 #define BFS 262
79 #define MIN 263
80 #define VARIABLES 264
81 #define ALPHABET 265
82 #define START 266
83 #define ATABLE 267
84 #define INVERSES 268
85 #define INV 269
86 #define LEFT_BRACE 270
87 #define RIGHT_BRACE 271
88 #define LEFT_PAREN 272
89 #define RIGHT_PAREN 273
90 #define SEMICOLON 274
91 #define PERCENT 275
92 #define INT 276
93 #define EQUAL 277
94 #define STRING 278
95 #define REAL 279
96 
97 
98 
99 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
100 
101 # define wafsastype YYSTYPE /* obsolescent; will be withdrawn */
102 # define YYSTYPE_IS_DECLARED 1
103 #endif
104 
105 extern YYSTYPE wafsalval;
106 
107 #ifdef YYPARSE_PARAM
108 #if defined __STDC__ || defined __cplusplus
109 int wafsaparse (void *YYPARSE_PARAM);
110 #else
111 int wafsaparse ();
112 #endif
113 #else /* ! YYPARSE_PARAM */
114 #if defined __STDC__ || defined __cplusplus
115 int wafsaparse (void);
116 #else
117 int wafsaparse ();
118 #endif
119 #endif /* ! YYPARSE_PARAM */
120 
121 #endif /* !YY_YY_Y_TAB_H_INCLUDED  */
122