#ifndef BISON_PARSER_TAB_H
# define BISON_PARSER_TAB_H
#ifndef YYSTYPE
typedef union {
double number;
char *string;
_point *point;
_vector *vector;
_line *line;
_segment *segment;
_circle *circle;
_conic *conic;
symrec *ptr;
int flag;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define NUMBER 257
# define TOKPI 258
# define STRING 259
# define VARIABLE 260
# define NUMBER_VARIABLE 261
# define POINT_VARIABLE 262
# define VECTOR_VARIABLE 263
# define LINE_VARIABLE 264
# define SEGMENT_VARIABLE 265
# define CIRCLE_VARIABLE 266
# define CONIC_VARIABLE 267
# define NOARROW 268
# define ARROW 269
# define BACKARROW 270
# define DOUBLEARROW 271
# define ENTIRE 272
# define HALFLINE 273
# define BACKHALFLINE 274
# define DOT 275
# define DISC 276
# define BOX 277
# define CROSS 278
# define PLUS 279
# define FULL 280
# define DOTTED 281
# define DASHED 282
# define SIMPLE 283
# define DOUBLE 284
# define TRIPLE 285
# define EXP 286
# define LN 287
# define SIN 288
# define COS 289
# define TAN 290
# define ASIN 291
# define ACOS 292
# define ATAN 293
# define TOKDEG 294
# define TOKRAD 295
# define TOKABS 296
# define SQRT 297
# define SIGN 298
# define CEIL 299
# define FLOOR 300
# define ROUND 301
# define TOKMIN 302
# define TOKMAX 303
# define TOKCLAMP 304
# define ARGUMENT 305
# define ABSCISSA 306
# define ORDINATE 307
# define LENGTH 308
# define DISTANCE 309
# define ANGLE 310
# define RADIUS 311
# define MAJOR 312
# define MINOR 313
# define ECCENTRICITY 314
# define HEIGHT 315
# define POINT 316
# define VECTOR 317
# define LINE 318
# define SEGMENT 319
# define CIRCLE 320
# define CONIC 321
# define PARABOLA 322
# define ELLIPSE 323
# define HYPERBOLA 324
# define TRANSLATION 325
# define REFLECTION 326
# define ROTATION 327
# define PROJECTION 328
# define HOMOTHECY 329
# define MIDPOINT 330
# define CENTER 331
# define VERTICES 332
# define FOCI 333
# define ORTHOCENTER 334
# define BARYCENTER 335
# define INTERSECTION 336
# define TOKBEGIN 337
# define END 338
# define PARALLEL 339
# define PERPENDICULAR 340
# define MEDIAN 341
# define ALTITUDE 342
# define BISECTOR 343
# define INCIRCLE 344
# define TRIANGLE 345
# define EQUILATERAL 346
# define ISOSCELES 347
# define RIGHT 348
# define PARALLELOGRAM 349
# define RECTANGLE 350
# define SQUARE 351
# define PENTAGON 352
# define HEXAGON 353
# define FRAME 354
# define COLOR 355
# define BLACK 356
# define DARKGRAY 357
# define GRAY 358
# define LIGHTGRAY 359
# define WHITE 360
# define RED 361
# define GREEN 362
# define BLUE 363
# define CYAN 364
# define MAGENTA 365
# define YELLOW 366
# define STYLE 367
# define THICKNESS 368
# define FONT 369
# define TRICKS 370
# define EXPORT 371
# define DRAW 372
# define LABEL 373
# define MARK 374
# define UP 375
# define STROKES 376
# define TRACE 377
# define INTERACTIVE 378
# define OR 379
# define AND 380
# define NOT 381
# define EQ 382
# define NEQ 383
# define GEQ 384
# define LEQ 385
# define NEG 386
extern YYSTYPE yylval;
#endif /* not BISON_PARSER_TAB_H */
syntax highlighted by Code2HTML, v. 0.9.1