Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

tok_features.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 2.0.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 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., 59 Temple Place - Suite 330,
00019    Boston, MA 02111-1307, 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      SENSOR = 258,
00033      COMPRGF = 259,
00034      CONJUNCT = 260,
00035      WORD = 261,
00036      FLAG = 262,
00037      TARG = 263,
00038      INT = 264,
00039      COLON = 265,
00040      LBRACK = 266,
00041      RBRACK = 267,
00042      LPAREN = 268,
00043      RPAREN = 269,
00044      NEWLINE = 270,
00045      COMMA = 271,
00046      AMP = 272,
00047      BAR = 273,
00048      SMALLX = 274,
00049      BIGX = 275,
00050      EQUALS = 276,
00051      SEMICOLON = 277,
00052      FLOC = 278,
00053      FINC = 279,
00054      FMARK = 280,
00055      ERROR = 281,
00056      QUOTE = 282
00057    };
00058 #endif
00059 #define SENSOR 258
00060 #define COMPRGF 259
00061 #define CONJUNCT 260
00062 #define WORD 261
00063 #define FLAG 262
00064 #define TARG 263
00065 #define INT 264
00066 #define COLON 265
00067 #define LBRACK 266
00068 #define RBRACK 267
00069 #define LPAREN 268
00070 #define RPAREN 269
00071 #define NEWLINE 270
00072 #define COMMA 271
00073 #define AMP 272
00074 #define BAR 273
00075 #define SMALLX 274
00076 #define BIGX 275
00077 #define EQUALS 276
00078 #define SEMICOLON 277
00079 #define FLOC 278
00080 #define FINC 279
00081 #define FMARK 280
00082 #define ERROR 281
00083 #define QUOTE 282
00084 
00085 
00086 
00087 
00088 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00089 typedef int YYSTYPE;
00090 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00091 # define YYSTYPE_IS_DECLARED 1
00092 # define YYSTYPE_IS_TRIVIAL 1
00093 #endif
00094 
00095 extern YYSTYPE yylval;
00096 
00097 
00098 

Generated on Wed Apr 26 12:55:30 2006 for FreeLing by  doxygen 1.4.4