r1945

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Fri Sep 28 22:54:20 CEST 2007


Author: amadeus
Date: 2007-09-28 22:54:15 +0200 (Fri, 28 Sep 2007)
New Revision: 1945

Log:
fix compile time problem

Modified: trunk/user/pixil/packages/viewml/viewml/jscript/t1.c
===================================================================
--- trunk/user/pixil/packages/viewml/viewml/jscript/t1.c	2007-09-28 19:57:13 UTC (rev 1944)
+++ trunk/user/pixil/packages/viewml/viewml/jscript/t1.c	2007-09-28 20:54:15 UTC (rev 1945)
@@ -1,59 +1,147 @@
+/* A Bison parser, made by GNU Bison 1.875.  */
 
-/*  A Bison parser, made from t1.y
-    by GNU Bison version 1.28  */
+/* Skeleton parser for Yacc-like parsing with Bison,
+   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
 
-#define YYBISON 1  /* Identify Bison output.  */
+   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.
 
-#define yyparse yyjscriptparse
+   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.  */
+
+/* Written by Richard Stallman by simplifying the original so called
+   ``semantic'' parser.  */
+
+/* All symbols defined below should begin with yy or YY, to avoid
+   infringing on user name space.  This should be done even for local
+   variables, as they might otherwise be expanded by user macros.
+   There are some unavoidable exceptions within include files to
+   define necessary library symbols; they are noted "INFRINGES ON
+   USER NAME SPACE" below.  */
+
+/* Identify Bison output.  */
+#define YYBISON 1
+
+/* Skeleton name.  */
+#define YYSKELETON_NAME "yacc.c"
+
+/* Pure parsers.  */
+#define YYPURE 0
+
+/* Using locations.  */
+#define YYLSP_NEEDED 0
+
 #define yylex yyjscriptlex
-#define yyerror yyjscripterror
 #define yylval yyjscriptlval
-#define yychar yyjscriptchar
-#define yydebug yyjscriptdebug
-#define yynerrs yyjscriptnerrs
-#define	FUNCTION	257
-#define	IF	258
-#define	ELSE	259
-#define	IN	260
-#define	WITH	261
-#define	WHILE	262
-#define	FOR	263
-#define	SHIFT_LEFT	264
-#define	SHIFT_RIGHT	265
-#define	EQ	266
-#define	NEQ	267
-#define	OR	268
-#define	AND	269
-#define	THIS	270
-#define	B_NULL	271
-#define	FLOAT	272
-#define	B_TRUE	273
-#define	B_FALSE	274
-#define	NEW	275
-#define	DELETE	276
-#define	BREAK	277
-#define	CONTINUE	278
-#define	RETURN	279
-#define	VAR	280
-#define	PP	281
-#define	MM	282
-#define	STRING	283
-#define	LEQ	284
-#define	GEQ	285
-#define	MAS	286
-#define	DAS	287
-#define	AAS	288
-#define	SAS	289
-#define	PAS	290
-#define	RAS	291
-#define	BAAS	292
-#define	BOAS	293
-#define	NUM	294
-#define	IDENTIFIER	295
 
-#line 1 "t1.y"
+/* Tokens.  */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+   /* Put the tokens into the symbol table, so that GDB and other debuggers
+      know about them.  */
+   enum yytokentype {
+     FUNCTION = 258,
+     IF = 259,
+     ELSE = 260,
+     IN = 261,
+     WITH = 262,
+     WHILE = 263,
+     FOR = 264,
+     SHIFT_LEFT = 265,
+     SHIFT_RIGHT = 266,
+     EQ = 267,
+     NEQ = 268,
+     OR = 269,
+     AND = 270,
+     THIS = 271,
+     B_NULL = 272,
+     FLOAT = 273,
+     B_TRUE = 274,
+     B_FALSE = 275,
+     NEW = 276,
+     DELETE = 277,
+     BREAK = 278,
+     CONTINUE = 279,
+     RETURN = 280,
+     VAR = 281,
+     PP = 282,
+     MM = 283,
+     STRING = 284,
+     LEQ = 285,
+     GEQ = 286,
+     MAS = 287,
+     DAS = 288,
+     AAS = 289,
+     SAS = 290,
+     PAS = 291,
+     RAS = 292,
+     BAAS = 293,
+     BOAS = 294,
+     NUM = 295,
+     IDENTIFIER = 296
+   };
+#endif
+#define FUNCTION 258
+#define IF 259
+#define ELSE 260
+#define IN 261
+#define WITH 262
+#define WHILE 263
+#define FOR 264
+#define SHIFT_LEFT 265
+#define SHIFT_RIGHT 266
+#define EQ 267
+#define NEQ 268
+#define OR 269
+#define AND 270
+#define THIS 271
+#define B_NULL 272
+#define FLOAT 273
+#define B_TRUE 274
+#define B_FALSE 275
+#define NEW 276
+#define DELETE 277
+#define BREAK 278
+#define CONTINUE 279
+#define RETURN 280
+#define VAR 281
+#define PP 282
+#define MM 283
+#define STRING 284
+#define LEQ 285
+#define GEQ 286
+#define MAS 287
+#define DAS 288
+#define AAS 289
+#define SAS 290
+#define PAS 291
+#define RAS 292
+#define BAAS 293
+#define BOAS 294
+#define NUM 295
+#define IDENTIFIER 296
 
 
+
+
+/* Copy the first part of user declarations.  */
+#line 1 "../jscript/t1.y"
+
+
 #include "bison2cpp.h"
 
 void yyerror(char *s);
@@ -61,610 +149,924 @@
 void initFlex( const char *_code );
 
 
-#line 11 "t1.y"
-typedef union
-{
+
+/* Enabling traces.  */
+#ifndef YYDEBUG
+# define YYDEBUG 0
+#endif
+
+/* Enabling verbose error messages.  */
+#ifdef YYERROR_VERBOSE
+# undef YYERROR_VERBOSE
+# define YYERROR_VERBOSE 1
+#else
+# define YYERROR_VERBOSE 0
+#endif
+
+#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
+#line 12 "../jscript/t1.y"
+typedef union YYSTYPE {
      int vali;
      float vald;
      char *name;
      void *ptr;
 } YYSTYPE;
-#include <stdio.h>
-
-#ifndef __cplusplus
-#ifndef __STDC__
-#define const
+/* Line 191 of yacc.c.  */
+#line 174 "y.tab.c"
+# define yystype YYSTYPE /* obsolescent; will be withdrawn */
+# define YYSTYPE_IS_DECLARED 1
+# define YYSTYPE_IS_TRIVIAL 1
 #endif
-#endif
 
 
 
-#define	YYFINAL		200
-#define	YYFLAG		-32768
-#define	YYNTBASE	64
+/* Copy the second part of user declarations.  */
 
-#define YYTRANSLATE(x) ((unsigned)(x) <= 295 ? yytranslate[x] : 100)
 
-static const char yytranslate[] = {     0,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,    44,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,    54,     2,    42,
-    43,    59,    57,    45,    58,    61,    60,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,    51,    48,    55,
-    49,    56,    50,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-    62,     2,    63,    53,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,    46,    52,    47,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
-     2,     2,     2,     2,     2,     1,     3,     4,     5,     6,
-     7,     8,     9,    10,    11,    12,    13,    14,    15,    16,
-    17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
-    27,    28,    29,    30,    31,    32,    33,    34,    35,    36,
-    37,    38,    39,    40,    41
-};
+/* Line 214 of yacc.c.  */
+#line 186 "y.tab.c"
 
-#if YYDEBUG != 0
-static const short yyprhs[] = {     0,
-     0,     1,     4,    11,    13,    16,    17,    19,    21,    25,
-    29,    30,    33,    35,    37,    41,    47,    51,    59,    67,
-    73,    76,    79,    85,    89,    91,    94,    95,    97,   101,
-   104,   107,   110,   112,   114,   118,   120,   124,   125,   127,
-   129,   132,   134,   138,   142,   146,   150,   154,   158,   162,
-   166,   170,   172,   178,   180,   184,   186,   190,   192,   196,
-   198,   202,   204,   208,   210,   214,   218,   220,   224,   228,
-   232,   236,   238,   242,   246,   248,   252,   256,   258,   262,
-   266,   268,   271,   274,   277,   280,   283,   286,   289,   293,
-   295,   297,   302,   306,   308,   313,   318,   320,   324,   325,
-   327,   329,   333,   337,   339,   341,   343,   345,   347,   349,
-   351
-};
+#if ! defined (yyoverflow) || YYERROR_VERBOSE
 
-static const short yyrhs[] = {    -1,
-    64,    65,     0,     3,    41,    42,    66,    43,    68,     0,
-    69,     0,     1,    44,     0,     0,    67,     0,    41,     0,
-    41,    45,    67,     0,    46,    69,    47,     0,     0,    70,
-    69,     0,    68,     0,    48,     0,     4,    72,    70,     0,
-     4,    72,    70,     5,    70,     0,     8,    72,    70,     0,
-    73,    48,    78,    48,    78,    43,    70,     0,    74,    48,
-    78,    48,    78,    43,    70,     0,    74,     6,    79,    43,
-    70,     0,    23,    71,     0,    24,    71,     0,     7,    42,
-    79,    43,    70,     0,    25,    78,    71,     0,    68,     0,
-    75,    71,     0,     0,    48,     0,    42,    79,    43,     0,
-     9,    42,     0,    73,    75,     0,    26,    76,     0,    80,
-     0,    77,     0,    77,    45,    76,     0,    41,     0,    41,
-    49,    80,     0,     0,    79,     0,    80,     0,    80,    79,
-     0,    81,     0,    81,    49,    80,     0,    81,    32,    80,
-     0,    81,    33,    80,     0,    81,    34,    80,     0,    81,
-    35,    80,     0,    81,    36,    80,     0,    81,    37,    80,
-     0,    81,    38,    80,     0,    81,    39,    80,     0,    82,
-     0,    82,    50,    80,    51,    80,     0,    83,     0,    83,
-    14,    82,     0,    84,     0,    84,    15,    83,     0,    85,
-     0,    85,    52,    84,     0,    86,     0,    86,    53,    85,
-     0,    87,     0,    87,    54,    86,     0,    88,     0,    88,
-    12,    87,     0,    88,    13,    87,     0,    89,     0,    88,
-    55,    89,     0,    88,    56,    89,     0,    88,    30,    89,
-     0,    88,    31,    89,     0,    90,     0,    90,    10,    89,
-     0,    90,    11,    89,     0,    91,     0,    91,    57,    90,
-     0,    91,    58,    90,     0,    92,     0,    92,    59,    91,
-     0,    92,    60,    91,     0,    95,     0,    58,    92,     0,
-    27,    95,     0,    28,    95,     0,    95,    27,     0,    95,
-    28,     0,    21,    93,     0,    22,    95,     0,    16,    61,
-    94,     0,    94,     0,    41,     0,    41,    42,    97,    43,
-     0,    41,    61,    94,     0,    96,     0,    96,    62,    79,
-    63,     0,    96,    42,    97,    43,     0,    99,     0,    95,
-    61,    41,     0,     0,    98,     0,    80,     0,    80,    45,
-    98,     0,    42,    79,    43,     0,    41,     0,    40,     0,
-    18,     0,    29,     0,    20,     0,    19,     0,    17,     0,
-    16,     0
-};
+/* The parser invokes alloca or malloc; define the necessary symbols.  */
 
+# if YYSTACK_USE_ALLOCA
+#  define YYSTACK_ALLOC alloca
+# else
+#  ifndef YYSTACK_USE_ALLOCA
+#   if defined (alloca) || defined (_ALLOCA_H)
+#    define YYSTACK_ALLOC alloca
+#   else
+#    ifdef __GNUC__
+#     define YYSTACK_ALLOC __builtin_alloca
+#    endif
+#   endif
+#  endif
+# endif
+
+# ifdef YYSTACK_ALLOC
+   /* Pacify GCC's `empty if-body' warning. */
+#  define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
+# else
+#  if defined (__STDC__) || defined (__cplusplus)
+#   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
+#   define YYSIZE_T size_t
+#  endif
+#  define YYSTACK_ALLOC malloc
+#  define YYSTACK_FREE free
+# endif
+#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
+
+
+#if (! defined (yyoverflow) \
+     && (! defined (__cplusplus) \
+	 || (YYSTYPE_IS_TRIVIAL)))
+
+/* A type that is properly aligned for any stack member.  */
+union yyalloc
+{
+  short yyss;
+  YYSTYPE yyvs;
+  };
+
+/* The size of the maximum gap between one aligned stack and the next.  */
+# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
+
+/* The size of an array large to enough to hold all stacks, each with
+   N elements.  */
+# define YYSTACK_BYTES(N) \
+     ((N) * (sizeof (short) + sizeof (YYSTYPE))				\
+      + YYSTACK_GAP_MAXIMUM)
+
+/* Copy COUNT objects from FROM to TO.  The source and destination do
+   not overlap.  */
+# ifndef YYCOPY
+#  if 1 < __GNUC__
+#   define YYCOPY(To, From, Count) \
+      __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
+#  else
+#   define YYCOPY(To, From, Count)		\
+      do					\
+	{					\
+	  register YYSIZE_T yyi;		\
+	  for (yyi = 0; yyi < (Count); yyi++)	\
+	    (To)[yyi] = (From)[yyi];		\
+	}					\
+      while (0)
+#  endif
+# endif
+
+/* Relocate STACK from its old location to the new one.  The
+   local variables YYSIZE and YYSTACKSIZE give the old and new number of
+   elements in the stack, and YYPTR gives the new location of the
+   stack.  Advance YYPTR to a properly aligned location for the next
+   stack.  */
+# define YYSTACK_RELOCATE(Stack)					\
+    do									\
+      {									\
+	YYSIZE_T yynewbytes;						\
+	YYCOPY (&yyptr->Stack, Stack, yysize);				\
+	Stack = &yyptr->Stack;						\
+	yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
+	yyptr += yynewbytes / sizeof (*yyptr);				\
+      }									\
+    while (0)
+
 #endif
 
