server/y.tab.h

00001 /* A Bison parser, made by GNU Bison 2.1.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
00005 
00006    This program is free software; you can redistribute it and/or modify
00007    it under the terms of the GNU General Public License as published by
00008    the Free Software Foundation; either version 2, or (at your option)
00009    any later version.
00010 
00011    This program is distributed in the hope that it will be useful,
00012    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014    GNU General Public License for more details.
00015 
00016    You should have received a copy of the GNU General Public License
00017    along with this program; if not, write to the Free Software
00018    Foundation, Inc., 51 Franklin Street, Fifth Floor,
00019    Boston, MA 02110-1301, USA.  */
00020 
00021 /* As a special exception, when this file is copied by Bison into a
00022    Bison output file, you may use that output file without restriction.
00023    This special exception was added by the Free Software Foundation
00024    in version 1.24 of Bison.  */
00025 
00026 /* Tokens.  */
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029    /* Put the tokens into the symbol table, so that GDB and other debuggers
00030       know about them.  */
00031    enum yytokentype {
00032      OBRACE = 258,
00033      EBRACE = 259,
00034      QUOTE = 260,
00035      SEMICOLON = 261,
00036      DISPLAY = 262,
00037      DEVICE = 263,
00038      MODULE = 264,
00039      LIBRARY = 265,
00040      CONTROL = 266,
00041      LED = 267,
00042      TEMP = 268,
00043      CLASS = 269,
00044      PORT = 270,
00045      REPORT = 271,
00046      USE = 272,
00047      FAN = 273,
00048      AS = 274,
00049      NAMED = 275,
00050      SCREEN = 276,
00051      AT = 277,
00052      SHOW = 278,
00053      SIZE_KW = 279,
00054      COMMA = 280,
00055      VIRTUAL = 281,
00056      STRING = 282,
00057      INTEGER = 283
00058    };
00059 #endif
00060 /* Tokens.  */
00061 #define OBRACE 258
00062 #define EBRACE 259
00063 #define QUOTE 260
00064 #define SEMICOLON 261
00065 #define DISPLAY 262
00066 #define DEVICE 263
00067 #define MODULE 264
00068 #define LIBRARY 265
00069 #define CONTROL 266
00070 #define LED 267
00071 #define TEMP 268
00072 #define CLASS 269
00073 #define PORT 270
00074 #define REPORT 271
00075 #define USE 272
00076 #define FAN 273
00077 #define AS 274
00078 #define NAMED 275
00079 #define SCREEN 276
00080 #define AT 277
00081 #define SHOW 278
00082 #define SIZE_KW 279
00083 #define COMMA 280
00084 #define VIRTUAL 281
00085 #define STRING 282
00086 #define INTEGER 283
00087 
00088 
00089 
00090 
00091 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00092 #line 7 "parser.y"
00093 typedef union YYSTYPE {
00094     struct {
00095         int x;
00096         int y;
00097     } coord;
00098 
00099     int number;
00100     char * str;
00101 } YYSTYPE;
00102 /* Line 1447 of yacc.c.  */
00103 #line 104 "y.tab.h"
00104 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00105 # define YYSTYPE_IS_DECLARED 1
00106 # define YYSTYPE_IS_TRIVIAL 1
00107 #endif
00108 
00109 extern YYSTYPE yylval;
00110 
00111 
00112 

Generated on Mon Jul 17 01:36:12 2006 for IILC by  doxygen 1.4.6