/* A Bison parser, made by GNU Bison 1.875. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. */ /* Tokens. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { MLEX_IGNORE = 258, MLEX_ERROR = 259, MLEX_LF = 260, MLEX_HEXNUMBER = 261, MLEX_OCTNUMBER = 262, MLEX_NUMBER = 263, MLEX_FLOAT = 264, MLEX_DSTRING = 265, MLEX_SSTRING = 266, MLEX_IDENT = 267, MLEX_VARIABLE = 268, MLEX_SYSVARIABLE = 269, MLEX_INCL = 270, MLEX_DECL = 271, MLEX_MY = 272, MLEX_LOCAL = 273, MLEX_GLOBAL = 274, MLEX_LG = 275, MLEX_SUB = 276, MLEX_IF = 277, MLEX_ELSE = 278, MLEX_WHILE = 279, MLEX_FOR = 280, MLEX_RETURN = 281, MLEX_EQ = 282, MLEX_NE = 283, MLEX_STREQ = 284, MLEX_STRNE = 285, MLEX_LB = 286, MLEX_RB = 287, MLEX_LEAB = 288, MLEX_REAB = 289, MLEX_OR = 290, MLEX_AND = 291, B_SINGLE = 292, MLEX_INCL_L = 293, MLEX_INCL_R = 294, MLEX_DECL_L = 295, MLEX_DECL_R = 296 }; #endif #define MLEX_IGNORE 258 #define MLEX_ERROR 259 #define MLEX_LF 260 #define MLEX_HEXNUMBER 261 #define MLEX_OCTNUMBER 262 #define MLEX_NUMBER 263 #define MLEX_FLOAT 264 #define MLEX_DSTRING 265 #define MLEX_SSTRING 266 #define MLEX_IDENT 267 #define MLEX_VARIABLE 268 #define MLEX_SYSVARIABLE 269 #define MLEX_INCL 270 #define MLEX_DECL 271 #define MLEX_MY 272 #define MLEX_LOCAL 273 #define MLEX_GLOBAL 274 #define MLEX_LG 275 #define MLEX_SUB 276 #define MLEX_IF 277 #define MLEX_ELSE 278 #define MLEX_WHILE 279 #define MLEX_FOR 280 #define MLEX_RETURN 281 #define MLEX_EQ 282 #define MLEX_NE 283 #define MLEX_STREQ 284 #define MLEX_STRNE 285 #define MLEX_LB 286 #define MLEX_RB 287 #define MLEX_LEAB 288 #define MLEX_REAB 289 #define MLEX_OR 290 #define MLEX_AND 291 #define B_SINGLE 292 #define MLEX_INCL_L 293 #define MLEX_INCL_R 294 #define MLEX_DECL_L 295 #define MLEX_DECL_R 296 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED) typedef int YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 #endif extern YYSTYPE yylval;