-#if YYDEBUG != 0
-static const short yyrline[] = { 0,
-    93,    94,    97,    98,    99,   102,   103,   106,   107,   110,
-   113,   114,   115,   118,   119,   120,   121,   122,   123,   124,
-   125,   126,   127,   128,   129,   130,   133,   134,   137,   140,
-   143,   146,   147,   150,   151,   154,   155,   158,   159,   162,
-   163,   166,   167,   168,   169,   170,   171,   172,   173,   174,
-   175,   178,   179,   182,   183,   186,   187,   190,   191,   194,
-   195,   198,   199,   202,   203,   204,   207,   208,   209,   210,
-   211,   214,   215,   216,   219,   220,   221,   224,   225,   226,
-   229,   230,   231,   232,   233,   234,   235,   236,   239,   240,
-   243,   244,   245,   248,   249,   250,   253,   254,   257,   258,
-   261,   262,   265,   266,   267,   268,   269,   270,   271,   272,
-   273
-};
+#if defined (__STDC__) || defined (__cplusplus)
+   typedef signed char yysigned_char;
+#else
+   typedef short yysigned_char;
 #endif
 
+/* YYFINAL -- State number of the termination state. */
+#define YYFINAL  2
+/* YYLAST -- Last index in YYTABLE.  */
+#define YYLAST   296
 
-#if YYDEBUG != 0 || defined (YYERROR_VERBOSE)
+/* YYNTOKENS -- Number of terminals. */
+#define YYNTOKENS  64
+/* YYNNTS -- Number of nonterminals. */
+#define YYNNTS  37
+/* YYNRULES -- Number of rules. */
+#define YYNRULES  112
+/* YYNRULES -- Number of states. */
+#define YYNSTATES  200
 
