📄 _ts1.0_parser.cpp
字号:
/* A Bison parser, made from ts1.0_grammar.y
by GNU Bison version 1.28 */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse ts10_parse
#define yylex ts10_lex
#define yyerror ts10_error
#define yylval ts10_lval
#define yychar ts10_char
#define yydebug ts10_debug
#define yynerrs ts10_nerrs
#define floatValue 257
#define gequal 258
#define less 259
#define texVariable 260
#define expandString 261
#define openParen 262
#define closeParen 263
#define semicolon 264
#define comma 265
#define nop 266
#define texture_1d 267
#define texture_2d 268
#define texture_rectangle 269
#define texture_3d 270
#define texture_cube_map 271
#define cull_fragment 272
#define pass_through 273
#define offset_2d_scale 274
#define offset_2d 275
#define offset_rectangle_scale 276
#define offset_rectangle 277
#define dependent_ar 278
#define dependent_gb 279
#define dot_product_2d_1of2 280
#define dot_product_2d_2of2 281
#define dot_product_rectangle_1of2 282
#define dot_product_rectangle_2of2 283
#define dot_product_depth_replace_1of2 284
#define dot_product_depth_replace_2of2 285
#define dot_product_3d_1of3 286
#define dot_product_3d_2of3 287
#define dot_product_3d_3of3 288
#define dot_product_cube_map_1of3 289
#define dot_product_cube_map_2of3 290
#define dot_product_cube_map_3of3 291
#define dot_product_reflect_cube_map_eye_from_qs_1of3 292
#define dot_product_reflect_cube_map_eye_from_qs_2of3 293
#define dot_product_reflect_cube_map_eye_from_qs_3of3 294
#define dot_product_reflect_cube_map_const_eye_1of3 295
#define dot_product_reflect_cube_map_const_eye_2of3 296
#define dot_product_reflect_cube_map_const_eye_3of3 297
#define dot_product_cube_map_and_reflect_cube_map_eye_from_qs_1of3 298
#define dot_product_cube_map_and_reflect_cube_map_eye_from_qs_2of3 299
#define dot_product_cube_map_and_reflect_cube_map_eye_from_qs_3of3 300
#define dot_product_cube_map_and_reflect_cube_map_const_eye_1of3 301
#define dot_product_cube_map_and_reflect_cube_map_const_eye_2of3 302
#define dot_product_cube_map_and_reflect_cube_map_const_eye_3of3 303
#line 2 "ts1.0_grammar.y"
void yyerror(char* s);
int yylex ( void );
#ifdef _WIN32
# include <windows.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include "ts1.0_inst.h"
#include "ts1.0_inst_list.h"
#include "nvparse_errors.h"
#include "nvparse_externs.h"
#line 17 "ts1.0_grammar.y"
typedef union {
float fval;
InstPtr inst;
InstListPtr instList;
MappedVariablePtr variable;
} YYSTYPE;
#include <stdio.h>
#ifndef __cplusplus
#ifndef __STDC__
#define const
#endif
#endif
#define YYFINAL 218
#define YYFLAG -32768
#define YYNTBASE 50
#define YYTRANSLATE(x) ((unsigned)(x) <= 303 ? yytranslate[x] : 55)
static const char yytranslate[] = { 0,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 1, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12, 13, 14, 15, 16,
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
27, 28, 29, 30, 31, 32, 33, 34, 35, 36,
37, 38, 39, 40, 41, 42, 43, 44, 45, 46,
47, 48, 49
};
#if YYDEBUG != 0
static const short yyprhs[] = { 0,
0, 2, 6, 9, 14, 16, 20, 24, 28, 32,
36, 40, 51, 55, 72, 85, 102, 115, 120, 125,
130, 135, 140, 145, 150, 155, 160, 165, 170, 175,
180, 185, 190, 195, 200, 211, 216, 221, 226, 231,
236, 247, 252, 257, 259
};
static const short yyrhs[] = { 51,
0, 51, 53, 10, 0, 53, 10, 0, 7, 8,
6, 9, 0, 6, 0, 12, 8, 9, 0, 13,
8, 9, 0, 14, 8, 9, 0, 15, 8, 9,
0, 16, 8, 9, 0, 17, 8, 9, 0, 18,
8, 54, 11, 54, 11, 54, 11, 54, 9, 0,
19, 8, 9, 0, 20, 8, 6, 11, 3, 11,
3, 11, 3, 11, 3, 11, 3, 11, 3, 9,
0, 21, 8, 6, 11, 3, 11, 3, 11, 3,
11, 3, 9, 0, 22, 8, 6, 11, 3, 11,
3, 11, 3, 11, 3, 11, 3, 11, 3, 9,
0, 23, 8, 6, 11, 3, 11, 3, 11, 3,
11, 3, 9, 0, 24, 8, 6, 9, 0, 25,
8, 6, 9, 0, 26, 8, 52, 9, 0, 27,
8, 52, 9, 0, 28, 8, 52, 9, 0, 29,
8, 52, 9, 0, 30, 8, 52, 9, 0, 31,
8, 52, 9, 0, 32, 8, 52, 9, 0, 33,
8, 52, 9, 0, 34, 8, 52, 9, 0, 35,
8, 52, 9, 0, 36, 8, 52, 9, 0, 37,
8, 52, 9, 0, 38, 8, 52, 9, 0, 39,
8, 52, 9, 0, 40, 8, 52, 9, 0, 41,
8, 52, 11, 3, 11, 3, 11, 3, 9, 0,
42, 8, 52, 9, 0, 43, 8, 52, 9, 0,
44, 8, 52, 9, 0, 45, 8, 52, 9, 0,
46, 8, 52, 9, 0, 47, 8, 52, 11, 3,
11, 3, 11, 3, 9, 0, 48, 8, 52, 9,
0, 49, 8, 52, 9, 0, 4, 0, 5, 0
};
#endif
#if YYDEBUG != 0
static const short yyrline[] = { 0,
72, 80, 86, 96, 102, 110, 114, 118, 122, 126,
130, 134, 138, 142, 146, 150, 154, 158, 162, 166,
171, 176, 181, 186, 191, 196, 201, 206, 211, 216,
221, 226, 231, 236, 241, 246, 251, 256, 261, 266,
271, 276, 281, 288, 292
};
#endif
#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
static const char * const yytname[] = { "$","error","$undefined.","floatValue",
"gequal","less","texVariable","expandString","openParen","closeParen","semicolon",
"comma","nop","texture_1d","texture_2d","texture_rectangle","texture_3d","texture_cube_map",
"cull_fragment","pass_through","offset_2d_scale","offset_2d","offset_rectangle_scale",
"offset_rectangle","dependent_ar","dependent_gb","dot_product_2d_1of2","dot_product_2d_2of2",
"dot_product_rectangle_1of2","dot_product_rectangle_2of2","dot_product_depth_replace_1of2",
"dot_product_depth_replace_2of2","dot_product_3d_1of3","dot_product_3d_2of3",
"dot_product_3d_3of3","dot_product_cube_map_1of3","dot_product_cube_map_2of3",
"dot_product_cube_map_3of3","dot_product_reflect_cube_map_eye_from_qs_1of3",
"dot_product_reflect_cube_map_eye_from_qs_2of3","dot_product_reflect_cube_map_eye_from_qs_3of3",
"dot_product_reflect_cube_map_const_eye_1of3","dot_product_reflect_cube_map_const_eye_2of3",
"dot_product_reflect_cube_map_const_eye_3of3","dot_product_cube_map_and_reflect_cube_map_eye_from_qs_1of3",
"dot_product_cube_map_and_reflect_cube_map_eye_from_qs_2of3","dot_product_cube_map_and_reflect_cube_map_eye_from_qs_3of3",
"dot_product_cube_map_and_reflect_cube_map_const_eye_1of3","dot_product_cube_map_and_reflect_cube_map_const_eye_2of3",
"dot_product_cube_map_and_reflect_cube_map_const_eye_3of3","WholeEnchilada",
"InstListDesc","MappedVariableDesc","InstDesc","CondDesc", NULL
};
#endif
static const short yyr1[] = { 0,
50, 51, 51, 52, 52, 53, 53, 53, 53, 53,
53, 53, 53, 53, 53, 53, 53, 53, 53, 53,
53, 53, 53, 53, 53, 53, 53, 53, 53, 53,
53, 53, 53, 53, 53, 53, 53, 53, 53, 53,
53, 53, 53, 54, 54
};
static const short yyr2[] = { 0,
1, 3, 2, 4, 1, 3, 3, 3, 3, 3,
3, 10, 3, 16, 12, 16, 12, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 10, 4, 4, 4, 4, 4,
10, 4, 4, 1, 1
};
static const short yydefact[] = { 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 3,
6, 7, 8, 9, 10, 11, 44, 45, 0, 13,
0, 0, 0, 0, 0, 0, 5, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2, 0, 0, 0, 0, 0, 18, 19,
0, 20, 21, 22, 23, 24, 25, 26, 27, 28,
29, 30, 31, 32, 33, 34, 0, 36, 37, 38,
39, 40, 0, 42, 43, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 4, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 12, 0, 0, 0, 0, 35, 41, 0,
0, 0, 0, 0, 15, 0, 17, 0, 0, 0,
0, 0, 0, 14, 16, 0, 0, 0
};
static const short yydefgoto[] = { 216,
39, 99, 40, 89
};
static const short yypact[] = { -11,
31, 35, 39, 40, 41, 42, 43, 44, 45, 46,
71, 72, 73, 74, 75, 76, 77, 78, 79, 80,
81, 82, 83, 84, 85, 86, 87, 88, 89, 90,
91, 92, 93, 94, 95, 96, 97, 98, -11, 36,
99, 100, 101, 102, 103, 104, 37, 105, 109, 110,
111, 112, 113, 114, 38, 38, 38, 38, 38, 38,
38, 38, 38, 38, 38, 38, 38, 38, 38, 38,
38, 38, 38, 38, 38, 38, 38, 38, 115,-32768,
-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768, 116,-32768,
117, 118, 119, 120, 123, 124,-32768, 126, 127, 128,
129, 130, 131, 132, 133, 134, 135, 136, 137, 138,
139, 140, 141, 142, 143, 145, 146, 147, 148, 149,
150, 152,-32768, 37, 121, 155, 159, 160,-32768,-32768,
158,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-32768,-32768,-32768,-32768,-32768,-32768, 162,-32768,-32768,-32768,
-32768,-32768, 163,-32768,-32768, 156, 157, 161, 164, 165,
168, 167, 169, 37, 166, 170, 171, 176,-32768, 178,
179, 172, 173, 174, 175, 177, 180, 181, 37, 184,
186, 187, 190, 191, 192, 188, 185, 189, 193, 194,
197, 198,-32768, 195, 196, 199, 200,-32768,-32768, 201,
202, 203, 204, 205,-32768, 206,-32768, 207, 208, 212,
213, 211, 214,-32768,-32768, 107, 122,-32768
};
static const short yypgoto[] = {-32768,
-32768, 0, 182, -124
};
#define YYLAST 223
static const short yytable[] = { 156,
1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, 36, 37, 38, 41, 172,
87, 88, 42, 97, 98, 80, 43, 44, 45, 46,
47, 48, 49, 50, 186, 100, 101, 102, 103, 104,
105, 106, 107, 108, 109, 110, 111, 112, 113, 114,
115, 116, 117, 118, 119, 120, 121, 122, 51, 52,
53, 54, 55, 56, 57, 58, 59, 60, 61, 62,
63, 64, 65, 66, 67, 68, 69, 70, 71, 72,
73, 74, 75, 76, 77, 78, 217, 81, 82, 83,
84, 85, 86, 90, 91, 92, 93, 94, 95, 96,
0, 218, 0, 157, 123, 0, 124, 125, 126, 127,
128, 129, 130, 131, 0, 132, 133, 134, 135, 136,
137, 138, 139, 140, 141, 142, 143, 144, 145, 146,
0, 148, 147, 149, 150, 151, 152, 158, 154, 153,
155, 159, 160, 161, 162, 163, 164, 165, 173, 0,
0, 166, 174, 175, 167, 168, 169, 170, 176, 171,
177, 178, 179, 180, 181, 182, 187, 183, 188, 189,
184, 185, 190, 191, 192, 194, 193, 200, 201, 195,
0, 202, 203, 196, 197, 198, 199, 208, 209, 0,
205, 204, 207, 206, 212, 213, 0, 210, 211, 214,
79, 0, 215
};
static const short yycheck[] = { 124,
12, 13, 14, 15, 16, 17, 18, 19, 20, 21,
22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 33, 34, 35, 36, 37, 38, 39, 40, 41,
42, 43, 44, 45, 46, 47, 48, 49, 8, 164,
4, 5, 8, 6, 7, 10, 8, 8, 8, 8,
8, 8, 8, 8, 179, 56, 57, 58, 59, 60,
61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77, 78, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 0, 9, 9, 9,
9, 9, 9, 9, 6, 6, 6, 6, 6, 6,
-1, 0, -1, 3, 10, -1, 11, 11, 11, 11,
11, 9, 9, 8, -1, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
-1, 9, 11, 9, 9, 9, 9, 3, 9, 11,
9, 3, 3, 6, 3, 3, 11, 11, 3, -1,
-1, 11, 3, 3, 11, 11, 9, 11, 3, 11,
3, 3, 11, 11, 11, 11, 3, 11, 3, 3,
11, 11, 3, 3, 3, 11, 9, 3, 3, 11,
-1, 3, 3, 11, 11, 9, 9, 3, 3, -1,
9, 11, 9, 11, 3, 3, -1, 11, 11, 9,
39, -1, 9
};
/* -*-C-*- Note some compilers choke on comments on `#line' lines. */
#line 3 "/usr/share/bison.simple"
/* This file comes from bison-1.28. */
/* Skeleton output parser for bison,
Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* This is the parser code that is written into each bison parser
when the %semantic_parser declaration is not specified in the grammar.
It was written by Richard Stallman by simplifying the hairy parser
used when %semantic_parser is specified. */
#ifndef YYSTACK_USE_ALLOCA
#ifdef alloca
#define YYSTACK_USE_ALLOCA
#else /* alloca not defined */
#ifdef __GNUC__
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#else /* not GNU C. */
#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
#define YYSTACK_USE_ALLOCA
#include <alloca.h>
#else /* not sparc */
/* We think this test detects Watcom and Microsoft C. */
/* This used to test MSDOS, but that is a bad idea
since that symbol is in the user namespace. */
#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
#if 0 /* No need for malloc.h, which pollutes the namespace;
instead, just don't use alloca. */
#include <malloc.h>
#endif
#else /* not MSDOS, or __TURBOC__ */
#if defined(_AIX)
/* I don't know what this was needed for, but it pollutes the namespace.
So I turned it off. rms, 2 May 1997. */
/* #include <malloc.h> */
#pragma alloca
#define YYSTACK_USE_ALLOCA
#else /* not MSDOS, or __TURBOC__, or _AIX */
#if 0
#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
and on HPUX 10. Eventually we can turn this on. */
#define YYSTACK_USE_ALLOCA
#define alloca __builtin_alloca
#endif /* __hpux */
#endif
#endif /* not _AIX */
#endif /* not MSDOS, or __TURBOC__ */
#endif /* not sparc */
#endif /* not GNU C */
#endif /* alloca not defined */
#endif /* YYSTACK_USE_ALLOCA not defined */
#ifdef YYSTACK_USE_ALLOCA
#define YYSTACK_ALLOC alloca
#else
#define YYSTACK_ALLOC malloc
#endif
/* Note: there must be only one dollar sign in this file.
It is replaced by the list of actions, each action
as one case of the switch. */
#define yyerrok (yyerrstatus = 0)
#define yyclearin (yychar = YYEMPTY)
#define YYEMPTY -2
#define YYEOF 0
#define YYACCEPT goto yyacceptlab
#define YYABORT goto yyabortlab
#define YYERROR goto yyerrlab1
/* Like YYERROR except do call yyerror.
This remains here temporarily to ease the
transition to the new meaning of YYERROR, for GCC.
Once GCC version 2 has supplanted version 1, this can go. */
#define YYFAIL goto yyerrlab
#define YYRECOVERING() (!!yyerrstatus)
#define YYBACKUP(token, value) \
do \
if (yychar == YYEMPTY && yylen == 1) \
{ yychar = (token), yylval = (value); \
yychar1 = YYTRANSLATE (yychar); \
YYPOPSTACK; \
goto yybackup; \
} \
else \
{ yyerror ("syntax error: cannot back up"); YYERROR; } \
while (0)
#define YYTERROR 1
#define YYERRCODE 256
#ifndef YYPURE
#define YYLEX yylex()
#endif
#ifdef YYPURE
#ifdef YYLSP_NEEDED
#ifdef YYLEX_PARAM
#define YYLEX yylex(&yylval, &yylloc, YYLEX_PARAM)
#else
#define YYLEX yylex(&yylval, &yylloc)
#endif
#else /* not YYLSP_NEEDED */
#ifdef YYLEX_PARAM
#define YYLEX yylex(&yylval, YYLEX_PARAM)
#else
#define YYLEX yylex(&yylval)
#endif
#endif /* not YYLSP_NEEDED */
#endif
/* If nonreentrant, generate the variables here */
#ifndef YYPURE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -