00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029
00030
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
00091 # define YYSTYPE_IS_DECLARED 1
00092 # define YYSTYPE_IS_TRIVIAL 1
00093 #endif
00094
00095 extern YYSTYPE yylval;
00096
00097
00098