-static const char * const yytname[] = {   "$","error","$undefined.","FUNCTION",
-"IF","ELSE","IN","WITH","WHILE","FOR","SHIFT_LEFT","SHIFT_RIGHT","EQ","NEQ",
-"OR","AND","THIS","B_NULL","FLOAT","B_TRUE","B_FALSE","NEW","DELETE","BREAK",
-"CONTINUE","RETURN","VAR","PP","MM","STRING","LEQ","GEQ","MAS","DAS","AAS","SAS",
-"PAS","RAS","BAAS","BOAS","NUM","IDENTIFIER","'('","')'","'\\n'","','","'{'",
-"'}'","';'","'='","'?'","':'","'|'","'^'","'&'","'<'","'>'","'+'","'-'","'*'",
-"'/'","'.'","'['","']'","input","element","parameterListOpt","parameterList",
-"compoundStatement","statements","statement","semiOpt","condition","forParen",
-"forBegin","variablesOrExpression","variables","variable","expressionOpt","expression",
-"assignmentExpression","conditionalExpression","orExpression","andExpression",
-"bitwiseOrExpression","bitwiseXorExpression","bitwiseAndExpression","equalityExpression",
-"relationalExpression","shiftExpression","additiveExpression","multiplicativeExpression",
-"unaryExpression","constructor","constructorCall","simpleExpression","memberExpression",
-"argumentListOpt","argumentList","primaryExpression", NULL
+/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
+#define YYUNDEFTOK  2
+#define YYMAXUTOK   296
+
+#define YYTRANSLATE(YYX) 						\
+  ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
+
+/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
+static const unsigned char yytranslate[] =
+{
+       0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+      44,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,    54,     2,
+      42,    43,    59,    57,    45,    58,    61,    60,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,    51,    48,
+      55,    49,    56,    50,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,    62,     2,    63,    53,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,    46,    52,    47,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
+       2,     2,     2,     2,     2,     2,     1,     2,     3,     4,
+       5,     6,     7,     8,     9,    10,    11,    12,    13,    14,
+      15,    16,    17,    18,    19,    20,    21,    22,    23,    24,
+      25,    26,    27,    28,    29,    30,    31,    32,    33,    34,
+      35,    36,    37,    38,    39,    40,    41
 };
-#endif
 
-static const short yyr1[] = {     0,
-    64,    64,    65,    65,    65,    66,    66,    67,    67,    68,
-    69,    69,    69,    70,    70,    70,    70,    70,    70,    70,
-    70,    70,    70,    70,    70,    70,    71,    71,    72,    73,
-    74,    75,    75,    76,    76,    77,    77,    78,    78,    79,
-    79,    80,    80,    80,    80,    80,    80,    80,    80,    80,
-    80,    81,    81,    82,    82,    83,    83,    84,    84,    85,
-    85,    86,    86,    87,    87,    87,    88,    88,    88,    88,
-    88,    89,    89,    89,    90,    90,    90,    91,    91,    91,
-    92,    92,    92,    92,    92,    92,    92,    92,    93,    93,
-    94,    94,    94,    95,    95,    95,    96,    96,    97,    97,
-    98,    98,    99,    99,    99,    99,    99,    99,    99,    99,
-    99
+#if YYDEBUG
+/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
+   YYRHS.  */
+static const unsigned short yyprhs[] =
+{
+       0,     0,     3,     4,     7,    14,    16,    19,    20,    22,
+      24,    28,    32,    33,    36,    38,    40,    44,    50,    54,
+      62,    70,    76,    79,    82,    88,    92,    94,    97,    98,
+     100,   104,   107,   110,   113,   115,   117,   121,   123,   127,
+     128,   130,   132,   135,   137,   141,   145,   149,   153,   157,
+     161,   165,   169,   173,   175,   181,   183,   187,   189,   193,
+     195,   199,   201,   205,   207,   211,   213,   217,   221,   223,
+     227,   231,   235,   239,   241,   245,   249,   251,   255,   259,
+     261,   265,   269,   271,   274,   277,   280,   283,   286,   289,
+     292,   296,   298,   300,   305,   309,   311,   316,   321,   323,
+     327,   328,   330,   332,   336,   340,   342,   344,   346,   348,
+     350,   352,   354
 };
 
-static const short yyr2[] = {     0,
-     0,     2,     6,     1,     2,     0,     1,     1,     3,     3,
-     0,     2,     1,     1,     3,     5,     3,     7,     7,     5,
-     2,     2,     5,     3,     1,     2,     0,     1,     3,     2,
-     2,     2,     1,     1,     3,     1,     3,     0,     1,     1,
-     2,     1,     3,     3,     3,     3,     3,     3,     3,     3,
-     3,     1,     5,     1,     3,     1,     3,     1,     3,     1,
-     3,     1,     3,     1,     3,     3,     1,     3,     3,     3,
-     3,     1,     3,     3,     1,     3,     3,     1,     3,     3,
-     1,     2,     2,     2,     2,     2,     2,     2,     3,     1,
-     1,     4,     3,     1,     4,     4,     1,     3,     0,     1,
-     1,     3,     3,     1,     1,     1,     1,     1,     1,     1,
-     1
+/* YYRHS -- A `-1'-separated list of the rules' RHS. */
+static const yysigned_char yyrhs[] =
+{
+      65,     0,    -1,    -1,    65,    66,    -1,     3,    41,    42,
+      67,    43,    69,    -1,    70,    -1,     1,    44,    -1,    -1,
+      68,    -1,    41,    -1,    41,    45,    68,    -1,    46,    70,
+      47,    -1,    -1,    71,    70,    -1,    69,    -1,    48,    -1,
+       4,    73,    71,    -1,     4,    73,    71,     5,    71,    -1,
+       8,    73,    71,    -1,    74,    48,    79,    48,    79,    43,
+      71,    -1,    75,    48,    79,    48,    79,    43,    71,    -1,
+      75,     6,    80,    43,    71,    -1,    23,    72,    -1,    24,
+      72,    -1,     7,    42,    80,    43,    71,    -1,    25,    79,
+      72,    -1,    69,    -1,    76,    72,    -1,    -1,    48,    -1,
+      42,    80,    43,    -1,     9,    42,    -1,    74,    76,    -1,
+      26,    77,    -1,    81,    -1,    78,    -1,    78,    45,    77,
+      -1,    41,    -1,    41,    49,    81,    -1,    -1,    80,    -1,
+      81,    -1,    81,    80,    -1,    82,    -1,    82,    49,    81,
+      -1,    82,    32,    81,    -1,    82,    33,    81,    -1,    82,
+      34,    81,    -1,    82,    35,    81,    -1,    82,    36,    81,
+      -1,    82,    37,    81,    -1,    82,    38,    81,    -1,    82,
+      39,    81,    -1,    83,    -1,    83,    50,    81,    51,    81,
+      -1,    84,    -1,    84,    14,    83,    -1,    85,    -1,    85,
+      15,    84,    -1,    86,    -1,    86,    52,    85,    -1,    87,
+      -1,    87,    53,    86,    -1,    88,    -1,    88,    54,    87,
+      -1,    89,    -1,    89,    12,    88,    -1,    89,    13,    88,
+      -1,    90,    -1,    89,    55,    90,    -1,    89,    56,    90,
+      -1,    89,    30,    90,    -1,    89,    31,    90,    -1,    91,
+      -1,    91,    10,    90,    -1,    91,    11,    90,    -1,    92,
+      -1,    92,    57,    91,    -1,    92,    58,    91,    -1,    93,
+      -1,    93,    59,    92,    -1,    93,    60,    92,    -1,    96,
+      -1,    58,    93,    -1,    27,    96,    -1,    28,    96,    -1,
+      96,    27,    -1,    96,    28,    -1,    21,    94,    -1,    22,
+      96,    -1,    16,    61,    95,    -1,    95,    -1,    41,    -1,
+      41,    42,    98,    43,    -1,    41,    61,    95,    -1,    97,
+      -1,    97,    62,    80,    63,    -1,    97,    42,    98,    43,
+      -1,   100,    -1,    96,    61,    41,    -1,    -1,    99,    -1,
+      81,    -1,    81,    45,    99,    -1,    42,    80,    43,    -1,
+      41,    -1,    40,    -1,    18,    -1,    29,    -1,    20,    -1,
+      19,    -1,    17,    -1,    16,    -1
 };
 
-static const short yydefact[] = {     1,
-     0,     0,     0,     0,     0,     0,     0,   111,   110,   106,
-   109,   108,     0,     0,    27,    27,    38,     0,     0,     0,
-   107,   105,   104,     0,    11,    14,     0,     2,    13,     4,
-    11,     0,     0,    27,    33,    42,    52,    54,    56,    58,
-    60,    62,    64,    67,    72,    75,    78,    81,    94,    97,
-     5,     0,     0,     0,     0,     0,    30,     0,    91,    87,
-    90,    88,    28,    21,    22,    27,    39,    40,    36,    32,
-    34,    83,    84,     0,     0,    82,    12,    38,    31,     0,
-    38,    26,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,    85,
-    86,     0,    99,     0,     6,     0,    25,    15,     0,    17,
-     0,    99,     0,    24,    41,     0,     0,   103,    10,     0,
-     0,     0,    44,    45,    46,    47,    48,    49,    50,    51,
-    43,     0,    55,    57,    59,    61,    63,    65,    66,    70,
-    71,    68,    69,    73,    74,    76,    77,    79,    80,    98,
-   101,     0,   100,     0,     8,     0,     7,    29,     0,     0,
-    89,     0,    93,    37,    35,    38,     0,    38,     0,     0,
-    96,    95,     0,     0,    16,    23,    92,     0,    20,     0,
-    53,   102,     9,     3,     0,     0,    18,    19,     0,     0
+/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
+static const unsigned short yyrline[] =
+{
+       0,    93,    93,    94,    97,    98,    99,   102,   103,   106,
+     107,   110,   113,   114,   115,   118,   119,   120,   121,   122,
+     123,   124,   125,   126,   127,   128,   129,   130,   133,   134,
+     137,   140,   143,   146,   147,   150,   151,   154,   155,   158,
+     159,   162,   163,   166,   167,   168,   169,   170,   171,   172,
+     173,   174,   175,   178,   179,   182,   183,   186,   187,   190,
+     191,   194,   195,   198,   199,   202,   203,   204,   207,   208,
+     209,   210,   211,   214,   215,   216,   219,   220,   221,   224,
+     225,   226,   229,   230,   231,   232,   233,   234,   235,   236,
+     239,   240,   243,   244,   245,   248,   249,   250,   253,   254,
+     257,   258,   261,   262,   265,   266,   267,   268,   269,   270,
+     271,   272,   273
 };
+#endif
 
-static const short yydefgoto[] = {     1,
-    28,   166,   167,   117,    30,    31,    64,    54,    32,    33,
-    34,    70,    71,    66,    67,    35,    36,    37,    38,    39,
-    40,    41,    42,    43,    44,    45,    46,    47,    60,    61,
-    48,    49,   162,   163,    50
+#if YYDEBUG || YYERROR_VERBOSE
+/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
+   First, the terminals, then, starting at YYNTOKENS, nonterminals. */
+static const char *const yytname[] =
+{
+  "$end", "error", "$undefined", "FUNCTION", "IF", "ELSE", "IN", "WITH", 
+  "WHILE", "FOR", "SHIFT_LEFT", "SHIFT_RIGHT", "EQ", "NEQ", "OR", "AND", 
+  "THIS", "B_NULL", "FLOAT", "B_TRUE", "B_FALSE", "NEW", "DELETE", 
+  "BREAK", "CONTINUE", "RETURN", "VAR", "PP", "MM", "STRING", "LEQ", 
+  "GEQ", "MAS", "DAS", "AAS", "SAS", "PAS", "RAS", "BAAS", "BOAS", "NUM", 
+  "IDENTIFIER", "'('", "')'", "'\\n'", "','", "'{'", "'}'", "';'", "'='", 
+  "'?'", "':'", "'|'", "'^'", "'&'", "'<'", "'>'", "'+'", "'-'", "'*'", 
+  "'/'", "'.'", "'['", "']'", "$accept", "input", "element", 
+  "parameterListOpt", "parameterList", "compoundStatement", "statements", 
+  "statement", "semiOpt", "condition", "forParen", "forBegin", 
+  "variablesOrExpression", "variables", "variable", "expressionOpt", 
+  "expression", "assignmentExpression", "conditionalExpression", 
+  "orExpression", "andExpression", "bitwiseOrExpression", 
+  "bitwiseXorExpression", "bitwiseAndExpression", "equalityExpression", 
+  "relationalExpression", "shiftExpression", "additiveExpression", 
+  "multiplicativeExpression", "unaryExpression", "constructor", 
+  "constructorCall", "simpleExpression", "memberExpression", 
+  "argumentListOpt", "argumentList", "primaryExpression", 0
 };
+#endif
 
-static const short yypact[] = {-32768,
-   129,   -12,     4,    18,    21,    18,    24,-32768,-32768,-32768,
--32768,-32768,     0,     2,    37,    37,   238,    55,     2,     2,
--32768,-32768,-32768,   238,   172,-32768,   238,-32768,-32768,-32768,
-   172,   205,     3,    37,-32768,    45,    52,    93,    94,    56,
-    58,    59,    -2,-32768,    16,   -10,    33,   -15,   -27,-32768,
--32768,    70,   238,   172,   238,   172,-32768,    53,   -28,-32768,
--32768,    54,-32768,-32768,-32768,    37,-32768,   238,    67,-32768,
-    74,    54,    54,    77,    75,-32768,-32768,   238,-32768,   238,
-   238,-32768,   238,   238,   238,   238,   238,   238,   238,   238,
-   238,   238,   238,   238,   238,   238,   238,   238,   238,   238,
-   238,   238,   238,   238,   238,   238,   238,   238,   238,-32768,
--32768,    80,   238,   238,    82,    81,-32768,   121,    84,-32768,
-    87,   238,    87,-32768,-32768,   238,    55,-32768,-32768,    83,
-    91,    92,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,    88,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
--32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,
-    90,    98,-32768,    79,   114,   118,-32768,-32768,   172,   172,
--32768,   122,-32768,-32768,-32768,   238,   172,   238,   238,   238,
--32768,-32768,    82,   120,-32768,-32768,-32768,   124,-32768,   125,
--32768,-32768,-32768,-32768,   172,   172,-32768,-32768,   173,-32768
+# ifdef YYPRINT
+/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
+   token YYLEX-NUM.  */
+static const unsigned short yytoknum[] =
+{
+       0,   256,   257,   258,   259,   260,   261,   262,   263,   264,
+     265,   266,   267,   268,   269,   270,   271,   272,   273,   274,
+     275,   276,   277,   278,   279,   280,   281,   282,   283,   284,
+     285,   286,   287,   288,   289,   290,   291,   292,   293,   294,
+     295,   296,    40,    41,    10,    44,   123,   125,    59,    61,
+      63,    58,   124,    94,    38,    60,    62,    43,    45,    42,
+      47,    46,    91,    93
 };
+# endif
 
-static const short yypgoto[] = {-32768,
--32768,-32768,   -11,    -1,    -8,   -52,    -9,   168,-32768,-32768,
-   146,    57,-32768,   -75,   -19,   -16,-32768,    89,   108,   109,
-   107,   110,   -40,-32768,   -14,    -7,    -4,   158,-32768,   -83,
-    36,-32768,    64,    25,-32768
+/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
+static const unsigned char yyr1[] =
+{
+       0,    64,    65,    65,    66,    66,    66,    67,    67,    68,
+      68,    69,    70,    70,    70,    71,    71,    71,    71,    71,
+      71,    71,    71,    71,    71,    71,    71,    71,    72,    72,
+      73,    74,    75,    76,    76,    77,    77,    78,    78,    79,
+      79,    80,    80,    81,    81,    81,    81,    81,    81,    81,
+      81,    81,    81,    82,    82,    83,    83,    84,    84,    85,
+      85,    86,    86,    87,    87,    88,    88,    88,    89,    89,
+      89,    89,    89,    90,    90,    90,    91,    91,    91,    92,
+      92,    92,    93,    93,    93,    93,    93,    93,    93,    93,
+      94,    94,    95,    95,    95,    96,    96,    96,    97,    97,
+      98,    98,    99,    99,   100,   100,   100,   100,   100,   100,
+     100,   100,   100
 };
 
+/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
+static const unsigned char yyr2[] =
+{
+       0,     2,     0,     2,     6,     1,     2,     0,     1,     1,
+       3,     3,     0,     2,     1,     1,     3,     5,     3,     7,
+       7,     5,     2,     2,     5,     3,     1,     2,     0,     1,
+       3,     2,     2,     2,     1,     1,     3,     1,     3,     0,
+       1,     1,     2,     1,     3,     3,     3,     3,     3,     3,
+       3,     3,     3,     1,     5,     1,     3,     1,     3,     1,
+       3,     1,     3,     1,     3,     1,     3,     3,     1,     3,
+       3,     3,     3,     1,     3,     3,     1,     3,     3,     1,
+       3,     3,     1,     2,     2,     2,     2,     2,     2,     2,
+       3,     1,     1,     4,     3,     1,     4,     4,     1,     3,
+       0,     1,     1,     3,     3,     1,     1,     1,     1,     1,
+       1,     1,     1
+};
 
-#define	YYLAST		296
+/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
+   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
+   means the default is an error.  */
+static const unsigned char yydefact[] =
+{
+       2,     0,     1,     0,     0,     0,     0,     0,     0,   112,
+     111,   107,   110,   109,     0,     0,    28,    28,    39,     0,
+       0,     0,   108,   106,   105,     0,    12,    15,     0,     3,
+      14,     5,    12,     0,     0,    28,    34,    43,    53,    55,
+      57,    59,    61,    63,    65,    68,    73,    76,    79,    82,
+      95,    98,     6,     0,     0,     0,     0,     0,    31,     0,
+      92,    88,    91,    89,    29,    22,    23,    28,    40,    41,
+      37,    33,    35,    84,    85,     0,     0,    83,    13,    39,
+      32,     0,    39,    27,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,    86,    87,     0,   100,     0,     7,     0,    26,    16,
+       0,    18,     0,   100,     0,    25,    42,     0,     0,   104,
+      11,     0,     0,     0,    45,    46,    47,    48,    49,    50,
+      51,    52,    44,     0,    56,    58,    60,    62,    64,    66,
+      67,    71,    72,    69,    70,    74,    75,    77,    78,    80,
+      81,    99,   102,     0,   101,     0,     9,     0,     8,    30,
+       0,     0,    90,     0,    94,    38,    36,    39,     0,    39,
+       0,     0,    97,    96,     0,     0,    17,    24,    93,     0,
+      21,     0,    54,   103,    10,     4,     0,     0,    19,    20
+};
 
+/* YYDEFGOTO[NTERM-NUM]. */
+static const short yydefgoto[] =
+{
+      -1,     1,    29,   167,   168,   118,    31,    32,    65,    55,
+      33,    34,    35,    71,    72,    67,    68,    36,    37,    38,
+      39,    40,    41,    42,    43,    44,    45,    46,    47,    48,
+      61,    62,    49,    50,   163,   164,    51
+};
 
-static const short yytable[] = {    29,
-    68,   118,   130,   120,    74,   132,    65,    68,    80,    98,
-    99,   110,   111,   122,   113,    58,    75,     8,     9,    10,
-    11,    12,    77,    29,    82,   104,   105,   100,   101,    29,
-    21,    51,   123,   116,   114,   119,    68,   171,    68,   173,
-    59,    22,    23,    24,    52,   112,   106,   107,   125,    62,
-    81,    68,   102,   103,    72,    73,   124,   148,   149,    53,
-   131,    68,    55,    68,    68,    57,   133,   134,   135,   136,
-   137,   138,   139,   140,   141,   142,    83,    84,    85,    86,
-    87,    88,    89,    90,    63,   150,   151,   152,   153,   154,
-   155,   108,   109,    91,   164,    69,   161,    68,   156,   157,
-   188,    92,   190,   158,   159,   161,    93,    95,    94,   174,
-    96,   115,    97,   121,   112,   126,   185,   186,   127,   128,
-   160,   129,   165,   168,   189,   169,   170,    59,   199,     2,
-   176,     3,     4,   177,   180,     5,     6,     7,   179,   178,
-   181,   182,   197,   198,     8,     9,    10,    11,    12,    13,
-    14,    15,    16,    17,    18,    19,    20,    21,   183,    68,
-   184,    68,   191,   161,   187,    25,   195,   196,    22,    23,
-    24,   193,   200,    56,    25,     4,    26,    79,     5,     6,
-     7,   143,   194,   175,    76,   172,    27,     8,     9,    10,
-    11,    12,    13,    14,    15,    16,    17,    18,    19,    20,
-    21,   144,   146,   145,   192,     0,   147,     0,     0,     0,
-     0,    22,    23,    24,     0,     0,     0,    25,     0,    26,
-     8,     9,    10,    11,    12,    13,    14,     0,     0,    27,
-    18,    19,    20,    21,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,    22,    23,    24,     0,     0,     0,
-     0,     0,    78,     8,     9,    10,    11,    12,    13,    14,
-     0,     0,    27,     0,    19,    20,    21,     0,     0,     0,
-     0,     0,     0,     0,     0,     0,     0,    22,    23,    24,
-     0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
-     0,     0,     0,     0,     0,    27
+/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
+   STATE-NUM.  */
+#define YYPACT_NINF -77
+static const short yypact[] =
+{
+     -77,   129,   -77,   -32,   -15,    -4,     9,    -4,    15,   -77,
+     -77,   -77,   -77,   -77,    -9,     1,    18,    18,   238,     6,
+       1,     1,   -77,   -77,   -77,   238,   172,   -77,   238,   -77,
+     -77,   -77,   172,   205,     7,    18,   -77,    45,    13,    19,
+      78,    44,    49,    55,    -2,   -77,    12,    34,    40,   -13,
+     -18,   -77,   -77,    71,   238,   172,   238,   172,   -77,    53,
+     -26,   -77,   -77,    54,   -77,   -77,   -77,    18,   -77,   238,
+      67,   -77,    74,    54,    54,    77,    75,   -77,   -77,   238,
+     -77,   238,   238,   -77,   238,   238,   238,   238,   238,   238,
+     238,   238,   238,   238,   238,   238,   238,   238,   238,   238,
+     238,   238,   238,   238,   238,   238,   238,   238,   238,   238,
+     238,   -77,   -77,    80,   238,   238,    82,    81,   -77,   121,
+      84,   -77,    87,   238,    87,   -77,   -77,   238,     6,   -77,
+     -77,    83,    91,    92,   -77,   -77,   -77,   -77,   -77,   -77,
+     -77,   -77,   -77,    88,   -77,   -77,   -77,   -77,   -77,   -77,
+     -77,   -77,   -77,   -77,   -77,   -77,   -77,   -77,   -77,   -77,
+     -77,   -77,    90,    98,   -77,    79,   114,   118,   -77,   -77,
+     172,   172,   -77,   122,   -77,   -77,   -77,   238,   172,   238,
+     238,   238,   -77,   -77,    82,   120,   -77,   -77,   -77,   124,
+     -77,   125,   -77,   -77,   -77,   -77,   172,   172,   -77,   -77
 };
 
-static const short yycheck[] = {     1,
-    17,    54,    78,    56,    24,    81,    16,    24,     6,    12,
-    13,    27,    28,    42,    42,    16,    25,    16,    17,    18,
-    19,    20,    31,    25,    34,    10,    11,    30,    31,    31,
-    29,    44,    61,    53,    62,    55,    53,   121,    55,   123,
-    41,    40,    41,    42,    41,    61,    57,    58,    68,    14,
-    48,    68,    55,    56,    19,    20,    66,    98,    99,    42,
-    80,    78,    42,    80,    81,    42,    83,    84,    85,    86,
-    87,    88,    89,    90,    91,    92,    32,    33,    34,    35,
-    36,    37,    38,    39,    48,   100,   101,   102,   103,   104,
-   105,    59,    60,    49,   114,    41,   113,   114,   106,   107,
-   176,    50,   178,   108,   109,   122,    14,    52,    15,   126,
-    53,    42,    54,    61,    61,    49,   169,   170,    45,    43,
-    41,    47,    41,    43,   177,     5,    43,    41,     0,     1,
-    48,     3,     4,    43,    45,     7,     8,     9,    51,    48,
-    43,    63,   195,   196,    16,    17,    18,    19,    20,    21,
-    22,    23,    24,    25,    26,    27,    28,    29,    45,   176,
-    43,   178,   179,   180,    43,    46,    43,    43,    40,    41,
-    42,   183,     0,     6,    46,     4,    48,    32,     7,     8,
-     9,    93,   184,   127,    27,   122,    58,    16,    17,    18,
-    19,    20,    21,    22,    23,    24,    25,    26,    27,    28,
-    29,    94,    96,    95,   180,    -1,    97,    -1,    -1,    -1,
-    -1,    40,    41,    42,    -1,    -1,    -1,    46,    -1,    48,
-    16,    17,    18,    19,    20,    21,    22,    -1,    -1,    58,
-    26,    27,    28,    29,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    40,    41,    42,    -1,    -1,    -1,
-    -1,    -1,    48,    16,    17,    18,    19,    20,    21,    22,
-    -1,    -1,    58,    -1,    27,    28,    29,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    -1,    -1,    40,    41,    42,
-    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
-    -1,    -1,    -1,    -1,    -1,    58
+/* YYPGOTO[NTERM-NUM].  */
+static const short yypgoto[] =
+{
+     -77,   -77,   -77,   -77,   -12,    -1,    24,   -53,    -8,   166,
+     -77,   -77,   141,    50,   -77,   -76,   -20,   -17,   -77,    89,
+     107,    86,   106,   108,     5,   -77,   -16,     0,     2,   157,
+     -77,   -64,    25,   -77,    63,    23,   -77
 };
-/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */
-#line 3 "/usr/lib/bison.simple"
-/* This file comes from bison-1.28.  */
 
-/* Skeleton output parser for bison,
-   Copyright (C) 1984, 1989, 1990 Free Software Foundation, Inc.
+/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
+   positive, shift that token.  If negative, reduce the rule which
+   number is the opposite.  If zero, do what YYDEFACT says.
+   If YYTABLE_NINF, syntax error.  */
+#define YYTABLE_NINF -1
+static const unsigned char yytable[] =
+{
+      30,    69,   119,   131,   121,    75,   133,    59,    69,    66,
+      99,   100,    52,    81,   111,   112,   123,     9,    10,    11,
+      12,    13,   105,   106,   114,    30,    53,    83,   101,   102,
+      22,    30,    60,    94,   117,   124,   120,    69,    54,    69,
+      63,    23,    24,    25,   115,    73,    74,    70,   113,   126,
+      76,    56,    69,   103,   104,    82,    78,    58,   172,   125,
+     174,   132,    69,    93,    69,    69,    64,   134,   135,   136,
+     137,   138,   139,   140,   141,   142,   143,    84,    85,    86,
+      87,    88,    89,    90,    91,   151,   152,   153,   154,   155,
+     156,   107,   108,    95,    92,   165,    96,   162,    69,   109,
+     110,   189,    97,   191,   149,   150,   162,   157,   158,    98,
+     175,   159,   160,   116,   122,   113,   127,   186,   187,   128,
+     129,   161,   130,   166,   169,   190,   170,   171,    60,     2,
+       3,   177,     4,     5,   178,   181,     6,     7,     8,   180,
+     179,   182,   183,   198,   199,     9,    10,    11,    12,    13,
+      14,    15,    16,    17,    18,    19,    20,    21,    22,   184,
+      69,   185,    69,   192,   162,   188,    26,   196,   197,    23,
+      24,    25,   194,    57,    80,    26,     5,    27,   176,     6,
+       7,     8,   146,   144,   195,    77,   173,    28,     9,    10,
+      11,    12,    13,    14,    15,    16,    17,    18,    19,    20,
+      21,    22,   145,   147,   193,     0,   148,     0,     0,     0,
+       0,     0,    23,    24,    25,     0,     0,     0,    26,     0,
+      27,     9,    10,    11,    12,    13,    14,    15,     0,     0,
+      28,    19,    20,    21,    22,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,    23,    24,    25,     0,     0,
+       0,     0,     0,    79,     9,    10,    11,    12,    13,    14,
+      15,     0,     0,    28,     0,    20,    21,    22,     0,     0,
+       0,     0,     0,     0,     0,     0,     0,     0,    23,    24,
+      25,     0,     0,     0,     0,     0,     0,     0,     0,     0,
+       0,     0,     0,     0,     0,     0,    28
+};
 
-   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.
+static const short yycheck[] =
+{
+       1,    18,    55,    79,    57,    25,    82,    16,    25,    17,
+      12,    13,    44,     6,    27,    28,    42,    16,    17,    18,
+      19,    20,    10,    11,    42,    26,    41,    35,    30,    31,
+      29,    32,    41,    14,    54,    61,    56,    54,    42,    56,
+      15,    40,    41,    42,    62,    20,    21,    41,    61,    69,
+      26,    42,    69,    55,    56,    48,    32,    42,   122,    67,
+     124,    81,    79,    50,    81,    82,    48,    84,    85,    86,
+      87,    88,    89,    90,    91,    92,    93,    32,    33,    34,
+      35,    36,    37,    38,    39,   101,   102,   103,   104,   105,
+     106,    57,    58,    15,    49,   115,    52,   114,   115,    59,
+      60,   177,    53,   179,    99,   100,   123,   107,   108,    54,
+     127,   109,   110,    42,    61,    61,    49,   170,   171,    45,
+      43,    41,    47,    41,    43,   178,     5,    43,    41,     0,
+       1,    48,     3,     4,    43,    45,     7,     8,     9,    51,
+      48,    43,    63,   196,   197,    16,    17,    18,    19,    20,
+      21,    22,    23,    24,    25,    26,    27,    28,    29,    45,
+     177,    43,   179,   180,   181,    43,    46,    43,    43,    40,
+      41,    42,   184,     7,    33,    46,     4,    48,   128,     7,
+       8,     9,    96,    94,   185,    28,   123,    58,    16,    17,
+      18,    19,    20,    21,    22,    23,    24,    25,    26,    27,
+      28,    29,    95,    97,   181,    -1,    98,    -1,    -1,    -1,
+      -1,    -1,    40,    41,    42,    -1,    -1,    -1,    46,    -1,
+      48,    16,    17,    18,    19,    20,    21,    22,    -1,    -1,
+      58,    26,    27,    28,    29,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    40,    41,    42,    -1,    -1,
+      -1,    -1,    -1,    48,    16,    17,    18,    19,    20,    21,
+      22,    -1,    -1,    58,    -1,    27,    28,    29,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    40,    41,
+      42,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
+      -1,    -1,    -1,    -1,    -1,    -1,    58
+};
 
-   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.
+/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
+   symbol of state STATE-NUM.  */
+static const unsigned char yystos[] =
+{
+       0,    65,     0,     1,     3,     4,     7,     8,     9,    16,
+      17,    18,    19,    20,    21,    22,    23,    24,    25,    26,
+      27,    28,    29,    40,    41,    42,    46,    48,    58,    66,
+      69,    70,    71,    74,    75,    76,    81,    82,    83,    84,
+      85,    86,    87,    88,    89,    90,    91,    92,    93,    96,
+      97,   100,    44,    41,    42,    73,    42,    73,    42,    16,
+      41,    94,    95,    96,    48,    72,    72,    79,    80,    81,
+      41,    77,    78,    96,    96,    80,    70,    93,    70,    48,
+      76,     6,    48,    72,    32,    33,    34,    35,    36,    37,
+      38,    39,    49,    50,    14,    15,    52,    53,    54,    12,
+      13,    30,    31,    55,    56,    10,    11,    57,    58,    59,
+      60,    27,    28,    61,    42,    62,    42,    80,    69,    71,
+      80,    71,    61,    42,    61,    72,    80,    49,    45,    43,
+      47,    79,    80,    79,    81,    81,    81,    81,    81,    81,
+      81,    81,    81,    81,    83,    84,    85,    86,    87,    88,
+      88,    90,    90,    90,    90,    90,    90,    91,    91,    92,
+      92,    41,    81,    98,    99,    80,    41,    67,    68,    43,
+       5,    43,    95,    98,    95,    81,    77,    48,    43,    48,
+      51,    45,    43,    63,    45,    43,    71,    71,    43,    79,
+      71,    79,    81,    99,    68,    69,    43,    43,    71,    71
+};
 
-   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.  */
-
-/* This is the parser code that is written into each bison parser
-  when the %semantic_parser declaration is not specified in the grammar.
-  It was written by Richard Stallman by simplifying the hairy parser
-  used when %semantic_parser is specified.  */
-
-#ifndef YYSTACK_USE_ALLOCA
-#ifdef alloca
-#define YYSTACK_USE_ALLOCA
-#else /* alloca not defined */
-#ifdef __GNUC__
-#define YYSTACK_USE_ALLOCA
-#define alloca __builtin_alloca
-#else /* not GNU C.  */
-#if (!defined (__STDC__) && defined (sparc)) || defined (__sparc__) || defined (__sparc) || defined (__sgi) || (defined (__sun) && defined (__i386))
-#define YYSTACK_USE_ALLOCA
-#include <alloca.h>
-#else /* not sparc */
-/* We think this test detects Watcom and Microsoft C.  */
-/* This used to test MSDOS, but that is a bad idea
-   since that symbol is in the user namespace.  */
-#if (defined (_MSDOS) || defined (_MSDOS_)) && !defined (__TURBOC__)
-#if 0 /* No need for malloc.h, which pollutes the namespace;
-	 instead, just don't use alloca.  */
-#include <malloc.h>
+#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
+# define YYSIZE_T __SIZE_TYPE__
 #endif
-#else /* not MSDOS, or __TURBOC__ */
-#if defined(_AIX)
-/* I don't know what this was needed for, but it pollutes the namespace.
-   So I turned it off.   rms, 2 May 1997.  */
-/* #include <malloc.h>  */
- #pragma alloca
-#define YYSTACK_USE_ALLOCA
-#else /* not MSDOS, or __TURBOC__, or _AIX */
-#if 0
-#ifdef __hpux /* haible at ilog.fr says this works for HPUX 9.05 and up,
-		 and on HPUX 10.  Eventually we can turn this on.  */
-#define YYSTACK_USE_ALLOCA
-#define alloca __builtin_alloca
-#endif /* __hpux */
+#if ! defined (YYSIZE_T) && defined (size_t)
+# define YYSIZE_T size_t
 #endif
-#endif /* not _AIX */
-#endif /* not MSDOS, or __TURBOC__ */
-#endif /* not sparc */
-#endif /* not GNU C */
-#endif /* alloca not defined */
-#endif /* YYSTACK_USE_ALLOCA not defined */
-
-#ifdef YYSTACK_USE_ALLOCA
-#define YYSTACK_ALLOC alloca
-#else
-#define YYSTACK_ALLOC malloc
+#if ! defined (YYSIZE_T)
+# if defined (__STDC__) || defined (__cplusplus)
+#  include <stddef.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYSIZE_T size_t
+# endif
 #endif
+#if ! defined (YYSIZE_T)
+# define YYSIZE_T unsigned int
+#endif
 
-/* Note: there must be only one dollar sign in this file.
-   It is replaced by the list of actions, each action
-   as one case of the switch.  */
-
 #define yyerrok		(yyerrstatus = 0)
 #define yyclearin	(yychar = YYEMPTY)
-#define YYEMPTY		-2
+#define YYEMPTY		(-2)
 #define YYEOF		0
+
 #define YYACCEPT	goto yyacceptlab
-#define YYABORT 	goto yyabortlab
+#define YYABORT		goto yyabortlab
 #define YYERROR		goto yyerrlab1
-/* Like YYERROR except do call yyerror.
-   This remains here temporarily to ease the
-   transition to the new meaning of YYERROR, for GCC.
+
+/* Like YYERROR except do call yyerror.  This remains here temporarily
+   to ease the transition to the new meaning of YYERROR, for GCC.
    Once GCC version 2 has supplanted version 1, this can go.  */
+
 #define YYFAIL		goto yyerrlab
+
 #define YYRECOVERING()  (!!yyerrstatus)
-#define YYBACKUP(token, value) \
+
+#define YYBACKUP(Token, Value)					\
 do								\
   if (yychar == YYEMPTY && yylen == 1)				\
-    { yychar = (token), yylval = (value);			\
-      yychar1 = YYTRANSLATE (yychar);				\
+    {								\
+      yychar = (Token);						\
+      yylval = (Value);						\
+      yytoken = YYTRANSLATE (yychar);				\
       YYPOPSTACK;						\
       goto yybackup;						\
     }								\
   else								\
-    { yyerror ("syntax error: cannot back up"); YYERROR; }	\
+    { 								\
+      yyerror ("syntax error: cannot back up");\
+      YYERROR;							\
+    }								\
 while (0)
 
 #define YYTERROR	1
 #define YYERRCODE	256
 
-#ifndef YYPURE
-#define YYLEX		yylex()
+/* YYLLOC_DEFAULT -- Compute the default location (before the actions
+   are run).  */
+
+#ifndef YYLLOC_DEFAULT
+# define YYLLOC_DEFAULT(Current, Rhs, N)         \
+  Current.first_line   = Rhs[1].first_line;      \
+  Current.first_column = Rhs[1].first_column;    \
+  Current.last_line    = Rhs[N].last_line;       \
+  Current.last_column  = Rhs[N].last_column;
 #endif
 
-#ifdef YYPURE
-#ifdef YYLSP_NEEDED
+/* YYLEX -- calling `yylex' with the right arguments.  */
+
 #ifdef YYLEX_PARAM
-#define YYLEX		yylex(&yylval, &yylloc, YYLEX_PARAM)
+# define YYLEX yylex (YYLEX_PARAM)
 #else
-#define YYLEX		yylex(&yylval, &yylloc)
+# define YYLEX yylex ()
 #endif
-#else /* not YYLSP_NEEDED */
-#ifdef YYLEX_PARAM
-#define YYLEX		yylex(&yylval, YYLEX_PARAM)
+
+/* Enable debugging if requested.  */
+#if YYDEBUG
+
+# ifndef YYFPRINTF
+#  include <stdio.h> /* INFRINGES ON USER NAME SPACE */
+#  define YYFPRINTF fprintf
+# endif
+
+# define YYDPRINTF(Args)			\
+do {						\
+  if (yydebug)					\
+    YYFPRINTF Args;				\
+} while (0)
+
+# define YYDSYMPRINT(Args)			\
+do {						\
+  if (yydebug)					\
+    yysymprint Args;				\
+} while (0)
+
+# define YYDSYMPRINTF(Title, Token, Value, Location)		\
+do {								\
+  if (yydebug)							\
+    {								\
+      YYFPRINTF (stderr, "%s ", Title);				\
+      yysymprint (stderr, 					\
+                  Token, Value);	\
+      YYFPRINTF (stderr, "\n");					\
+    }								\
+} while (0)
+
+/*------------------------------------------------------------------.
+| yy_stack_print -- Print the state stack from its BOTTOM up to its |
+| TOP (cinluded).                                                   |
+`------------------------------------------------------------------*/
+
+#if defined (__STDC__) || defined (__cplusplus)
+static void
+yy_stack_print (short *bottom, short *top)
 #else
-#define YYLEX		yylex(&yylval)
+static void
+yy_stack_print (bottom, top)
+    short *bottom;
+    short *top;
 #endif
-#endif /* not YYLSP_NEEDED */
-#endif
+{
+  YYFPRINTF (stderr, "Stack now");
+  for (/* Nothing. */; bottom <= top; ++bottom)
+    YYFPRINTF (stderr, " %d", *bottom);
+  YYFPRINTF (stderr, "\n");
+}
 
-/* If nonreentrant, generate the variables here */
+# define YY_STACK_PRINT(Bottom, Top)				\
+do {								\
+  if (yydebug)							\
+    yy_stack_print ((Bottom), (Top));				\
+} while (0)
 
-#ifndef YYPURE
 
-int	yychar;			/*  the lookahead symbol		*/
-YYSTYPE	yylval;			/*  the semantic value of the		*/
-				/*  lookahead symbol			*/
+/*------------------------------------------------.
+| Report that the YYRULE is going to be reduced.  |
+`------------------------------------------------*/
 
-#ifdef YYLSP_NEEDED
-YYLTYPE yylloc;			/*  location data for the lookahead	*/
-				/*  symbol				*/
+#if defined (__STDC__) || defined (__cplusplus)
+static void
+yy_reduce_print (int yyrule)
+#else
+static void
+yy_reduce_print (yyrule)
+    int yyrule;
 #endif
+{
+  int yyi;
+  unsigned int yylineno = yyrline[yyrule];
+  YYFPRINTF (stderr, "Reducing stack by rule %d (line %u), ",
+             yyrule - 1, yylineno);
+  /* Print the symbols being reduced, and their result.  */
+  for (yyi = yyprhs[yyrule]; 0 <= yyrhs[yyi]; yyi++)
+    YYFPRINTF (stderr, "%s ", yytname [yyrhs[yyi]]);
+  YYFPRINTF (stderr, "-> %s\n", yytname [yyr1[yyrule]]);
+}
 
-int yynerrs;			/*  number of parse errors so far       */
-#endif  /* not YYPURE */
+# define YY_REDUCE_PRINT(Rule)		\
+do {					\
+  if (yydebug)				\
+    yy_reduce_print (Rule);		\
+} while (0)
 
-#if YYDEBUG != 0
-int yydebug;			/*  nonzero means print parse trace	*/
-/* Since this is uninitialized, it does not stop multiple parsers
-   from coexisting.  */
-#endif
+/* Nonzero means print parse trace.  It is left uninitialized so that
+   multiple parsers can coexist.  */
+int yydebug;
+#else /* !YYDEBUG */
+# define YYDPRINTF(Args)
+# define YYDSYMPRINT(Args)
+# define YYDSYMPRINTF(Title, Token, Value, Location)
+# define YY_STACK_PRINT(Bottom, Top)
+# define YY_REDUCE_PRINT(Rule)
+#endif /* !YYDEBUG */
 
-/*  YYINITDEPTH indicates the initial size of the parser's stacks	*/
 
+/* YYINITDEPTH -- initial size of the parser's stacks.  */
 #ifndef	YYINITDEPTH
-#define YYINITDEPTH 200
+# define YYINITDEPTH 200
 #endif
 
-/*  YYMAXDEPTH is the maximum size the stacks can grow to
-    (effective only if the built-in stack extension method is used).  */
+/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
+   if the built-in stack extension method is used).
 
+   Do not make this value too large; the results are undefined if
+   SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
+   evaluated with infinite-precision integer arithmetic.  */
+
 #if YYMAXDEPTH == 0
-#undef YYMAXDEPTH
+# undef YYMAXDEPTH
 #endif
 
 #ifndef YYMAXDEPTH
-#define YYMAXDEPTH 10000
+# define YYMAXDEPTH 10000
 #endif
+
 
-/* Define __yy_memcpy.  Note that the size argument
-   should be passed with type unsigned int, because that is what the non-GCC
-   definitions require.  With GCC, __builtin_memcpy takes an arg
-   of type size_t, but it can handle unsigned int.  */
 
-#if __GNUC__ > 1		/* GNU C and GNU C++ define this.  */
-#define __yy_memcpy(TO,FROM,COUNT)	__builtin_memcpy(TO,FROM,COUNT)
-#else				/* not GNU C or C++ */
-#ifndef __cplusplus
+#if YYERROR_VERBOSE
 
-/* This is the most reliable way to avoid incompatibilities
-   in available built-in functions on various systems.  */
-static void
-__yy_memcpy (to, from, count)
-     char *to;
-     char *from;
-     unsigned int count;
+# ifndef yystrlen
+#  if defined (__GLIBC__) && defined (_STRING_H)
+#   define yystrlen strlen
+#  else
+/* Return the length of YYSTR.  */
+static YYSIZE_T
+#   if defined (__STDC__) || defined (__cplusplus)
+yystrlen (const char *yystr)
+#   else
+yystrlen (yystr)
+     const char *yystr;
+#   endif
 {
-  register char *f = from;
-  register char *t = to;
-  register int i = count;
+  register const char *yys = yystr;
 
-  while (i-- > 0)
-    *t++ = *f++;
+  while (*yys++ != '\0')
+    continue;
+
+  return yys - yystr - 1;
 }
+#  endif
+# endif
 
-#else /* __cplusplus */
+# ifndef yystpcpy
+#  if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
+#   define yystpcpy stpcpy
+#  else
+/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
+   YYDEST.  */
+static char *
+#   if defined (__STDC__) || defined (__cplusplus)
+yystpcpy (char *yydest, const char *yysrc)
+#   else
+yystpcpy (yydest, yysrc)
+     char *yydest;
+     const char *yysrc;
+#   endif
+{
+  register char *yyd = yydest;
+  register const char *yys = yysrc;
 
-/* This is the most reliable way to avoid incompatibilities
-   in available built-in functions on various systems.  */
+  while ((*yyd++ = *yys++) != '\0')
+    continue;
+
+  return yyd - 1;
+}
+#  endif
+# endif
+
+#endif /* !YYERROR_VERBOSE */
+
+
+
+#if YYDEBUG
+/*--------------------------------.
+| Print this symbol on YYOUTPUT.  |
+`--------------------------------*/
+
+#if defined (__STDC__) || defined (__cplusplus)
 static void
-__yy_memcpy (char *to, char *from, unsigned int count)
+yysymprint (FILE *yyoutput, int yytype, YYSTYPE *yyvaluep)
+#else
+static void
+yysymprint (yyoutput, yytype, yyvaluep)
+    FILE *yyoutput;
+    int yytype;
+    YYSTYPE *yyvaluep;
+#endif
 {
-  register char *t = to;
-  register char *f = from;
-  register int i = count;
+  /* Pacify ``unused variable'' warnings.  */
+  (void) yyvaluep;
 
-  while (i-- > 0)
-    *t++ = *f++;
+  if (yytype < YYNTOKENS)
+    {
+      YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
+# ifdef YYPRINT
+      YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep);
+# endif
+    }
+  else
+    YYFPRINTF (yyoutput, "nterm %s (", yytname[yytype]);
+
+  switch (yytype)
+    {
+      default:
+        break;
+    }
+  YYFPRINTF (yyoutput, ")");
 }
 
+#endif /* ! YYDEBUG */
+/*-----------------------------------------------.
+| Release the memory associated to this symbol.  |
+`-----------------------------------------------*/
+
+#if defined (__STDC__) || defined (__cplusplus)
+static void
+yydestruct (int yytype, YYSTYPE *yyvaluep)
+#else
+static void
+yydestruct (yytype, yyvaluep)
+    int yytype;
+    YYSTYPE *yyvaluep;
 #endif
-#endif
+{
+  /* Pacify ``unused variable'' warnings.  */
+  (void) yyvaluep;
+
+  switch (yytype)
+    {
+
+      default:
+        break;
+    }
+}
 
-#line 217 "/usr/lib/bison.simple"
 
-/* The user can define YYPARSE_PARAM as the name of an argument to be passed
-   into yyparse.  The argument should have type void *.
-   It should actually point to an object.
-   Grammar actions can access the variable by casting it
-   to the proper pointer type.  */
+/* Prevent warnings from -Wmissing-prototypes.  */
 
 #ifdef YYPARSE_PARAM
-#ifdef __cplusplus
-#define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
-#define YYPARSE_PARAM_DECL
-#else /* not __cplusplus */
-#define YYPARSE_PARAM_ARG YYPARSE_PARAM
-#define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
-#endif /* not __cplusplus */
-#else /* not YYPARSE_PARAM */
-#define YYPARSE_PARAM_ARG
-#define YYPARSE_PARAM_DECL
-#endif /* not YYPARSE_PARAM */
+# if defined (__STDC__) || defined (__cplusplus)
+int yyparse (void *YYPARSE_PARAM);
+# else
+int yyparse ();
+# endif
+#else /* ! YYPARSE_PARAM */
+#if defined (__STDC__) || defined (__cplusplus)
+int yyparse (void);
+#else
+int yyparse ();
+#endif
+#endif /* ! YYPARSE_PARAM */
 
-/* Prevent warning if -Wstrict-prototypes.  */
-#ifdef __GNUC__
+
+
+/* The lookahead symbol.  */
+int yychar;
+
+/* The semantic value of the lookahead symbol.  */
+YYSTYPE yylval;
+
+/* Number of syntax errors so far.  */
+int yynerrs;
+
+
+
+/*----------.
+| yyparse.  |
+`----------*/
+
 #ifdef YYPARSE_PARAM
-int yyparse (void *);
+# if defined (__STDC__) || defined (__cplusplus)
+int yyparse (void *YYPARSE_PARAM)
+# else
+int yyparse (YYPARSE_PARAM)
+  void *YYPARSE_PARAM;
+# endif
+#else /* ! YYPARSE_PARAM */
+#if defined (__STDC__) || defined (__cplusplus)
+int
+yyparse (void)
 #else
-int yyparse (void);
+int
+yyparse ()
+
 #endif
 #endif
-
-int
-yyparse(YYPARSE_PARAM_ARG)
-     YYPARSE_PARAM_DECL
 {
+  
   register int yystate;
   register int yyn;
+  int yyresult;
+  /* Number of tokens to shift before error messages enabled.  */
+  int yyerrstatus;
+  /* Lookahead token as an internal (translated) token number.  */
+  int yytoken = 0;
+
+  /* Three stacks and their tools:
+     `yyss': related to states,
+     `yyvs': related to semantic values,
+     `yyls': related to locations.
+
+     Refer to the stacks thru separate pointers, to allow yyoverflow
+     to reallocate them elsewhere.  */
+
+  /* The state stack.  */
+  short	yyssa[YYINITDEPTH];
+  short *yyss = yyssa;
   register short *yyssp;
+
+  /* The semantic value stack.  */
+  YYSTYPE yyvsa[YYINITDEPTH];
+  YYSTYPE *yyvs = yyvsa;
   register YYSTYPE *yyvsp;
-  int yyerrstatus;	/*  number of tokens to shift before error messages enabled */
-  int yychar1 = 0;		/*  lookahead token as an internal (translated) token number */
 
-  short	yyssa[YYINITDEPTH];	/*  the state stack			*/
-  YYSTYPE yyvsa[YYINITDEPTH];	/*  the semantic value stack		*/
 
-  short *yyss = yyssa;		/*  refer to the stacks thru separate pointers */
-  YYSTYPE *yyvs = yyvsa;	/*  to allow yyoverflow to reallocate them elsewhere */
 
-#ifdef YYLSP_NEEDED
-  YYLTYPE yylsa[YYINITDEPTH];	/*  the location stack			*/
-  YYLTYPE *yyls = yylsa;
-  YYLTYPE *yylsp;
-
-#define YYPOPSTACK   (yyvsp--, yyssp--, yylsp--)
-#else
 #define YYPOPSTACK   (yyvsp--, yyssp--)
-#endif
 
-  int yystacksize = YYINITDEPTH;
-  int yyfree_stacks = 0;
+  YYSIZE_T yystacksize = YYINITDEPTH;
 
-#ifdef YYPURE
-  int yychar;
-  YYSTYPE yylval;
-  int yynerrs;
-#ifdef YYLSP_NEEDED
-  YYLTYPE yylloc;
-#endif
-#endif
+  /* The variables used to return semantic value and location from the
+     action routines.  */
+  YYSTYPE yyval;
 
-  YYSTYPE yyval;		/*  the variable used to return		*/
-				/*  semantic values from the action	*/
-				/*  routines				*/
 
+  /* When reducing, the number of symbols on the RHS of the reduced
+     rule.  */
   int yylen;
 
-#if YYDEBUG != 0
-  if (yydebug)
-    fprintf(stderr, "Starting parse\n");
-#endif
+  YYDPRINTF ((stderr, "Starting parse\n"));
 
   yystate = 0;
   yyerrstatus = 0;
@@ -676,111 +1078,97 @@
      so that they stay on the same level as the state stack.
      The wasted elements are never initialized.  */
 
-  yyssp = yyss - 1;
+  yyssp = yyss;
   yyvsp = yyvs;
-#ifdef YYLSP_NEEDED
-  yylsp = yyls;
-#endif
 
-/* Push a new state, which is found in  yystate  .  */
-/* In all cases, when you get here, the value and location stacks
-   have just been pushed. so pushing a state here evens the stacks.  */
-yynewstate:
+  goto yysetstate;
 
-  *++yyssp = yystate;
+/*------------------------------------------------------------.
+| yynewstate -- Push a new state, which is found in yystate.  |
+`------------------------------------------------------------*/
+ yynewstate:
+  /* In all cases, when you get here, the value and location stacks
+     have just been pushed. so pushing a state here evens the stacks.
+     */
+  yyssp++;
 
-  if (yyssp >= yyss + yystacksize - 1)
+ yysetstate:
+  *yyssp = yystate;
+
+  if (yyss + yystacksize - 1 <= yyssp)
     {
-      /* Give user a chance to reallocate the stack */
-      /* Use copies of these so that the &'s don't force the real ones into memory. */
-      YYSTYPE *yyvs1 = yyvs;
-      short *yyss1 = yyss;
-#ifdef YYLSP_NEEDED
-      YYLTYPE *yyls1 = yyls;
-#endif
-
       /* Get the current used size of the three stacks, in elements.  */
-      int size = yyssp - yyss + 1;
+      YYSIZE_T yysize = yyssp - yyss + 1;
 
 #ifdef yyoverflow
-      /* Each stack pointer address is followed by the size of
-	 the data in use in that stack, in bytes.  */
-#ifdef YYLSP_NEEDED
-      /* This used to be a conditional around just the two extra args,
-	 but that might be undefined if yyoverflow is a macro.  */
-      yyoverflow("parser stack overflow",
-		 &yyss1, size * sizeof (*yyssp),
-		 &yyvs1, size * sizeof (*yyvsp),
-		 &yyls1, size * sizeof (*yylsp),
-		 &yystacksize);
-#else
-      yyoverflow("parser stack overflow",
-		 &yyss1, size * sizeof (*yyssp),
-		 &yyvs1, size * sizeof (*yyvsp),
-		 &yystacksize);
-#endif
+      {
+	/* Give user a chance to reallocate the stack. Use copies of
+	   these so that the &'s don't force the real ones into
+	   memory.  */
+	YYSTYPE *yyvs1 = yyvs;
+	short *yyss1 = yyss;
 
-      yyss = yyss1; yyvs = yyvs1;
-#ifdef YYLSP_NEEDED
-      yyls = yyls1;
-#endif
+
+	/* Each stack pointer address is followed by the size of the
+	   data in use in that stack, in bytes.  This used to be a
+	   conditional around just the two extra args, but that might
+	   be undefined if yyoverflow is a macro.  */
+	yyoverflow ("parser stack overflow",
+		    &yyss1, yysize * sizeof (*yyssp),
+		    &yyvs1, yysize * sizeof (*yyvsp),
+
+		    &yystacksize);
+
+	yyss = yyss1;
+	yyvs = yyvs1;
+      }
 #else /* no yyoverflow */
+# ifndef YYSTACK_RELOCATE
+      goto yyoverflowlab;
+# else
       /* Extend the stack our own way.  */
-      if (yystacksize >= YYMAXDEPTH)
-	{
-	  yyerror("parser stack overflow");
-	  if (yyfree_stacks)
-	    {
-	      free (yyss);
-	      free (yyvs);
-#ifdef YYLSP_NEEDED
-	      free (yyls);
-#endif
-	    }
-	  return 2;
-	}
+      if (YYMAXDEPTH <= yystacksize)
+	goto yyoverflowlab;
       yystacksize *= 2;
-      if (yystacksize > YYMAXDEPTH)
+      if (YYMAXDEPTH < yystacksize)
 	yystacksize = YYMAXDEPTH;
-#ifndef YYSTACK_USE_ALLOCA
-      yyfree_stacks = 1;
-#endif
-      yyss = (short *) YYSTACK_ALLOC (yystacksize * sizeof (*yyssp));
-      __yy_memcpy ((char *)yyss, (char *)yyss1,
-		   size * (unsigned int) sizeof (*yyssp));
-      yyvs = (YYSTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yyvsp));
-      __yy_memcpy ((char *)yyvs, (char *)yyvs1,
-		   size * (unsigned int) sizeof (*yyvsp));
-#ifdef YYLSP_NEEDED
-      yyls = (YYLTYPE *) YYSTACK_ALLOC (yystacksize * sizeof (*yylsp));
-      __yy_memcpy ((char *)yyls, (char *)yyls1,
-		   size * (unsigned int) sizeof (*yylsp));
-#endif
+
+      {
+	short *yyss1 = yyss;
+	union yyalloc *yyptr =
+	  (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
+	if (! yyptr)
+	  goto yyoverflowlab;
+	YYSTACK_RELOCATE (yyss);
+	YYSTACK_RELOCATE (yyvs);
+
+#  undef YYSTACK_RELOCATE
+	if (yyss1 != yyssa)
+	  YYSTACK_FREE (yyss1);
+      }
+# endif
 #endif /* no yyoverflow */
 
-      yyssp = yyss + size - 1;
-      yyvsp = yyvs + size - 1;
-#ifdef YYLSP_NEEDED
-      yylsp = yyls + size - 1;
-#endif
+      yyssp = yyss + yysize - 1;
+      yyvsp = yyvs + yysize - 1;
 
-#if YYDEBUG != 0
-      if (yydebug)
-	fprintf(stderr, "Stack size increased to %d\n", yystacksize);
-#endif
 
-      if (yyssp >= yyss + yystacksize - 1)
+      YYDPRINTF ((stderr, "Stack size increased to %lu\n",
+		  (unsigned long int) yystacksize));
+
+      if (yyss + yystacksize - 1 <= yyssp)
 	YYABORT;
     }
 
-#if YYDEBUG != 0
-  if (yydebug)
-    fprintf(stderr, "Entering state %d\n", yystate);
-#endif
+  YYDPRINTF ((stderr, "Entering state %d\n", yystate));
 
   goto yybackup;
- yybackup:
 
+/*-----------.
+| yybackup.  |
+`-----------*/
+yybackup:
+
 /* Do appropriate processing given the current state.  */
 /* Read a lookahead token if we need one and don't already have one.  */
 /* yyresume: */
@@ -788,793 +1176,858 @@
   /* First try to decide what to do without reference to lookahead token.  */
 
   yyn = yypact[yystate];
-  if (yyn == YYFLAG)
+  if (yyn == YYPACT_NINF)
     goto yydefault;
 
   /* Not known => get a lookahead token if don't already have one.  */
 
-  /* yychar is either YYEMPTY or YYEOF
-     or a valid token in external form.  */
-
+  /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
   if (yychar == YYEMPTY)
     {
-#if YYDEBUG != 0
-      if (yydebug)
-	fprintf(stderr, "Reading a token: ");
-#endif
+      YYDPRINTF ((stderr, "Reading a token: "));
       yychar = YYLEX;
     }
 
-  /* Convert token to internal form (in yychar1) for indexing tables with */
-
-  if (yychar <= 0)		/* This means end of input. */
+  if (yychar <= YYEOF)
     {
-      yychar1 = 0;
-      yychar = YYEOF;		/* Don't call YYLEX any more */
-
-#if YYDEBUG != 0
-      if (yydebug)
-	fprintf(stderr, "Now at end of input.\n");
-#endif
+      yychar = yytoken = YYEOF;
+      YYDPRINTF ((stderr, "Now at end of input.\n"));
     }
   else
     {
-      yychar1 = YYTRANSLATE(yychar);
-
-#if YYDEBUG != 0
-      if (yydebug)
-	{
-	  fprintf (stderr, "Next token is %d (%s", yychar, yytname[yychar1]);
-	  /* Give the individual parser a way to print the precise meaning
-	     of a token, for further debugging info.  */
-#ifdef YYPRINT
-	  YYPRINT (stderr, yychar, yylval);
-#endif
-	  fprintf (stderr, ")\n");
-	}
-#endif
+      yytoken = YYTRANSLATE (yychar);
+      YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
     }
 
-  yyn += yychar1;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != yychar1)
+  /* If the proper action on seeing token YYTOKEN is to reduce or to
+     detect an error, take that action.  */
+  yyn += yytoken;
+  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
     goto yydefault;
-
   yyn = yytable[yyn];
-
-  /* yyn is what to do for this token type in this state.
-     Negative => reduce, -yyn is rule number.
-     Positive => shift, yyn is new state.
-       New state is final state => don't bother to shift,
-       just return success.
-     0, or most negative number => error.  */
-
-  if (yyn < 0)
+  if (yyn <= 0)
     {
-      if (yyn == YYFLAG)
+      if (yyn == 0 || yyn == YYTABLE_NINF)
 	goto yyerrlab;
       yyn = -yyn;
       goto yyreduce;
     }
-  else if (yyn == 0)
-    goto yyerrlab;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
   /* Shift the lookahead token.  */
+  YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
 
-#if YYDEBUG != 0
-  if (yydebug)
-    fprintf(stderr, "Shifting token %d (%s), ", yychar, yytname[yychar1]);
-#endif
-
   /* Discard the token being shifted unless it is eof.  */
   if (yychar != YYEOF)
     yychar = YYEMPTY;
 
   *++yyvsp = yylval;
-#ifdef YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
 
-  /* count tokens shifted since error; after three, turn off error status.  */
-  if (yyerrstatus) yyerrstatus--;
 
+  /* Count tokens shifted since error; after three, turn off error
+     status.  */
+  if (yyerrstatus)
+    yyerrstatus--;
+
   yystate = yyn;
   goto yynewstate;
 
-/* Do the default action for the current state.  */
+
+/*-----------------------------------------------------------.
+| yydefault -- do the default action for the current state.  |
+`-----------------------------------------------------------*/
 yydefault:
-
   yyn = yydefact[yystate];
   if (yyn == 0)
     goto yyerrlab;
+  goto yyreduce;
 
-/* Do a reduction.  yyn is the number of a rule to reduce with.  */
+
+/*-----------------------------.
+| yyreduce -- Do a reduction.  |
+`-----------------------------*/
 yyreduce:
+  /* yyn is the number of a rule to reduce with.  */
   yylen = yyr2[yyn];
-  if (yylen > 0)
-    yyval = yyvsp[1-yylen]; /* implement default value of the action */
 
-#if YYDEBUG != 0
-  if (yydebug)
+  /* If YYLEN is nonzero, implement the default value of the action:
+     `$$ = $1'.
+
+     Otherwise, the following line sets YYVAL to garbage.
+     This behavior is undocumented and Bison
+     users should not rely upon it.  Assigning to YYVAL
+     unconditionally makes the parser a bit smaller, and it avoids a
+     GCC warning that YYVAL may be used uninitialized.  */
+  yyval = yyvsp[1-yylen];
+
+
+  YY_REDUCE_PRINT (yyn);
+  switch (yyn)
     {
-      int i;
+        case 3:
+#line 94 "../jscript/t1.y"
+    { printf("!!!!! Adding code !!!!!\n"); jsAppendCode( yyvsp[0].ptr ); }
+    break;
 
-      fprintf (stderr, "Reducing via rule %d (line %d), ",
-	       yyn, yyrline[yyn]);
+  case 4:
+#line 97 "../jscript/t1.y"
+    { printf("Function: '%s'\n",yyvsp[-4].name ); yyval.ptr = newJSFunction( yyvsp[-4].name, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
 
-      /* Print the symbols being reduced, and their result.  */
-      for (i = yyprhs[yyn]; yyrhs[i] > 0; i++)
-	fprintf (stderr, "%s ", yytname[yyrhs[i]]);
-      fprintf (stderr, " -> %s\n", yytname[yyr1[yyn]]);
-    }
-#endif
+  case 5:
+#line 98 "../jscript/t1.y"
+    { printf("Statement\n"); yyval.ptr = yyvsp[0].ptr; }
+    break;
 
+  case 6:
+#line 99 "../jscript/t1.y"
+    { yyerrok; yyval.ptr = 0L; }
+    break;
 
-  switch (yyn) {
+  case 7:
+#line 102 "../jscript/t1.y"
+    { yyval.ptr = 0L; }
+    break;
 
-case 2:
-#line 94 "t1.y"
-{ printf("!!!!! Adding code !!!!!\n"); jsAppendCode( yyvsp[0].ptr ); ;
-    break;}
-case 3:
-#line 97 "t1.y"
-{ printf("Function: '%s'\n",yyvsp[-4].name ); yyval.ptr = newJSFunction( yyvsp[-4].name, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 4:
-#line 98 "t1.y"
-{ printf("Statement\n"); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 5:
-#line 99 "t1.y"
-{ yyerrok; yyval.ptr = 0L; ;
-    break;}
-case 6:
-#line 102 "t1.y"
-{ yyval.ptr = 0L; ;
-    break;}
-case 7:
-#line 103 "t1.y"
-{ yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 8:
-#line 106 "t1.y"
-{ printf("param '%s'\n", yyvsp[0].name); yyval.ptr = newJSParameter( yyvsp[0].name, 0L ); ;
-    break;}
-case 9:
-#line 107 "t1.y"
-{ printf("param '%s\n", yyvsp[-2].name); yyval.ptr = newJSParameter( yyvsp[-2].name, yyvsp[0].ptr ); ;
-    break;}
-case 10:
-#line 110 "t1.y"
-{ yyval.ptr = yyvsp[-1].ptr; ;
-    break;}
-case 11:
-#line 113 "t1.y"
-{ yyval.ptr = 0L; ;
-    break;}
-case 12:
-#line 114 "t1.y"
-{ printf(" "); yyval.ptr = newJSStatement( yyvsp[-1].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 13:
-#line 115 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 14:
-#line 118 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 15:
-#line 119 "t1.y"
-{ printf("Simple IF\n"); yyval.ptr = 0L; ;
-    break;}
-case 16:
-#line 120 "t1.y"
-{ printf("Complex IF\n"); yyval.ptr = 0L; ;
-    break;}
-case 17:
-#line 121 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 18:
-#line 122 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 19:
-#line 123 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 20:
-#line 124 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 21:
-#line 125 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 22:
-#line 126 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 23:
-#line 127 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 24:
-#line 128 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 25:
-#line 129 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 26:
-#line 130 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[-1].ptr; ;
-    break;}
-case 28:
-#line 134 "t1.y"
-{ printf(" "); ;
-    break;}
-case 29:
-#line 137 "t1.y"
-{ printf("Condition\n"); ;
-    break;}
-case 30:
-#line 140 "t1.y"
-{ printf(" "); ;
-    break;}
-case 31:
-#line 143 "t1.y"
-{ printf(" "); ;
-    break;}
-case 32:
-#line 146 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 33:
-#line 147 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 34:
-#line 150 "t1.y"
-{ printf(" "); ;
-    break;}
-case 35:
-#line 151 "t1.y"
-{ printf(" "); ;
-    break;}
-case 36:
-#line 154 "t1.y"
-{ printf("Var: '%s'\n", yyvsp[0].name); ;
-    break;}
-case 37:
-#line 155 "t1.y"
-{ printf("Var with Assignment: '%s'\n", yyvsp[-2].name); ;
-    break;}
-case 38:
-#line 158 "t1.y"
-{ yyval.ptr = 0L; ;
-    break;}
-case 39:
-#line 159 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 40:
-#line 162 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 41:
-#line 163 "t1.y"
-{ printf(" "); ;
-    break;}
-case 42:
-#line 166 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 43:
-#line 167 "t1.y"
-{ printf("Assignment ( = )\n"); yyval.ptr = newJSAssignment( OP_ASSIGN, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 44:
-#line 168 "t1.y"
-{ printf("Assignment ( *= )\n"); ;
-    break;}
-case 45:
-#line 169 "t1.y"
-{ printf("Assignment ( /= )\n"); ;
-    break;}
-case 46:
-#line 170 "t1.y"
-{ printf("Assignment ( += )\n"); ;
-    break;}
-case 47:
-#line 171 "t1.y"
-{ printf("Assignment ( -= )\n"); ;
-    break;}
-case 48:
-#line 172 "t1.y"
-{ printf("Assignment ( ^= )\n"); ;
-    break;}
-case 49:
-#line 173 "t1.y"
-{ printf("Assignment ( %%= )\n"); ;
-    break;}
-case 50:
-#line 174 "t1.y"
-{ printf("Assignment ( &= )\n"); ;
-    break;}
-case 51:
-#line 175 "t1.y"
-{ printf("Assignment ( |= )\n"); ;
-    break;}
-case 52:
-#line 178 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 53:
-#line 179 "t1.y"
-{ printf(" "); ;
-    break;}
-case 54:
-#line 182 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 55:
-#line 183 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_OR, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 56:
-#line 186 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 57:
-#line 187 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_AND, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 58:
-#line 190 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 59:
-#line 191 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_BOR, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 60:
-#line 194 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 61:
-#line 195 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_BXOR, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 62:
-#line 198 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 63:
-#line 199 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_BAND, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 64:
-#line 202 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 65:
-#line 203 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_EQ, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 66:
-#line 204 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_NEQ, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 67:
-#line 207 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 68:
-#line 208 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_LT, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 69:
-#line 209 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_GT, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 70:
-#line 210 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_LEQ, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 71:
-#line 211 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_GEQ, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 72:
-#line 214 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 73:
-#line 215 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_SL, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 74:
-#line 216 "t1.y"
-{ printf(" "); yyval.ptr = newJSBinaryOperator( OP_SR, yyvsp[-2].ptr, yyvsp[0].ptr );;
-    break;}
-case 75:
-#line 219 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 76:
-#line 220 "t1.y"
-{ printf("Add ( + )\n"); yyval.ptr = newJSBinaryOperator( OP_ADD, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 77:
-#line 221 "t1.y"
-{ printf("Sub ( - )\n"); yyval.ptr = newJSBinaryOperator( OP_SUB, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 78:
-#line 224 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 79:
-#line 225 "t1.y"
-{ printf("Mul ( * )\n"); yyval.ptr = newJSBinaryOperator( OP_MUL, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 80:
-#line 226 "t1.y"
-{ printf("Div ( / )\n"); yyval.ptr = newJSBinaryOperator( OP_DIV, yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 81:
-#line 229 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 82:
-#line 230 "t1.y"
-{ printf("Unary Minus\n"); ;
-    break;}
-case 83:
-#line 231 "t1.y"
-{ printf("++ Prefix\n"); ;
-    break;}
-case 84:
-#line 232 "t1.y"
-{ printf("-- Prefix\n"); ;
-    break;}
-case 85:
-#line 233 "t1.y"
-{ printf("Postfix ++\n"); ;
-    break;}
-case 86:
-#line 234 "t1.y"
-{ printf("Postfix --\n"); ;
-    break;}
-case 87:
-#line 235 "t1.y"
-{ printf("new\n"); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 88:
-#line 236 "t1.y"
-{ printf("delete\n"); ;
-    break;}
-case 89:
-#line 239 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 90:
-#line 240 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 91:
-#line 243 "t1.y"
-{ printf(" "); yyval.ptr = newJSConstructorCall( newJSIdentifier( yyvsp[0].name ) , 0L ); ;
-    break;}
-case 92:
-#line 244 "t1.y"
-{ printf(" "); yyval.ptr = newJSConstructorCall( newJSIdentifier( yyvsp[-3].name ), yyvsp[-1].ptr ); ;
-    break;}
-case 93:
-#line 245 "t1.y"
-{ printf(" "); yyval.ptr = 0L; ;
-    break;}
-case 94:
-#line 248 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 95:
-#line 249 "t1.y"
-{ printf("[ ]\n"); yyval.ptr = newJSArrayAccess( yyvsp[-3].ptr, yyvsp[-1].ptr ); ;
-    break;}
-case 96:
-#line 250 "t1.y"
-{ printf("Function Call\n"); yyval.ptr = newJSFunctionCall( yyvsp[-3].ptr, yyvsp[-1].ptr ); ;
-    break;}
-case 97:
-#line 253 "t1.y"
-{ printf(" "); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 98:
-#line 254 "t1.y"
-{ printf("Member ( '%s' )\n", yyvsp[0].name ); yyval.ptr = newJSMember( yyvsp[-2].ptr, yyvsp[0].name ); ;
-    break;}
-case 99:
-#line 257 "t1.y"
-{ yyval.ptr = 0L; ;
-    break;}
-case 100:
-#line 258 "t1.y"
-{ printf("ArgumentList\n"); yyval.ptr = yyvsp[0].ptr; ;
-    break;}
-case 101:
-#line 261 "t1.y"
-{ printf("Argument\n"); yyval.ptr = newJSArgument( yyvsp[0].ptr, 0L ); ;
-    break;}
-case 102:
-#line 262 "t1.y"
-{ printf("Argument (cont)\n"); yyval.ptr = newJSArgument( yyvsp[-2].ptr, yyvsp[0].ptr ); ;
-    break;}
-case 103:
-#line 265 "t1.y"
-{ printf("Paranthesis\n"); yyval.ptr = yyvsp[-1].ptr; ;
-    break;}
-case 104:
-#line 266 "t1.y"
-{ printf("ID '%s'\n",yyvsp[0].name); yyval.ptr = newJSIdentifier( yyvsp[0].name ); ;
-    break;}
-case 105:
-#line 267 "t1.y"
-{ printf("NUM\n"); yyval.ptr = newJSInteger( yyvsp[0].vali ); ;
-    break;}
-case 106:
-#line 268 "t1.y"
-{ printf(" "); yyval.ptr = newJSFloat( yyvsp[0].vald ); ;
-    break;}
-case 107:
-#line 269 "t1.y"
-{ printf(" "); yyval.ptr = newJSString( yyvsp[0].name ); ;
-    break;}
-case 108:
-#line 270 "t1.y"
-{ printf(" "); yyval.ptr = newJSBool( 0 ); ;
-    break;}
-case 109:
-#line 271 "t1.y"
-{ printf(" "); yyval.ptr = newJSBool( 1 ); ;
-    break;}
-case 110:
-#line 272 "t1.y"
-{ printf(" "); yyval.ptr = newJSNull(); ;
-    break;}
-case 111:
-#line 273 "t1.y"
-{ printf(" "); yyval.ptr = newJSThis(); ;
-    break;}
-}
-   /* the action file gets copied in in place of this dollarsign */
-#line 543 "/usr/lib/bison.simple"
+  case 8:
+#line 103 "../jscript/t1.y"
+    { yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 9:
+#line 106 "../jscript/t1.y"
+    { printf("param '%s'\n", yyvsp[0].name); yyval.ptr = newJSParameter( yyvsp[0].name, 0L ); }
+    break;
+
+  case 10:
+#line 107 "../jscript/t1.y"
+    { printf("param '%s\n", yyvsp[-2].name); yyval.ptr = newJSParameter( yyvsp[-2].name, yyvsp[0].ptr ); }
+    break;
+
+  case 11:
+#line 110 "../jscript/t1.y"
+    { yyval.ptr = yyvsp[-1].ptr; }
+    break;
+
+  case 12:
+#line 113 "../jscript/t1.y"
+    { yyval.ptr = 0L; }
+    break;
+
+  case 13:
+#line 114 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSStatement( yyvsp[-1].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 14:
+#line 115 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 15:
+#line 118 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 16:
+#line 119 "../jscript/t1.y"
+    { printf("Simple IF\n"); yyval.ptr = 0L; }
+    break;
+
+  case 17:
+#line 120 "../jscript/t1.y"
+    { printf("Complex IF\n"); yyval.ptr = 0L; }
+    break;
+
+  case 18:
+#line 121 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 19:
+#line 122 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 20:
+#line 123 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 21:
+#line 124 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 22:
+#line 125 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 23:
+#line 126 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 24:
+#line 127 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 25:
+#line 128 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 26:
+#line 129 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 27:
+#line 130 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[-1].ptr; }
+    break;
+
+  case 29:
+#line 134 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 30:
+#line 137 "../jscript/t1.y"
+    { printf("Condition\n"); }
+    break;
+
+  case 31:
+#line 140 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 32:
+#line 143 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 33:
+#line 146 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 34:
+#line 147 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 35:
+#line 150 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 36:
+#line 151 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 37:
+#line 154 "../jscript/t1.y"
+    { printf("Var: '%s'\n", yyvsp[0].name); }
+    break;
+
+  case 38:
+#line 155 "../jscript/t1.y"
+    { printf("Var with Assignment: '%s'\n", yyvsp[-2].name); }
+    break;
+
+  case 39:
+#line 158 "../jscript/t1.y"
+    { yyval.ptr = 0L; }
+    break;
+
+  case 40:
+#line 159 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 41:
+#line 162 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 42:
+#line 163 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 43:
+#line 166 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 44:
+#line 167 "../jscript/t1.y"
+    { printf("Assignment ( = )\n"); yyval.ptr = newJSAssignment( OP_ASSIGN, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 45:
+#line 168 "../jscript/t1.y"
+    { printf("Assignment ( *= )\n"); }
+    break;
+
+  case 46:
+#line 169 "../jscript/t1.y"
+    { printf("Assignment ( /= )\n"); }
+    break;
+
+  case 47:
+#line 170 "../jscript/t1.y"
+    { printf("Assignment ( += )\n"); }
+    break;
+
+  case 48:
+#line 171 "../jscript/t1.y"
+    { printf("Assignment ( -= )\n"); }
+    break;
+
+  case 49:
+#line 172 "../jscript/t1.y"
+    { printf("Assignment ( ^= )\n"); }
+    break;
+
+  case 50:
+#line 173 "../jscript/t1.y"
+    { printf("Assignment ( %%= )\n"); }
+    break;
+
+  case 51:
+#line 174 "../jscript/t1.y"
+    { printf("Assignment ( &= )\n"); }
+    break;
+
+  case 52:
+#line 175 "../jscript/t1.y"
+    { printf("Assignment ( |= )\n"); }
+    break;
+
+  case 53:
+#line 178 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 54:
+#line 179 "../jscript/t1.y"
+    { printf(" "); }
+    break;
+
+  case 55:
+#line 182 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 56:
+#line 183 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_OR, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 57:
+#line 186 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 58:
+#line 187 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_AND, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 59:
+#line 190 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 60:
+#line 191 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_BOR, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 61:
+#line 194 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 62:
+#line 195 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_BXOR, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 63:
+#line 198 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 64:
+#line 199 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_BAND, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 65:
+#line 202 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 66:
+#line 203 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_EQ, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 67:
+#line 204 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_NEQ, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 68:
+#line 207 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 69:
+#line 208 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_LT, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 70:
+#line 209 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_GT, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 71:
+#line 210 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_LEQ, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 72:
+#line 211 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_GEQ, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 73:
+#line 214 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 74:
+#line 215 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_SL, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 75:
+#line 216 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBinaryOperator( OP_SR, yyvsp[-2].ptr, yyvsp[0].ptr );}
+    break;
+
+  case 76:
+#line 219 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 77:
+#line 220 "../jscript/t1.y"
+    { printf("Add ( + )\n"); yyval.ptr = newJSBinaryOperator( OP_ADD, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 78:
+#line 221 "../jscript/t1.y"
+    { printf("Sub ( - )\n"); yyval.ptr = newJSBinaryOperator( OP_SUB, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 79:
+#line 224 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 80:
+#line 225 "../jscript/t1.y"
+    { printf("Mul ( * )\n"); yyval.ptr = newJSBinaryOperator( OP_MUL, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 81:
+#line 226 "../jscript/t1.y"
+    { printf("Div ( / )\n"); yyval.ptr = newJSBinaryOperator( OP_DIV, yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 82:
+#line 229 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 83:
+#line 230 "../jscript/t1.y"
+    { printf("Unary Minus\n"); }
+    break;
+
+  case 84:
+#line 231 "../jscript/t1.y"
+    { printf("++ Prefix\n"); }
+    break;
+
+  case 85:
+#line 232 "../jscript/t1.y"
+    { printf("-- Prefix\n"); }
+    break;
+
+  case 86:
+#line 233 "../jscript/t1.y"
+    { printf("Postfix ++\n"); }
+    break;
+
+  case 87:
+#line 234 "../jscript/t1.y"
+    { printf("Postfix --\n"); }
+    break;
+
+  case 88:
+#line 235 "../jscript/t1.y"
+    { printf("new\n"); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 89:
+#line 236 "../jscript/t1.y"
+    { printf("delete\n"); }
+    break;
+
+  case 90:
+#line 239 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 91:
+#line 240 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 92:
+#line 243 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSConstructorCall( newJSIdentifier( yyvsp[0].name ) , 0L ); }
+    break;
+
+  case 93:
+#line 244 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSConstructorCall( newJSIdentifier( yyvsp[-3].name ), yyvsp[-1].ptr ); }
+    break;
+
+  case 94:
+#line 245 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = 0L; }
+    break;
+
+  case 95:
+#line 248 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 96:
+#line 249 "../jscript/t1.y"
+    { printf("[ ]\n"); yyval.ptr = newJSArrayAccess( yyvsp[-3].ptr, yyvsp[-1].ptr ); }
+    break;
+
+  case 97:
+#line 250 "../jscript/t1.y"
+    { printf("Function Call\n"); yyval.ptr = newJSFunctionCall( yyvsp[-3].ptr, yyvsp[-1].ptr ); }
+    break;
+
+  case 98:
+#line 253 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 99:
+#line 254 "../jscript/t1.y"
+    { printf("Member ( '%s' )\n", yyvsp[0].name ); yyval.ptr = newJSMember( yyvsp[-2].ptr, yyvsp[0].name ); }
+    break;
+
+  case 100:
+#line 257 "../jscript/t1.y"
+    { yyval.ptr = 0L; }
+    break;
+
+  case 101:
+#line 258 "../jscript/t1.y"
+    { printf("ArgumentList\n"); yyval.ptr = yyvsp[0].ptr; }
+    break;
+
+  case 102:
+#line 261 "../jscript/t1.y"
+    { printf("Argument\n"); yyval.ptr = newJSArgument( yyvsp[0].ptr, 0L ); }
+    break;
+
+  case 103:
+#line 262 "../jscript/t1.y"
+    { printf("Argument (cont)\n"); yyval.ptr = newJSArgument( yyvsp[-2].ptr, yyvsp[0].ptr ); }
+    break;
+
+  case 104:
+#line 265 "../jscript/t1.y"
+    { printf("Paranthesis\n"); yyval.ptr = yyvsp[-1].ptr; }
+    break;
+
+  case 105:
+#line 266 "../jscript/t1.y"
+    { printf("ID '%s'\n",yyvsp[0].name); yyval.ptr = newJSIdentifier( yyvsp[0].name ); }
+    break;
+
+  case 106:
+#line 267 "../jscript/t1.y"
+    { printf("NUM\n"); yyval.ptr = newJSInteger( yyvsp[0].vali ); }
+    break;
+
+  case 107:
+#line 268 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSFloat( yyvsp[0].vald ); }
+    break;
+
+  case 108:
+#line 269 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSString( yyvsp[0].name ); }
+    break;
+
+  case 109:
+#line 270 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBool( 0 ); }
+    break;
+
+  case 110:
+#line 271 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSBool( 1 ); }
+    break;
+
+  case 111:
+#line 272 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSNull(); }
+    break;
+
+  case 112:
+#line 273 "../jscript/t1.y"
+    { printf(" "); yyval.ptr = newJSThis(); }
+    break;
+
+
+    }
+
+/* Line 991 of yacc.c.  */
+#line 1817 "y.tab.c"
 
   yyvsp -= yylen;
   yyssp -= yylen;
-#ifdef YYLSP_NEEDED
-  yylsp -= yylen;
-#endif
 
-#if YYDEBUG != 0
-  if (yydebug)
-    {
-      short *ssp1 = yyss - 1;
-      fprintf (stderr, "state stack now");
-      while (ssp1 != yyssp)
-	fprintf (stderr, " %d", *++ssp1);
-      fprintf (stderr, "\n");
-    }
-#endif
 
+  YY_STACK_PRINT (yyss, yyssp);
+
   *++yyvsp = yyval;
 
-#ifdef YYLSP_NEEDED
-  yylsp++;
-  if (yylen == 0)
-    {
-      yylsp->first_line = yylloc.first_line;
-      yylsp->first_column = yylloc.first_column;
-      yylsp->last_line = (yylsp-1)->last_line;
-      yylsp->last_column = (yylsp-1)->last_column;
-      yylsp->text = 0;
-    }
-  else
-    {
-      yylsp->last_line = (yylsp+yylen-1)->last_line;
-      yylsp->last_column = (yylsp+yylen-1)->last_column;
-    }
-#endif
 
-  /* Now "shift" the result of the reduction.
-     Determine what state that goes to,
-     based on the state we popped back to
-     and the rule number reduced by.  */
+  /* Now `shift' the result of the reduction.  Determine what state
+     that goes to, based on the state we popped back to and the rule
+     number reduced by.  */
 
   yyn = yyr1[yyn];
 
-  yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
-  if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp)
+  yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
+  if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
     yystate = yytable[yystate];
   else
-    yystate = yydefgoto[yyn - YYNTBASE];
+    yystate = yydefgoto[yyn - YYNTOKENS];
 
   goto yynewstate;
 
-yyerrlab:   /* here on detecting error */
 
-  if (! yyerrstatus)
-    /* If not already recovering from an error, report this error.  */
+/*------------------------------------.
+| yyerrlab -- here on detecting error |
+`------------------------------------*/
+yyerrlab:
+  /* If not already recovering from an error, report this error.  */
+  if (!yyerrstatus)
     {
       ++yynerrs;
-
-#ifdef YYERROR_VERBOSE
+#if YYERROR_VERBOSE
       yyn = yypact[yystate];
 
-      if (yyn > YYFLAG && yyn < YYLAST)
+      if (YYPACT_NINF < yyn && yyn < YYLAST)
 	{
-	  int size = 0;
-	  char *msg;
-	  int x, count;
+	  YYSIZE_T yysize = 0;
+	  int yytype = YYTRANSLATE (yychar);
+	  char *yymsg;
+	  int yyx, yycount;
 
-	  count = 0;
-	  /* Start X at -yyn if nec to avoid negative indexes in yycheck.  */
-	  for (x = (yyn < 0 ? -yyn : 0);
-	       x < (sizeof(yytname) / sizeof(char *)); x++)
-	    if (yycheck[x + yyn] == x)
-	      size += strlen(yytname[x]) + 15, count++;
-	  msg = (char *) malloc(size + 15);
-	  if (msg != 0)
+	  yycount = 0;
+	  /* Start YYX at -YYN if negative to avoid negative indexes in
+	     YYCHECK.  */
+	  for (yyx = yyn < 0 ? -yyn : 0;
+	       yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
+	    if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
+	      yysize += yystrlen (yytname[yyx]) + 15, yycount++;
+	  yysize += yystrlen ("syntax error, unexpected ") + 1;
+	  yysize += yystrlen (yytname[yytype]);
+	  yymsg = (char *) YYSTACK_ALLOC (yysize);
+	  if (yymsg != 0)
 	    {
-	      strcpy(msg, "parse error");
+	      char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
+	      yyp = yystpcpy (yyp, yytname[yytype]);
 
-	      if (count < 5)
+	      if (yycount < 5)
 		{
-		  count = 0;
-		  for (x = (yyn < 0 ? -yyn : 0);
-		       x < (sizeof(yytname) / sizeof(char *)); x++)
-		    if (yycheck[x + yyn] == x)
+		  yycount = 0;
+		  for (yyx = yyn < 0 ? -yyn : 0;
+		       yyx < (int) (sizeof (yytname) / sizeof (char *));
+		       yyx++)
+		    if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
 		      {
-			strcat(msg, count == 0 ? ", expecting `" : " or `");
-			strcat(msg, yytname[x]);
-			strcat(msg, "'");
-			count++;
+			const char *yyq = ! yycount ? ", expecting " : " or ";
+			yyp = yystpcpy (yyp, yyq);
+			yyp = yystpcpy (yyp, yytname[yyx]);
+			yycount++;
 		      }
 		}
-	      yyerror(msg);
-	      free(msg);
+	      yyerror (yymsg);
+	      YYSTACK_FREE (yymsg);
 	    }
 	  else
-	    yyerror ("parse error; also virtual memory exceeded");
+	    yyerror ("syntax error; also virtual memory exhausted");
 	}
       else
 #endif /* YYERROR_VERBOSE */
-	yyerror("parse error");
+	yyerror ("syntax error");
     }
 
-  goto yyerrlab1;
-yyerrlab1:   /* here on error raised explicitly by an action */
 
+
   if (yyerrstatus == 3)
     {
-      /* if just tried and failed to reuse lookahead token after an error, discard it.  */
+      /* If just tried and failed to reuse lookahead token after an
+	 error, discard it.  */
 
-      /* return failure if at end of input */
+      /* Return failure if at end of input.  */
       if (yychar == YYEOF)
-	YYABORT;
+        {
+	  /* Pop the error token.  */
+          YYPOPSTACK;
+	  /* Pop the rest of the stack.  */
+	  while (yyss < yyssp)
+	    {
+	      YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
+	      yydestruct (yystos[*yyssp], yyvsp);
+	      YYPOPSTACK;
+	    }
+	  YYABORT;
+        }
 
-#if YYDEBUG != 0
-      if (yydebug)
-	fprintf(stderr, "Discarding token %d (%s).\n", yychar, yytname[yychar1]);
-#endif
+      YYDSYMPRINTF ("Error: discarding", yytoken, &yylval, &yylloc);
+      yydestruct (yytoken, &yylval);
+      yychar = YYEMPTY;
 
-      yychar = YYEMPTY;
     }
 
-  /* Else will try to reuse lookahead token
-     after shifting the error token.  */
+  /* Else will try to reuse lookahead token after shifting the error
+     token.  */
+  goto yyerrlab2;
 
-  yyerrstatus = 3;		/* Each real token shifted decrements this */
 
-  goto yyerrhandle;
+/*----------------------------------------------------.
+| yyerrlab1 -- error raised explicitly by an action.  |
+`----------------------------------------------------*/
+yyerrlab1:
 
-yyerrdefault:  /* current state does not do anything special for the error token. */
-
-#if 0
-  /* This is wrong; only states that explicitly want error tokens
-     should shift them.  */
-  yyn = yydefact[yystate];  /* If its default is to accept any token, ok.  Otherwise pop it.*/
-  if (yyn) goto yydefault;
+  /* Suppress GCC warning that yyerrlab1 is unused when no action
+     invokes YYERROR.  */
+#if defined (__GNUC_MINOR__) && 2093 <= (__GNUC__ * 1000 + __GNUC_MINOR__) \
+    && !defined __cplusplus
+  __attribute__ ((__unused__))
 #endif
 
-yyerrpop:   /* pop the current state because it cannot handle the error token */
 
-  if (yyssp == yyss) YYABORT;
-  yyvsp--;
-  yystate = *--yyssp;
-#ifdef YYLSP_NEEDED
-  yylsp--;
-#endif
+  goto yyerrlab2;
 
-#if YYDEBUG != 0
-  if (yydebug)
+
+/*---------------------------------------------------------------.
+| yyerrlab2 -- pop states until the error token can be shifted.  |
+`---------------------------------------------------------------*/
+yyerrlab2:
+  yyerrstatus = 3;	/* Each real token shifted decrements this.  */
+
+  for (;;)
     {
-      short *ssp1 = yyss - 1;
-      fprintf (stderr, "Error: state stack now");
-      while (ssp1 != yyssp)
-	fprintf (stderr, " %d", *++ssp1);
-      fprintf (stderr, "\n");
-    }
-#endif
+      yyn = yypact[yystate];
+      if (yyn != YYPACT_NINF)
+	{
+	  yyn += YYTERROR;
+	  if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
+	    {
+	      yyn = yytable[yyn];
+	      if (0 < yyn)
+		break;
+	    }
+	}
 
-yyerrhandle:
+      /* Pop the current state because it cannot handle the error token.  */
+      if (yyssp == yyss)
+	YYABORT;
 
-  yyn = yypact[yystate];
-  if (yyn == YYFLAG)
-    goto yyerrdefault;
+      YYDSYMPRINTF ("Error: popping", yystos[*yyssp], yyvsp, yylsp);
+      yydestruct (yystos[yystate], yyvsp);
+      yyvsp--;
+      yystate = *--yyssp;
 
-  yyn += YYTERROR;
-  if (yyn < 0 || yyn > YYLAST || yycheck[yyn] != YYTERROR)
-    goto yyerrdefault;
-
-  yyn = yytable[yyn];
-  if (yyn < 0)
-    {
-      if (yyn == YYFLAG)
-	goto yyerrpop;
-      yyn = -yyn;
-      goto yyreduce;
+      YY_STACK_PRINT (yyss, yyssp);
     }
-  else if (yyn == 0)
-    goto yyerrpop;
 
   if (yyn == YYFINAL)
     YYACCEPT;
 
-#if YYDEBUG != 0
-  if (yydebug)
-    fprintf(stderr, "Shifting error token, ");
-#endif
+  YYDPRINTF ((stderr, "Shifting error token, "));
 
   *++yyvsp = yylval;
-#ifdef YYLSP_NEEDED
-  *++yylsp = yylloc;
-#endif
 
+
   yystate = yyn;
   goto yynewstate;
 
- yyacceptlab:
-  /* YYACCEPT comes here.  */
-  if (yyfree_stacks)
-    {
-      free (yyss);
-      free (yyvs);
-#ifdef YYLSP_NEEDED
-      free (yyls);
+
+/*-------------------------------------.
+| yyacceptlab -- YYACCEPT comes here.  |
+`-------------------------------------*/
+yyacceptlab:
+  yyresult = 0;
+  goto yyreturn;
+
+/*-----------------------------------.
+| yyabortlab -- YYABORT comes here.  |
+`-----------------------------------*/
+yyabortlab:
+  yyresult = 1;
+  goto yyreturn;
+
+#ifndef yyoverflow
+/*----------------------------------------------.
+| yyoverflowlab -- parser overflow comes here.  |
+`----------------------------------------------*/
+yyoverflowlab:
+  yyerror ("parser stack overflow");
+  yyresult = 2;
+  /* Fall through.  */
 #endif
-    }
-  return 0;
 
- yyabortlab:
-  /* YYABORT comes here.  */
-  if (yyfree_stacks)
-    {
-      free (yyss);
-      free (yyvs);
-#ifdef YYLSP_NEEDED
-      free (yyls);
+yyreturn:
+#ifndef yyoverflow
+  if (yyss != yyssa)
+    YYSTACK_FREE (yyss);
 #endif
-    }
-  return 1;
+  return yyresult;
 }
-#line 278 "t1.y"
 
 
+#line 278 "../jscript/t1.y"
+
+
 void yyerror ( char *s )  /* Called by yyparse on error */
 {
     printf ("ERROR: %s\n", s);
@@ -1591,3 +2044,5 @@
 
 
 
+
+




More information about the dslinux-commit mailing list