The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

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

jamgram.h

Go to the documentation of this file.
00001 /* A Bison parser, made by GNU Bison 1.875a.  */
00002 
00003 /* Skeleton parser for Yacc-like parsing with Bison,
00004    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 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      _BANG_t = 258,
00033      _BANG_EQUALS_t = 259,
00034      _AMPER_t = 260,
00035      _AMPERAMPER_t = 261,
00036      _LPAREN_t = 262,
00037      _RPAREN_t = 263,
00038      _PLUS_EQUALS_t = 264,
00039      _COLON_t = 265,
00040      _SEMIC_t = 266,
00041      _LANGLE_t = 267,
00042      _LANGLE_EQUALS_t = 268,
00043      _EQUALS_t = 269,
00044      _RANGLE_t = 270,
00045      _RANGLE_EQUALS_t = 271,
00046      _QUESTION_EQUALS_t = 272,
00047      _LBRACKET_t = 273,
00048      _RBRACKET_t = 274,
00049      ACTIONS_t = 275,
00050      BIND_t = 276,
00051      CASE_t = 277,
00052      CLASS_t = 278,
00053      DEFAULT_t = 279,
00054      ELSE_t = 280,
00055      EXISTING_t = 281,
00056      FOR_t = 282,
00057      IF_t = 283,
00058      IGNORE_t = 284,
00059      IN_t = 285,
00060      INCLUDE_t = 286,
00061      LOCAL_t = 287,
00062      MODULE_t = 288,
00063      ON_t = 289,
00064      PIECEMEAL_t = 290,
00065      QUIETLY_t = 291,
00066      RETURN_t = 292,
00067      RULE_t = 293,
00068      SWITCH_t = 294,
00069      TOGETHER_t = 295,
00070      UPDATED_t = 296,
00071      WHILE_t = 297,
00072      _LBRACE_t = 298,
00073      _BAR_t = 299,
00074      _BARBAR_t = 300,
00075      _RBRACE_t = 301,
00076      ARG = 302,
00077      STRING = 303
00078    };
00079 #endif
00080 #define _BANG_t 258
00081 #define _BANG_EQUALS_t 259
00082 #define _AMPER_t 260
00083 #define _AMPERAMPER_t 261
00084 #define _LPAREN_t 262
00085 #define _RPAREN_t 263
00086 #define _PLUS_EQUALS_t 264
00087 #define _COLON_t 265
00088 #define _SEMIC_t 266
00089 #define _LANGLE_t 267
00090 #define _LANGLE_EQUALS_t 268
00091 #define _EQUALS_t 269
00092 #define _RANGLE_t 270
00093 #define _RANGLE_EQUALS_t 271
00094 #define _QUESTION_EQUALS_t 272
00095 #define _LBRACKET_t 273
00096 #define _RBRACKET_t 274
00097 #define ACTIONS_t 275
00098 #define BIND_t 276
00099 #define CASE_t 277
00100 #define CLASS_t 278
00101 #define DEFAULT_t 279
00102 #define ELSE_t 280
00103 #define EXISTING_t 281
00104 #define FOR_t 282
00105 #define IF_t 283
00106 #define IGNORE_t 284
00107 #define IN_t 285
00108 #define INCLUDE_t 286
00109 #define LOCAL_t 287
00110 #define MODULE_t 288
00111 #define ON_t 289
00112 #define PIECEMEAL_t 290
00113 #define QUIETLY_t 291
00114 #define RETURN_t 292
00115 #define RULE_t 293
00116 #define SWITCH_t 294
00117 #define TOGETHER_t 295
00118 #define UPDATED_t 296
00119 #define WHILE_t 297
00120 #define _LBRACE_t 298
00121 #define _BAR_t 299
00122 #define _BARBAR_t 300
00123 #define _RBRACE_t 301
00124 #define ARG 302
00125 #define STRING 303
00126 
00127 
00128 
00129 
00130 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00131 typedef int YYSTYPE;
00132 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
00133 # define YYSTYPE_IS_DECLARED 1
00134 # define YYSTYPE_IS_TRIVIAL 1
00135 #endif
00136 
00137 extern YYSTYPE yylval;
00138 
00139 
00140 

Generated on Mon Nov 8 17:07:36 2004 for MPT by  doxygen 1.3.9.1