RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
src
script
parse.tab.hh
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_YY_SRC_SCRIPT_PARSE_TAB_HH_INCLUDED
34
# define YY_YY_SRC_SCRIPT_PARSE_TAB_HH_INCLUDED
35
/* Debug traces. */
36
#ifndef YYDEBUG
37
# define YYDEBUG 0
38
#endif
39
#if YYDEBUG
40
extern
int
yydebug;
41
#endif
42
/* "%code requires" blocks. */
43
#line 3 "src/script/parse.yy"
/* yacc.c:1909 */
44
45
#include "script.h"
46
using namespace
Script;
47
48
#line 49 "src/script/parse.tab.hh"
/* yacc.c:1909 */
49
50
/* Token type. */
51
#ifndef YYTOKENTYPE
52
# define YYTOKENTYPE
53
enum
yytokentype
54
{
55
ALIGN = 258,
56
ALL = 259,
57
AND = 260,
58
ANY = 261,
59
AT = 262,
60
BASE = 263,
61
CUSTOMFLAG = 264,
62
EXECUTE = 265,
63
FIXED = 266,
64
FOR = 267,
65
HEAP = 268,
66
HERE = 269,
67
IDENTIFIER = 270,
68
INTEGER = 271,
69
MAXIMUM = 272,
70
MERGE = 273,
71
MINIMUM = 274,
72
NOT = 275,
73
OF = 276,
74
OPTIONAL = 277,
75
OR = 278,
76
PARAMETER = 279,
77
READ = 280,
78
RESOURCE = 281,
79
SIZE = 282,
80
STACK = 283,
81
START = 284,
82
SUFFIX = 285,
83
WRITE = 286,
84
ZERO = 287,
85
LL = 288,
86
RR = 289,
87
UNARY = 290
88
};
89
#endif
90
91
/* Value type. */
92
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
93
94
union
YYSTYPE
95
{
96
#line 19 "src/script/parse.yy"
/* yacc.c:1909 */
97
98
char
* s;
99
long
i;
100
class
Node
* n;
101
class
List
* l;
102
103
#line 104 "src/script/parse.tab.hh"
/* yacc.c:1909 */
104
};
105
106
typedef
union
YYSTYPE
YYSTYPE
;
107
# define YYSTYPE_IS_TRIVIAL 1
108
# define YYSTYPE_IS_DECLARED 1
109
#endif
110
111
112
extern
YYSTYPE
yylval;
113
114
int
yyparse (
void
);
115
116
#endif
/* !YY_YY_SRC_SCRIPT_PARSE_TAB_HH_INCLUDED */
Script::List
Definition
script.h:62
Script::Node
Definition
script.h:104
YYSTYPE
Definition
parse.tab.cc:157
Generated by
1.10.0