played a little with settings for headstyle - causes strange numbers - check!!
[cluster_expansion_thesis.git] / little_helpers / tikz / sketch-0.2.161 / y.tab.h
blob4126721491ac8747844859c579c6d412d18cc374
1 /* A Bison parser, made by GNU Bison 2.1. */
3 /* Skeleton parser for Yacc-like parsing with Bison,
4 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */
21 /* As a special exception, when this file is copied by Bison into a
22 Bison output file, you may use that output file without restriction.
23 This special exception was added by the Free Software Foundation
24 in version 1.24 of Bison. */
26 /* Tokens. */
27 #ifndef YYTOKENTYPE
28 # define YYTOKENTYPE
29 /* Put the tokens into the symbol table, so that GDB and other debuggers
30 know about them. */
31 enum yytokentype {
32 ID = 258,
33 PAREN_ID = 259,
34 BRACKET_ID = 260,
35 DBL_BRACKET_ID = 261,
36 CURLY_ID = 262,
37 ANGLE_ID = 263,
38 NUM = 264,
39 OPTS_STR = 265,
40 SPECIAL = 266,
41 TICK = 267,
42 THEN = 268,
43 DEF = 269,
44 EMPTY_ANGLE = 270,
45 DOTS = 271,
46 LINE = 272,
47 CURVE = 273,
48 POLYGON = 274,
49 REPEAT = 275,
50 SWEEP = 276,
51 PUT = 277,
52 TRANSLATE = 278,
53 ROTATE = 279,
54 SCALE = 280,
55 PROJECT = 281,
56 PERSPECTIVE = 282,
57 VIEW = 283,
58 SQRT = 284,
59 SIN = 285,
60 COS = 286,
61 ATAN2 = 287,
62 UNIT = 288,
63 INVERSE = 289,
64 GLOBAL = 290,
65 SET = 291,
66 PICTUREBOX = 292,
67 FRAME = 293,
68 CAMERA = 294,
69 LANGUAGE = 295,
70 PSTRICKS = 296,
71 TIKZ = 297,
72 LaTeX = 298,
73 ConTeXt = 299,
74 NEG = 300
76 #endif
77 /* Tokens. */
78 #define ID 258
79 #define PAREN_ID 259
80 #define BRACKET_ID 260
81 #define DBL_BRACKET_ID 261
82 #define CURLY_ID 262
83 #define ANGLE_ID 263
84 #define NUM 264
85 #define OPTS_STR 265
86 #define SPECIAL 266
87 #define TICK 267
88 #define THEN 268
89 #define DEF 269
90 #define EMPTY_ANGLE 270
91 #define DOTS 271
92 #define LINE 272
93 #define CURVE 273
94 #define POLYGON 274
95 #define REPEAT 275
96 #define SWEEP 276
97 #define PUT 277
98 #define TRANSLATE 278
99 #define ROTATE 279
100 #define SCALE 280
101 #define PROJECT 281
102 #define PERSPECTIVE 282
103 #define VIEW 283
104 #define SQRT 284
105 #define SIN 285
106 #define COS 286
107 #define ATAN2 287
108 #define UNIT 288
109 #define INVERSE 289
110 #define GLOBAL 290
111 #define SET 291
112 #define PICTUREBOX 292
113 #define FRAME 293
114 #define CAMERA 294
115 #define LANGUAGE 295
116 #define PSTRICKS 296
117 #define TIKZ 297
118 #define LaTeX 298
119 #define ConTeXt 299
120 #define NEG 300
125 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
126 #line 58 "sketch.y"
127 typedef union YYSTYPE {
128 char *str;
129 FLOAT flt;
130 POINT_3D pt;
131 VECTOR_3D vec;
132 TRANSFORM xf;
133 EXPR_VAL exv;
134 SYMBOL_NAME name;
135 OBJECT *obj;
136 OPTS *opts;
137 int bool;
138 int index;
139 } YYSTYPE;
140 /* Line 1447 of yacc.c. */
141 #line 142 "y.tab.h"
142 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
143 # define YYSTYPE_IS_DECLARED 1
144 # define YYSTYPE_IS_TRIVIAL 1
145 #endif
147 extern YYSTYPE yylval;