summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Grammar.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-10-20 00:48:55 +0200
committerJose <jose@zeroc.com>2012-10-20 00:48:55 +0200
commit1d46af0805f6b77611001bb933707758afb30306 (patch)
tree1e5dd7c82538e34feef8dd92a7318ac3a3ea9cc2 /cpp/src/IceGrid/Grammar.cpp
parentIceGrid parser fixes (diff)
downloadice-1d46af0805f6b77611001bb933707758afb30306.tar.bz2
ice-1d46af0805f6b77611001bb933707758afb30306.tar.xz
ice-1d46af0805f6b77611001bb933707758afb30306.zip
regenerate Grammar & Scanner files in rhel6
Diffstat (limited to 'cpp/src/IceGrid/Grammar.cpp')
-rw-r--r--cpp/src/IceGrid/Grammar.cpp707
1 files changed, 505 insertions, 202 deletions
diff --git a/cpp/src/IceGrid/Grammar.cpp b/cpp/src/IceGrid/Grammar.cpp
index 58770391dcd..31f11b505d4 100644
--- a/cpp/src/IceGrid/Grammar.cpp
+++ b/cpp/src/IceGrid/Grammar.cpp
@@ -1,24 +1,23 @@
-/* A Bison parser, made by GNU Bison 2.3. */
-/* Skeleton implementation for Bison's Yacc-like parsers in C
+/* A Bison parser, made by GNU Bison 2.4.1. */
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+/* Skeleton implementation for Bison's Yacc-like parsers in C
+
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
-
- This program is free software; you can redistribute it and/or modify
+
+ 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.
-
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
+
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA. */
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
@@ -29,7 +28,7 @@
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
-
+
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
@@ -47,7 +46,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "2.3"
+#define YYBISON_VERSION "2.4.1"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
@@ -55,105 +54,20 @@
/* Pure parsers. */
#define YYPURE 1
-/* Using locations. */
-#define YYLSP_NEEDED 0
-
+/* Push parsers. */
+#define YYPUSH 0
+/* Pull parsers. */
+#define YYPULL 1
-/* Tokens. */
-#ifndef YYTOKENTYPE
-# define YYTOKENTYPE
- /* Put the tokens into the symbol table, so that GDB and other debuggers
- know about them. */
- enum yytokentype {
- ICE_GRID_HELP = 258,
- ICE_GRID_EXIT = 259,
- ICE_GRID_APPLICATION = 260,
- ICE_GRID_NODE = 261,
- ICE_GRID_REGISTRY = 262,
- ICE_GRID_SERVER = 263,
- ICE_GRID_ADAPTER = 264,
- ICE_GRID_PING = 265,
- ICE_GRID_LOAD = 266,
- ICE_GRID_SOCKETS = 267,
- ICE_GRID_ADD = 268,
- ICE_GRID_REMOVE = 269,
- ICE_GRID_LIST = 270,
- ICE_GRID_SHUTDOWN = 271,
- ICE_GRID_STRING = 272,
- ICE_GRID_START = 273,
- ICE_GRID_STOP = 274,
- ICE_GRID_PATCH = 275,
- ICE_GRID_SIGNAL = 276,
- ICE_GRID_STDOUT = 277,
- ICE_GRID_STDERR = 278,
- ICE_GRID_DESCRIBE = 279,
- ICE_GRID_PROPERTIES = 280,
- ICE_GRID_PROPERTY = 281,
- ICE_GRID_STATE = 282,
- ICE_GRID_PID = 283,
- ICE_GRID_ENDPOINTS = 284,
- ICE_GRID_ACTIVATION = 285,
- ICE_GRID_OBJECT = 286,
- ICE_GRID_FIND = 287,
- ICE_GRID_SHOW = 288,
- ICE_GRID_COPYING = 289,
- ICE_GRID_WARRANTY = 290,
- ICE_GRID_DIFF = 291,
- ICE_GRID_UPDATE = 292,
- ICE_GRID_INSTANTIATE = 293,
- ICE_GRID_TEMPLATE = 294,
- ICE_GRID_SERVICE = 295,
- ICE_GRID_ENABLE = 296,
- ICE_GRID_DISABLE = 297
- };
-#endif
-/* Tokens. */
-#define ICE_GRID_HELP 258
-#define ICE_GRID_EXIT 259
-#define ICE_GRID_APPLICATION 260
-#define ICE_GRID_NODE 261
-#define ICE_GRID_REGISTRY 262
-#define ICE_GRID_SERVER 263
-#define ICE_GRID_ADAPTER 264
-#define ICE_GRID_PING 265
-#define ICE_GRID_LOAD 266
-#define ICE_GRID_SOCKETS 267
-#define ICE_GRID_ADD 268
-#define ICE_GRID_REMOVE 269
-#define ICE_GRID_LIST 270
-#define ICE_GRID_SHUTDOWN 271
-#define ICE_GRID_STRING 272
-#define ICE_GRID_START 273
-#define ICE_GRID_STOP 274
-#define ICE_GRID_PATCH 275
-#define ICE_GRID_SIGNAL 276
-#define ICE_GRID_STDOUT 277
-#define ICE_GRID_STDERR 278
-#define ICE_GRID_DESCRIBE 279
-#define ICE_GRID_PROPERTIES 280
-#define ICE_GRID_PROPERTY 281
-#define ICE_GRID_STATE 282
-#define ICE_GRID_PID 283
-#define ICE_GRID_ENDPOINTS 284
-#define ICE_GRID_ACTIVATION 285
-#define ICE_GRID_OBJECT 286
-#define ICE_GRID_FIND 287
-#define ICE_GRID_SHOW 288
-#define ICE_GRID_COPYING 289
-#define ICE_GRID_WARRANTY 290
-#define ICE_GRID_DIFF 291
-#define ICE_GRID_UPDATE 292
-#define ICE_GRID_INSTANTIATE 293
-#define ICE_GRID_TEMPLATE 294
-#define ICE_GRID_SERVICE 295
-#define ICE_GRID_ENABLE 296
-#define ICE_GRID_DISABLE 297
-
+/* Using locations. */
+#define YYLSP_NEEDED 0
/* Copy the first part of user declarations. */
+
+/* Line 189 of yacc.c */
#line 1 "Grammar.y"
@@ -189,6 +103,9 @@ yyerror(const char* s)
+/* Line 189 of yacc.c */
+#line 108 "Grammar.tab.c"
+
/* Enabling traces. */
#ifndef YYDEBUG
# define YYDEBUG 1
@@ -207,20 +124,71 @@ yyerror(const char* s)
# define YYTOKEN_TABLE 0
#endif
+
+/* Tokens. */
+#ifndef YYTOKENTYPE
+# define YYTOKENTYPE
+ /* Put the tokens into the symbol table, so that GDB and other debuggers
+ know about them. */
+ enum yytokentype {
+ ICE_GRID_HELP = 258,
+ ICE_GRID_EXIT = 259,
+ ICE_GRID_APPLICATION = 260,
+ ICE_GRID_NODE = 261,
+ ICE_GRID_REGISTRY = 262,
+ ICE_GRID_SERVER = 263,
+ ICE_GRID_ADAPTER = 264,
+ ICE_GRID_PING = 265,
+ ICE_GRID_LOAD = 266,
+ ICE_GRID_SOCKETS = 267,
+ ICE_GRID_ADD = 268,
+ ICE_GRID_REMOVE = 269,
+ ICE_GRID_LIST = 270,
+ ICE_GRID_SHUTDOWN = 271,
+ ICE_GRID_STRING = 272,
+ ICE_GRID_START = 273,
+ ICE_GRID_STOP = 274,
+ ICE_GRID_PATCH = 275,
+ ICE_GRID_SIGNAL = 276,
+ ICE_GRID_STDOUT = 277,
+ ICE_GRID_STDERR = 278,
+ ICE_GRID_DESCRIBE = 279,
+ ICE_GRID_PROPERTIES = 280,
+ ICE_GRID_PROPERTY = 281,
+ ICE_GRID_STATE = 282,
+ ICE_GRID_PID = 283,
+ ICE_GRID_ENDPOINTS = 284,
+ ICE_GRID_ACTIVATION = 285,
+ ICE_GRID_OBJECT = 286,
+ ICE_GRID_FIND = 287,
+ ICE_GRID_SHOW = 288,
+ ICE_GRID_COPYING = 289,
+ ICE_GRID_WARRANTY = 290,
+ ICE_GRID_DIFF = 291,
+ ICE_GRID_UPDATE = 292,
+ ICE_GRID_INSTANTIATE = 293,
+ ICE_GRID_TEMPLATE = 294,
+ ICE_GRID_SERVICE = 295,
+ ICE_GRID_ENABLE = 296,
+ ICE_GRID_DISABLE = 297
+ };
+#endif
+
+
+
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
+# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
-# define YYSTYPE_IS_TRIVIAL 1
#endif
-
/* Copy the second part of user declarations. */
-/* Line 216 of yacc.c. */
-#line 224 "Grammar.tab.c"
+/* Line 264 of yacc.c */
+#line 192 "Grammar.tab.c"
#ifdef short
# undef short
@@ -270,7 +238,7 @@ typedef short int yytype_int16;
#define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
#ifndef YY_
-# if defined YYENABLE_NLS && YYENABLE_NLS
+# if YYENABLE_NLS
# if ENABLE_NLS
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
# define YY_(msgid) dgettext ("bison-runtime", msgid)
@@ -295,14 +263,14 @@ typedef short int yytype_int16;
#if (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
static int
-YYID (int i)
+YYID (int yyi)
#else
static int
-YYID (i)
- int i;
+YYID (yyi)
+ int yyi;
#endif
{
- return i;
+ return yyi;
}
#endif
@@ -383,9 +351,9 @@ void free (void *); /* INFRINGES ON USER NAME SPACE */
/* A type that is properly aligned for any stack member. */
union yyalloc
{
- yytype_int16 yyss;
- YYSTYPE yyvs;
- };
+ yytype_int16 yyss_alloc;
+ YYSTYPE yyvs_alloc;
+};
/* The size of the maximum gap between one aligned stack and the next. */
# define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
@@ -419,12 +387,12 @@ union yyalloc
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) \
+# define YYSTACK_RELOCATE(Stack_alloc, Stack) \
do \
{ \
YYSIZE_T yynewbytes; \
- YYCOPY (&yyptr->Stack, Stack, yysize); \
- Stack = &yyptr->Stack; \
+ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
+ Stack = &yyptr->Stack_alloc; \
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
yyptr += yynewbytes / sizeof (*yyptr); \
} \
@@ -1446,7 +1414,7 @@ while (YYID (0))
we won't break user code: when these are the locations we know. */
#ifndef YY_LOCATION_PRINT
-# if defined YYLTYPE_IS_TRIVIAL && YYLTYPE_IS_TRIVIAL
+# if YYLTYPE_IS_TRIVIAL
# define YY_LOCATION_PRINT(File, Loc) \
fprintf (File, "%d.%d-%d.%d", \
(Loc).first_line, (Loc).first_column, \
@@ -1557,17 +1525,20 @@ yy_symbol_print (yyoutput, yytype, yyvaluep)
#if (defined __STDC__ || defined __C99__FUNC__ \
|| defined __cplusplus || defined _MSC_VER)
static void
-yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
+yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
#else
static void
-yy_stack_print (bottom, top)
- yytype_int16 *bottom;
- yytype_int16 *top;
+yy_stack_print (yybottom, yytop)
+ yytype_int16 *yybottom;
+ yytype_int16 *yytop;
#endif
{
YYFPRINTF (stderr, "Stack now");
- for (; bottom <= top; ++bottom)
- YYFPRINTF (stderr, " %d", *bottom);
+ for (; yybottom <= yytop; yybottom++)
+ {
+ int yybot = *yybottom;
+ YYFPRINTF (stderr, " %d", yybot);
+ }
YYFPRINTF (stderr, "\n");
}
@@ -1601,11 +1572,11 @@ yy_reduce_print (yyvsp, yyrule)
/* The symbols being reduced. */
for (yyi = 0; yyi < yynrhs; yyi++)
{
- fprintf (stderr, " $%d = ", yyi + 1);
+ YYFPRINTF (stderr, " $%d = ", yyi + 1);
yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
&(yyvsp[(yyi + 1) - (yynrhs)])
);
- fprintf (stderr, "\n");
+ YYFPRINTF (stderr, "\n");
}
}
@@ -1885,10 +1856,8 @@ yydestruct (yymsg, yytype, yyvaluep)
break;
}
}
-
/* Prevent warnings from -Wmissing-prototypes. */
-
#ifdef YYPARSE_PARAM
#if defined __STDC__ || defined __cplusplus
int yyparse (void *YYPARSE_PARAM);
@@ -1907,10 +1876,9 @@ int yyparse ();
-
-/*----------.
-| yyparse. |
-`----------*/
+/*-------------------------.
+| yyparse or yypush_parse. |
+`-------------------------*/
#ifdef YYPARSE_PARAM
#if (defined __STDC__ || defined __C99__FUNC__ \
@@ -1934,74 +1902,75 @@ yyparse ()
#endif
#endif
{
- /* The look-ahead symbol. */
+/* The lookahead symbol. */
int yychar;
-/* The semantic value of the look-ahead symbol. */
+/* The semantic value of the lookahead symbol. */
YYSTYPE yylval;
-/* Number of syntax errors so far. */
-int yynerrs;
+ /* Number of syntax errors so far. */
+ int yynerrs;
- int yystate;
- int yyn;
- int yyresult;
- /* Number of tokens to shift before error messages enabled. */
- int yyerrstatus;
- /* Look-ahead token as an internal (translated) token number. */
- int yytoken = 0;
-#if YYERROR_VERBOSE
- /* Buffer for error messages, and its allocated size. */
- char yymsgbuf[128];
- char *yymsg = yymsgbuf;
- YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
-#endif
+ int yystate;
+ /* Number of tokens to shift before error messages enabled. */
+ int yyerrstatus;
- /* Three stacks and their tools:
- `yyss': related to states,
- `yyvs': related to semantic values,
- `yyls': related to locations.
+ /* The stacks and their tools:
+ `yyss': related to states.
+ `yyvs': related to semantic values.
- Refer to the stacks thru separate pointers, to allow yyoverflow
- to reallocate them elsewhere. */
+ Refer to the stacks thru separate pointers, to allow yyoverflow
+ to reallocate them elsewhere. */
- /* The state stack. */
- yytype_int16 yyssa[YYINITDEPTH];
- yytype_int16 *yyss = yyssa;
- yytype_int16 *yyssp;
+ /* The state stack. */
+ yytype_int16 yyssa[YYINITDEPTH];
+ yytype_int16 *yyss;
+ yytype_int16 *yyssp;
- /* The semantic value stack. */
- YYSTYPE yyvsa[YYINITDEPTH];
- YYSTYPE *yyvs = yyvsa;
- YYSTYPE *yyvsp;
-
-
-
-#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
+ /* The semantic value stack. */
+ YYSTYPE yyvsa[YYINITDEPTH];
+ YYSTYPE *yyvs;
+ YYSTYPE *yyvsp;
- YYSIZE_T yystacksize = YYINITDEPTH;
+ YYSIZE_T yystacksize;
+ int yyn;
+ int yyresult;
+ /* Lookahead token as an internal (translated) token number. */
+ int yytoken;
/* The variables used to return semantic value and location from the
action routines. */
YYSTYPE yyval;
+#if YYERROR_VERBOSE
+ /* Buffer for error messages, and its allocated size. */
+ char yymsgbuf[128];
+ char *yymsg = yymsgbuf;
+ YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
+#endif
+
+#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
/* The number of symbols on the RHS of the reduced rule.
Keep to zero when no symbol should be popped. */
int yylen = 0;
+ yytoken = 0;
+ yyss = yyssa;
+ yyvs = yyvsa;
+ yystacksize = YYINITDEPTH;
+
YYDPRINTF ((stderr, "Starting parse\n"));
yystate = 0;
yyerrstatus = 0;
yynerrs = 0;
- yychar = YYEMPTY; /* Cause a token to be read. */
+ yychar = YYEMPTY; /* Cause a token to be read. */
/* Initialize stack pointers.
Waste one element of value and location stack
so that they stay on the same level as the state stack.
The wasted elements are never initialized. */
-
yyssp = yyss;
yyvsp = yyvs;
@@ -2031,7 +2000,6 @@ int yynerrs;
YYSTYPE *yyvs1 = yyvs;
yytype_int16 *yyss1 = yyss;
-
/* 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
@@ -2039,7 +2007,6 @@ int yynerrs;
yyoverflow (YY_("memory exhausted"),
&yyss1, yysize * sizeof (*yyssp),
&yyvs1, yysize * sizeof (*yyvsp),
-
&yystacksize);
yyss = yyss1;
@@ -2062,9 +2029,8 @@ int yynerrs;
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
if (! yyptr)
goto yyexhaustedlab;
- YYSTACK_RELOCATE (yyss);
- YYSTACK_RELOCATE (yyvs);
-
+ YYSTACK_RELOCATE (yyss_alloc, yyss);
+ YYSTACK_RELOCATE (yyvs_alloc, yyvs);
# undef YYSTACK_RELOCATE
if (yyss1 != yyssa)
YYSTACK_FREE (yyss1);
@@ -2075,7 +2041,6 @@ int yynerrs;
yyssp = yyss + yysize - 1;
yyvsp = yyvs + yysize - 1;
-
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
(unsigned long int) yystacksize));
@@ -2085,6 +2050,9 @@ int yynerrs;
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
+ if (yystate == YYFINAL)
+ YYACCEPT;
+
goto yybackup;
/*-----------.
@@ -2093,16 +2061,16 @@ int yynerrs;
yybackup:
/* Do appropriate processing given the current state. Read a
- look-ahead token if we need one and don't already have one. */
+ lookahead token if we need one and don't already have one. */
- /* First try to decide what to do without reference to look-ahead token. */
+ /* First try to decide what to do without reference to lookahead token. */
yyn = yypact[yystate];
if (yyn == YYPACT_NINF)
goto yydefault;
- /* Not known => get a look-ahead token if don't already have one. */
+ /* Not known => get a lookahead token if don't already have one. */
- /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol. */
+ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */
if (yychar == YYEMPTY)
{
YYDPRINTF ((stderr, "Reading a token: "));
@@ -2134,20 +2102,16 @@ yybackup:
goto yyreduce;
}
- if (yyn == YYFINAL)
- YYACCEPT;
-
/* Count tokens shifted since error; after three, turn off error
status. */
if (yyerrstatus)
yyerrstatus--;
- /* Shift the look-ahead token. */
+ /* Shift the lookahead token. */
YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
- /* Discard the shifted token unless it is eof. */
- if (yychar != YYEOF)
- yychar = YYEMPTY;
+ /* Discard the shifted token. */
+ yychar = YYEMPTY;
yystate = yyn;
*++yyvsp = yylval;
@@ -2187,30 +2151,40 @@ yyreduce:
switch (yyn)
{
case 2:
+
+/* Line 1455 of yacc.c */
#line 89 "Grammar.y"
{
;}
break;
case 3:
+
+/* Line 1455 of yacc.c */
#line 92 "Grammar.y"
{
;}
break;
case 4:
+
+/* Line 1455 of yacc.c */
#line 100 "Grammar.y"
{
;}
break;
case 5:
+
+/* Line 1455 of yacc.c */
#line 103 "Grammar.y"
{
;}
break;
case 6:
+
+/* Line 1455 of yacc.c */
#line 109 "Grammar.y"
{
parser->checkInterrupted();
@@ -2218,6 +2192,8 @@ yyreduce:
break;
case 7:
+
+/* Line 1455 of yacc.c */
#line 118 "Grammar.y"
{
parser->usage();
@@ -2225,6 +2201,8 @@ yyreduce:
break;
case 8:
+
+/* Line 1455 of yacc.c */
#line 122 "Grammar.y"
{
return 0;
@@ -2232,6 +2210,8 @@ yyreduce:
break;
case 9:
+
+/* Line 1455 of yacc.c */
#line 126 "Grammar.y"
{
parser->addApplication((yyvsp[(3) - (4)]));
@@ -2239,6 +2219,8 @@ yyreduce:
break;
case 10:
+
+/* Line 1455 of yacc.c */
#line 130 "Grammar.y"
{
parser->usage("application", "add");
@@ -2246,6 +2228,8 @@ yyreduce:
break;
case 11:
+
+/* Line 1455 of yacc.c */
#line 134 "Grammar.y"
{
parser->removeApplication((yyvsp[(3) - (4)]));
@@ -2253,6 +2237,8 @@ yyreduce:
break;
case 12:
+
+/* Line 1455 of yacc.c */
#line 138 "Grammar.y"
{
parser->usage("application", "remove");
@@ -2260,6 +2246,8 @@ yyreduce:
break;
case 13:
+
+/* Line 1455 of yacc.c */
#line 142 "Grammar.y"
{
parser->diffApplication((yyvsp[(3) - (4)]));
@@ -2267,6 +2255,8 @@ yyreduce:
break;
case 14:
+
+/* Line 1455 of yacc.c */
#line 146 "Grammar.y"
{
parser->usage("application", "diff");
@@ -2274,6 +2264,8 @@ yyreduce:
break;
case 15:
+
+/* Line 1455 of yacc.c */
#line 150 "Grammar.y"
{
parser->updateApplication((yyvsp[(3) - (4)]));
@@ -2281,6 +2273,8 @@ yyreduce:
break;
case 16:
+
+/* Line 1455 of yacc.c */
#line 154 "Grammar.y"
{
parser->usage("application", "update");
@@ -2288,6 +2282,8 @@ yyreduce:
break;
case 17:
+
+/* Line 1455 of yacc.c */
#line 158 "Grammar.y"
{
parser->describeApplication((yyvsp[(3) - (4)]));
@@ -2295,6 +2291,8 @@ yyreduce:
break;
case 18:
+
+/* Line 1455 of yacc.c */
#line 162 "Grammar.y"
{
parser->usage("application", "describe");
@@ -2302,6 +2300,8 @@ yyreduce:
break;
case 19:
+
+/* Line 1455 of yacc.c */
#line 166 "Grammar.y"
{
parser->patchApplication((yyvsp[(3) - (4)]));
@@ -2309,6 +2309,8 @@ yyreduce:
break;
case 20:
+
+/* Line 1455 of yacc.c */
#line 170 "Grammar.y"
{
parser->usage("application", "patch");
@@ -2316,6 +2318,8 @@ yyreduce:
break;
case 21:
+
+/* Line 1455 of yacc.c */
#line 174 "Grammar.y"
{
parser->listAllApplications((yyvsp[(3) - (4)]));
@@ -2323,6 +2327,8 @@ yyreduce:
break;
case 22:
+
+/* Line 1455 of yacc.c */
#line 178 "Grammar.y"
{
parser->usage("application", "list");
@@ -2330,6 +2336,8 @@ yyreduce:
break;
case 23:
+
+/* Line 1455 of yacc.c */
#line 182 "Grammar.y"
{
parser->describeServerTemplate((yyvsp[(4) - (5)]));
@@ -2337,6 +2345,8 @@ yyreduce:
break;
case 24:
+
+/* Line 1455 of yacc.c */
#line 186 "Grammar.y"
{
parser->usage("server template", "describe");
@@ -2344,6 +2354,8 @@ yyreduce:
break;
case 25:
+
+/* Line 1455 of yacc.c */
#line 190 "Grammar.y"
{
parser->instantiateServerTemplate((yyvsp[(4) - (5)]));
@@ -2351,6 +2363,8 @@ yyreduce:
break;
case 26:
+
+/* Line 1455 of yacc.c */
#line 194 "Grammar.y"
{
parser->usage("server template", "instantiate");
@@ -2358,6 +2372,8 @@ yyreduce:
break;
case 27:
+
+/* Line 1455 of yacc.c */
#line 198 "Grammar.y"
{
parser->usage("server template");
@@ -2365,6 +2381,8 @@ yyreduce:
break;
case 28:
+
+/* Line 1455 of yacc.c */
#line 202 "Grammar.y"
{
parser->describeServiceTemplate((yyvsp[(4) - (5)]));
@@ -2372,6 +2390,8 @@ yyreduce:
break;
case 29:
+
+/* Line 1455 of yacc.c */
#line 206 "Grammar.y"
{
parser->usage("service template", "describe");
@@ -2379,6 +2399,8 @@ yyreduce:
break;
case 30:
+
+/* Line 1455 of yacc.c */
#line 210 "Grammar.y"
{
parser->usage("service template");
@@ -2386,6 +2408,8 @@ yyreduce:
break;
case 31:
+
+/* Line 1455 of yacc.c */
#line 214 "Grammar.y"
{
parser->describeNode((yyvsp[(3) - (4)]));
@@ -2393,6 +2417,8 @@ yyreduce:
break;
case 32:
+
+/* Line 1455 of yacc.c */
#line 218 "Grammar.y"
{
parser->usage("node", "describe");
@@ -2400,6 +2426,8 @@ yyreduce:
break;
case 33:
+
+/* Line 1455 of yacc.c */
#line 222 "Grammar.y"
{
parser->pingNode((yyvsp[(3) - (4)]));
@@ -2407,6 +2435,8 @@ yyreduce:
break;
case 34:
+
+/* Line 1455 of yacc.c */
#line 226 "Grammar.y"
{
parser->usage("node", "ping");
@@ -2414,6 +2444,8 @@ yyreduce:
break;
case 35:
+
+/* Line 1455 of yacc.c */
#line 230 "Grammar.y"
{
parser->printLoadNode((yyvsp[(3) - (4)]));
@@ -2421,6 +2453,8 @@ yyreduce:
break;
case 36:
+
+/* Line 1455 of yacc.c */
#line 234 "Grammar.y"
{
parser->usage("node", "load");
@@ -2428,6 +2462,8 @@ yyreduce:
break;
case 37:
+
+/* Line 1455 of yacc.c */
#line 238 "Grammar.y"
{
parser->printNodeProcessorSockets((yyvsp[(3) - (4)]));
@@ -2435,6 +2471,8 @@ yyreduce:
break;
case 38:
+
+/* Line 1455 of yacc.c */
#line 242 "Grammar.y"
{
parser->usage("node", "sockets");
@@ -2442,6 +2480,8 @@ yyreduce:
break;
case 39:
+
+/* Line 1455 of yacc.c */
#line 246 "Grammar.y"
{
parser->shutdownNode((yyvsp[(3) - (4)]));
@@ -2449,6 +2489,8 @@ yyreduce:
break;
case 40:
+
+/* Line 1455 of yacc.c */
#line 250 "Grammar.y"
{
parser->usage("node", "shutdown");
@@ -2456,6 +2498,8 @@ yyreduce:
break;
case 41:
+
+/* Line 1455 of yacc.c */
#line 254 "Grammar.y"
{
parser->listAllNodes((yyvsp[(3) - (4)]));
@@ -2463,6 +2507,8 @@ yyreduce:
break;
case 42:
+
+/* Line 1455 of yacc.c */
#line 258 "Grammar.y"
{
parser->usage("node", "list");
@@ -2470,6 +2516,8 @@ yyreduce:
break;
case 43:
+
+/* Line 1455 of yacc.c */
#line 262 "Grammar.y"
{
parser->showFile("node", (yyvsp[(3) - (4)]));
@@ -2477,6 +2525,8 @@ yyreduce:
break;
case 44:
+
+/* Line 1455 of yacc.c */
#line 266 "Grammar.y"
{
parser->usage("node", "show");
@@ -2484,6 +2534,8 @@ yyreduce:
break;
case 45:
+
+/* Line 1455 of yacc.c */
#line 270 "Grammar.y"
{
parser->describeRegistry((yyvsp[(3) - (4)]));
@@ -2491,6 +2543,8 @@ yyreduce:
break;
case 46:
+
+/* Line 1455 of yacc.c */
#line 274 "Grammar.y"
{
parser->usage("registry", "describe");
@@ -2498,6 +2552,8 @@ yyreduce:
break;
case 47:
+
+/* Line 1455 of yacc.c */
#line 278 "Grammar.y"
{
parser->pingRegistry((yyvsp[(3) - (4)]));
@@ -2505,6 +2561,8 @@ yyreduce:
break;
case 48:
+
+/* Line 1455 of yacc.c */
#line 282 "Grammar.y"
{
parser->usage("registry", "ping");
@@ -2512,6 +2570,8 @@ yyreduce:
break;
case 49:
+
+/* Line 1455 of yacc.c */
#line 286 "Grammar.y"
{
parser->shutdownRegistry((yyvsp[(3) - (4)]));
@@ -2519,6 +2579,8 @@ yyreduce:
break;
case 50:
+
+/* Line 1455 of yacc.c */
#line 290 "Grammar.y"
{
parser->usage("registry", "shutdown");
@@ -2526,6 +2588,8 @@ yyreduce:
break;
case 51:
+
+/* Line 1455 of yacc.c */
#line 294 "Grammar.y"
{
parser->listAllRegistries((yyvsp[(3) - (4)]));
@@ -2533,6 +2597,8 @@ yyreduce:
break;
case 52:
+
+/* Line 1455 of yacc.c */
#line 298 "Grammar.y"
{
parser->usage("registry", "list");
@@ -2540,6 +2606,8 @@ yyreduce:
break;
case 53:
+
+/* Line 1455 of yacc.c */
#line 302 "Grammar.y"
{
parser->showFile("registry", (yyvsp[(3) - (4)]));
@@ -2547,6 +2615,8 @@ yyreduce:
break;
case 54:
+
+/* Line 1455 of yacc.c */
#line 306 "Grammar.y"
{
parser->usage("registry", "show");
@@ -2554,6 +2624,8 @@ yyreduce:
break;
case 55:
+
+/* Line 1455 of yacc.c */
#line 310 "Grammar.y"
{
parser->removeServer((yyvsp[(3) - (4)]));
@@ -2561,6 +2633,8 @@ yyreduce:
break;
case 56:
+
+/* Line 1455 of yacc.c */
#line 314 "Grammar.y"
{
parser->usage("server", "remove");
@@ -2568,6 +2642,8 @@ yyreduce:
break;
case 57:
+
+/* Line 1455 of yacc.c */
#line 318 "Grammar.y"
{
parser->describeServer((yyvsp[(3) - (4)]));
@@ -2575,6 +2651,8 @@ yyreduce:
break;
case 58:
+
+/* Line 1455 of yacc.c */
#line 322 "Grammar.y"
{
parser->usage("server", "describe");
@@ -2582,6 +2660,8 @@ yyreduce:
break;
case 59:
+
+/* Line 1455 of yacc.c */
#line 326 "Grammar.y"
{
parser->startServer((yyvsp[(3) - (4)]));
@@ -2589,6 +2669,8 @@ yyreduce:
break;
case 60:
+
+/* Line 1455 of yacc.c */
#line 330 "Grammar.y"
{
parser->usage("server", "start");
@@ -2596,6 +2678,8 @@ yyreduce:
break;
case 61:
+
+/* Line 1455 of yacc.c */
#line 334 "Grammar.y"
{
parser->stopServer((yyvsp[(3) - (4)]));
@@ -2603,6 +2687,8 @@ yyreduce:
break;
case 62:
+
+/* Line 1455 of yacc.c */
#line 338 "Grammar.y"
{
parser->usage("server", "stop");
@@ -2610,6 +2696,8 @@ yyreduce:
break;
case 63:
+
+/* Line 1455 of yacc.c */
#line 342 "Grammar.y"
{
parser->patchServer((yyvsp[(3) - (4)]));
@@ -2617,6 +2705,8 @@ yyreduce:
break;
case 64:
+
+/* Line 1455 of yacc.c */
#line 346 "Grammar.y"
{
parser->usage("server", "patch");
@@ -2624,6 +2714,8 @@ yyreduce:
break;
case 65:
+
+/* Line 1455 of yacc.c */
#line 350 "Grammar.y"
{
parser->signalServer((yyvsp[(3) - (4)]));
@@ -2631,6 +2723,8 @@ yyreduce:
break;
case 66:
+
+/* Line 1455 of yacc.c */
#line 354 "Grammar.y"
{
parser->usage("server", "signal");
@@ -2638,6 +2732,8 @@ yyreduce:
break;
case 67:
+
+/* Line 1455 of yacc.c */
#line 358 "Grammar.y"
{
parser->writeMessage((yyvsp[(3) - (4)]), 1);
@@ -2645,6 +2741,8 @@ yyreduce:
break;
case 68:
+
+/* Line 1455 of yacc.c */
#line 362 "Grammar.y"
{
parser->usage("server", "stdout");
@@ -2652,6 +2750,8 @@ yyreduce:
break;
case 69:
+
+/* Line 1455 of yacc.c */
#line 366 "Grammar.y"
{
parser->writeMessage((yyvsp[(3) - (4)]), 2);
@@ -2659,6 +2759,8 @@ yyreduce:
break;
case 70:
+
+/* Line 1455 of yacc.c */
#line 370 "Grammar.y"
{
parser->usage("server", "stderr");
@@ -2666,6 +2768,8 @@ yyreduce:
break;
case 71:
+
+/* Line 1455 of yacc.c */
#line 374 "Grammar.y"
{
parser->stateServer((yyvsp[(3) - (4)]));
@@ -2673,6 +2777,8 @@ yyreduce:
break;
case 72:
+
+/* Line 1455 of yacc.c */
#line 378 "Grammar.y"
{
parser->usage("server", "start");
@@ -2680,6 +2786,8 @@ yyreduce:
break;
case 73:
+
+/* Line 1455 of yacc.c */
#line 382 "Grammar.y"
{
parser->pidServer((yyvsp[(3) - (4)]));
@@ -2687,6 +2795,8 @@ yyreduce:
break;
case 74:
+
+/* Line 1455 of yacc.c */
#line 386 "Grammar.y"
{
parser->usage("server", "pid");
@@ -2694,6 +2804,8 @@ yyreduce:
break;
case 75:
+
+/* Line 1455 of yacc.c */
#line 390 "Grammar.y"
{
parser->propertiesServer((yyvsp[(3) - (4)]), false);
@@ -2701,6 +2813,8 @@ yyreduce:
break;
case 76:
+
+/* Line 1455 of yacc.c */
#line 394 "Grammar.y"
{
parser->usage("server", "properties");
@@ -2708,6 +2822,8 @@ yyreduce:
break;
case 77:
+
+/* Line 1455 of yacc.c */
#line 398 "Grammar.y"
{
parser->propertiesServer((yyvsp[(3) - (4)]), true);
@@ -2715,6 +2831,8 @@ yyreduce:
break;
case 78:
+
+/* Line 1455 of yacc.c */
#line 402 "Grammar.y"
{
parser->usage("server", "property");
@@ -2722,6 +2840,8 @@ yyreduce:
break;
case 79:
+
+/* Line 1455 of yacc.c */
#line 406 "Grammar.y"
{
parser->enableServer((yyvsp[(3) - (4)]), true);
@@ -2729,6 +2849,8 @@ yyreduce:
break;
case 80:
+
+/* Line 1455 of yacc.c */
#line 410 "Grammar.y"
{
parser->usage("server", "enable");
@@ -2736,6 +2858,8 @@ yyreduce:
break;
case 81:
+
+/* Line 1455 of yacc.c */
#line 414 "Grammar.y"
{
parser->enableServer((yyvsp[(3) - (4)]), false);
@@ -2743,6 +2867,8 @@ yyreduce:
break;
case 82:
+
+/* Line 1455 of yacc.c */
#line 418 "Grammar.y"
{
parser->usage("server", "disable");
@@ -2750,6 +2876,8 @@ yyreduce:
break;
case 83:
+
+/* Line 1455 of yacc.c */
#line 422 "Grammar.y"
{
parser->listAllServers((yyvsp[(3) - (4)]));
@@ -2757,6 +2885,8 @@ yyreduce:
break;
case 84:
+
+/* Line 1455 of yacc.c */
#line 426 "Grammar.y"
{
parser->usage("server", "list");
@@ -2764,6 +2894,8 @@ yyreduce:
break;
case 85:
+
+/* Line 1455 of yacc.c */
#line 430 "Grammar.y"
{
parser->showFile("server", (yyvsp[(3) - (4)]));
@@ -2771,6 +2903,8 @@ yyreduce:
break;
case 86:
+
+/* Line 1455 of yacc.c */
#line 434 "Grammar.y"
{
parser->usage("server", "show");
@@ -2778,6 +2912,8 @@ yyreduce:
break;
case 87:
+
+/* Line 1455 of yacc.c */
#line 438 "Grammar.y"
{
parser->startService((yyvsp[(3) - (4)]));
@@ -2785,6 +2921,8 @@ yyreduce:
break;
case 88:
+
+/* Line 1455 of yacc.c */
#line 442 "Grammar.y"
{
parser->usage("service", "start");
@@ -2792,6 +2930,8 @@ yyreduce:
break;
case 89:
+
+/* Line 1455 of yacc.c */
#line 446 "Grammar.y"
{
parser->stopService((yyvsp[(3) - (4)]));
@@ -2799,6 +2939,8 @@ yyreduce:
break;
case 90:
+
+/* Line 1455 of yacc.c */
#line 450 "Grammar.y"
{
parser->usage("service", "stop");
@@ -2806,6 +2948,8 @@ yyreduce:
break;
case 91:
+
+/* Line 1455 of yacc.c */
#line 454 "Grammar.y"
{
parser->describeService((yyvsp[(3) - (4)]));
@@ -2813,6 +2957,8 @@ yyreduce:
break;
case 92:
+
+/* Line 1455 of yacc.c */
#line 458 "Grammar.y"
{
parser->usage("service", "describe");
@@ -2820,6 +2966,8 @@ yyreduce:
break;
case 93:
+
+/* Line 1455 of yacc.c */
#line 462 "Grammar.y"
{
parser->propertiesService((yyvsp[(3) - (4)]), false);
@@ -2827,6 +2975,8 @@ yyreduce:
break;
case 94:
+
+/* Line 1455 of yacc.c */
#line 466 "Grammar.y"
{
parser->usage("service", "properties");
@@ -2834,6 +2984,8 @@ yyreduce:
break;
case 95:
+
+/* Line 1455 of yacc.c */
#line 470 "Grammar.y"
{
parser->propertiesService((yyvsp[(3) - (4)]), true);
@@ -2841,6 +2993,8 @@ yyreduce:
break;
case 96:
+
+/* Line 1455 of yacc.c */
#line 474 "Grammar.y"
{
parser->usage("service", "property");
@@ -2848,6 +3002,8 @@ yyreduce:
break;
case 97:
+
+/* Line 1455 of yacc.c */
#line 478 "Grammar.y"
{
parser->listServices((yyvsp[(3) - (4)]));
@@ -2855,6 +3011,8 @@ yyreduce:
break;
case 98:
+
+/* Line 1455 of yacc.c */
#line 482 "Grammar.y"
{
parser->usage("service", "list");
@@ -2862,6 +3020,8 @@ yyreduce:
break;
case 99:
+
+/* Line 1455 of yacc.c */
#line 486 "Grammar.y"
{
parser->endpointsAdapter((yyvsp[(3) - (4)]));
@@ -2869,6 +3029,8 @@ yyreduce:
break;
case 100:
+
+/* Line 1455 of yacc.c */
#line 490 "Grammar.y"
{
parser->usage("adapter", "endpoints");
@@ -2876,6 +3038,8 @@ yyreduce:
break;
case 101:
+
+/* Line 1455 of yacc.c */
#line 494 "Grammar.y"
{
parser->removeAdapter((yyvsp[(3) - (4)]));
@@ -2883,6 +3047,8 @@ yyreduce:
break;
case 102:
+
+/* Line 1455 of yacc.c */
#line 498 "Grammar.y"
{
parser->usage("adapter", "remove");
@@ -2890,6 +3056,8 @@ yyreduce:
break;
case 103:
+
+/* Line 1455 of yacc.c */
#line 502 "Grammar.y"
{
parser->listAllAdapters((yyvsp[(3) - (4)]));
@@ -2897,6 +3065,8 @@ yyreduce:
break;
case 104:
+
+/* Line 1455 of yacc.c */
#line 506 "Grammar.y"
{
parser->usage("adapter", "list");
@@ -2904,6 +3074,8 @@ yyreduce:
break;
case 105:
+
+/* Line 1455 of yacc.c */
#line 510 "Grammar.y"
{
parser->addObject((yyvsp[(3) - (4)]));
@@ -2911,6 +3083,8 @@ yyreduce:
break;
case 106:
+
+/* Line 1455 of yacc.c */
#line 514 "Grammar.y"
{
parser->usage("object", "add");
@@ -2918,6 +3092,8 @@ yyreduce:
break;
case 107:
+
+/* Line 1455 of yacc.c */
#line 518 "Grammar.y"
{
parser->removeObject((yyvsp[(3) - (4)]));
@@ -2925,6 +3101,8 @@ yyreduce:
break;
case 108:
+
+/* Line 1455 of yacc.c */
#line 522 "Grammar.y"
{
parser->usage("object", "remove");
@@ -2932,6 +3110,8 @@ yyreduce:
break;
case 109:
+
+/* Line 1455 of yacc.c */
#line 526 "Grammar.y"
{
parser->findObject((yyvsp[(3) - (4)]));
@@ -2939,6 +3119,8 @@ yyreduce:
break;
case 110:
+
+/* Line 1455 of yacc.c */
#line 530 "Grammar.y"
{
parser->usage("object", "find");
@@ -2946,6 +3128,8 @@ yyreduce:
break;
case 111:
+
+/* Line 1455 of yacc.c */
#line 534 "Grammar.y"
{
parser->listObject((yyvsp[(3) - (4)]));
@@ -2953,6 +3137,8 @@ yyreduce:
break;
case 112:
+
+/* Line 1455 of yacc.c */
#line 538 "Grammar.y"
{
parser->usage("object", "list");
@@ -2960,6 +3146,8 @@ yyreduce:
break;
case 113:
+
+/* Line 1455 of yacc.c */
#line 542 "Grammar.y"
{
parser->describeObject((yyvsp[(3) - (4)]));
@@ -2967,6 +3155,8 @@ yyreduce:
break;
case 114:
+
+/* Line 1455 of yacc.c */
#line 546 "Grammar.y"
{
parser->usage("object", "describe");
@@ -2974,6 +3164,8 @@ yyreduce:
break;
case 115:
+
+/* Line 1455 of yacc.c */
#line 550 "Grammar.y"
{
parser->showCopying();
@@ -2981,6 +3173,8 @@ yyreduce:
break;
case 116:
+
+/* Line 1455 of yacc.c */
#line 554 "Grammar.y"
{
parser->showWarranty();
@@ -2988,6 +3182,8 @@ yyreduce:
break;
case 117:
+
+/* Line 1455 of yacc.c */
#line 558 "Grammar.y"
{
parser->usage((yyvsp[(2) - (3)]).front());
@@ -2995,6 +3191,8 @@ yyreduce:
break;
case 118:
+
+/* Line 1455 of yacc.c */
#line 562 "Grammar.y"
{
if(((yyvsp[(2) - (4)]).front() == "server" || (yyvsp[(2) - (4)]).front() == "service") && (yyvsp[(3) - (4)]).front() == "template")
@@ -3009,6 +3207,8 @@ yyreduce:
break;
case 119:
+
+/* Line 1455 of yacc.c */
#line 573 "Grammar.y"
{
parser->usage((yyvsp[(2) - (5)]).front(), (yyvsp[(3) - (5)]).front());
@@ -3016,6 +3216,8 @@ yyreduce:
break;
case 120:
+
+/* Line 1455 of yacc.c */
#line 577 "Grammar.y"
{
if(((yyvsp[(2) - (5)]).front() == "server" || (yyvsp[(2) - (5)]).front() == "service") && (yyvsp[(3) - (5)]).front() == "template")
@@ -3030,6 +3232,8 @@ yyreduce:
break;
case 121:
+
+/* Line 1455 of yacc.c */
#line 588 "Grammar.y"
{
if(((yyvsp[(2) - (6)]).front() == "server" || (yyvsp[(2) - (6)]).front() == "service") && (yyvsp[(3) - (6)]).front() == "template")
@@ -3044,6 +3248,8 @@ yyreduce:
break;
case 122:
+
+/* Line 1455 of yacc.c */
#line 599 "Grammar.y"
{
parser->usage((yyvsp[(2) - (4)]).front());
@@ -3051,6 +3257,8 @@ yyreduce:
break;
case 123:
+
+/* Line 1455 of yacc.c */
#line 603 "Grammar.y"
{
parser->usage();
@@ -3058,6 +3266,8 @@ yyreduce:
break;
case 124:
+
+/* Line 1455 of yacc.c */
#line 607 "Grammar.y"
{
parser->usage((yyvsp[(1) - (3)]).front());
@@ -3065,6 +3275,8 @@ yyreduce:
break;
case 125:
+
+/* Line 1455 of yacc.c */
#line 611 "Grammar.y"
{
(yyvsp[(1) - (4)]).push_back((yyvsp[(2) - (4)]).front());
@@ -3074,6 +3286,8 @@ yyreduce:
break;
case 126:
+
+/* Line 1455 of yacc.c */
#line 617 "Grammar.y"
{
parser->invalidCommand((yyvsp[(1) - (3)]));
@@ -3082,6 +3296,8 @@ yyreduce:
break;
case 127:
+
+/* Line 1455 of yacc.c */
#line 622 "Grammar.y"
{
parser->invalidCommand((yyvsp[(1) - (3)]));
@@ -3090,6 +3306,8 @@ yyreduce:
break;
case 128:
+
+/* Line 1455 of yacc.c */
#line 627 "Grammar.y"
{
yyerrok;
@@ -3097,12 +3315,16 @@ yyreduce:
break;
case 129:
+
+/* Line 1455 of yacc.c */
#line 631 "Grammar.y"
{
;}
break;
case 130:
+
+/* Line 1455 of yacc.c */
#line 640 "Grammar.y"
{
(yyval) = (yyvsp[(2) - (2)]);
@@ -3111,6 +3333,8 @@ yyreduce:
break;
case 131:
+
+/* Line 1455 of yacc.c */
#line 645 "Grammar.y"
{
(yyval) = (yyvsp[(2) - (2)]);
@@ -3119,6 +3343,8 @@ yyreduce:
break;
case 132:
+
+/* Line 1455 of yacc.c */
#line 650 "Grammar.y"
{
(yyval) = (yyvsp[(2) - (3)]);
@@ -3128,6 +3354,8 @@ yyreduce:
break;
case 133:
+
+/* Line 1455 of yacc.c */
#line 656 "Grammar.y"
{
(yyval) = (yyvsp[(2) - (3)]);
@@ -3137,6 +3365,8 @@ yyreduce:
break;
case 134:
+
+/* Line 1455 of yacc.c */
#line 662 "Grammar.y"
{
(yyval) = YYSTYPE();
@@ -3144,236 +3374,313 @@ yyreduce:
break;
case 135:
+
+/* Line 1455 of yacc.c */
#line 671 "Grammar.y"
{
;}
break;
case 136:
+
+/* Line 1455 of yacc.c */
#line 674 "Grammar.y"
{
;}
break;
case 137:
+
+/* Line 1455 of yacc.c */
#line 677 "Grammar.y"
{
;}
break;
case 138:
+
+/* Line 1455 of yacc.c */
#line 680 "Grammar.y"
{
;}
break;
case 139:
+
+/* Line 1455 of yacc.c */
#line 683 "Grammar.y"
{
;}
break;
case 140:
+
+/* Line 1455 of yacc.c */
#line 686 "Grammar.y"
{
;}
break;
case 141:
+
+/* Line 1455 of yacc.c */
#line 689 "Grammar.y"
{
;}
break;
case 142:
+
+/* Line 1455 of yacc.c */
#line 692 "Grammar.y"
{
;}
break;
case 143:
+
+/* Line 1455 of yacc.c */
#line 695 "Grammar.y"
{
;}
break;
case 144:
+
+/* Line 1455 of yacc.c */
#line 698 "Grammar.y"
{
;}
break;
case 145:
+
+/* Line 1455 of yacc.c */
#line 701 "Grammar.y"
{
;}
break;
case 146:
+
+/* Line 1455 of yacc.c */
#line 704 "Grammar.y"
{
;}
break;
case 147:
+
+/* Line 1455 of yacc.c */
#line 707 "Grammar.y"
{
;}
break;
case 148:
+
+/* Line 1455 of yacc.c */
#line 710 "Grammar.y"
{
;}
break;
case 149:
+
+/* Line 1455 of yacc.c */
#line 713 "Grammar.y"
{
;}
break;
case 150:
+
+/* Line 1455 of yacc.c */
#line 716 "Grammar.y"
{
;}
break;
case 151:
+
+/* Line 1455 of yacc.c */
#line 719 "Grammar.y"
{
;}
break;
case 152:
+
+/* Line 1455 of yacc.c */
#line 722 "Grammar.y"
{
;}
break;
case 153:
+
+/* Line 1455 of yacc.c */
#line 725 "Grammar.y"
{
;}
break;
case 154:
+
+/* Line 1455 of yacc.c */
#line 728 "Grammar.y"
{
;}
break;
case 155:
+
+/* Line 1455 of yacc.c */
#line 731 "Grammar.y"
{
;}
break;
case 156:
+
+/* Line 1455 of yacc.c */
#line 734 "Grammar.y"
{
;}
break;
case 157:
+
+/* Line 1455 of yacc.c */
#line 737 "Grammar.y"
{
;}
break;
case 158:
+
+/* Line 1455 of yacc.c */
#line 740 "Grammar.y"
{
;}
break;
case 159:
+
+/* Line 1455 of yacc.c */
#line 743 "Grammar.y"
{
;}
break;
case 160:
+
+/* Line 1455 of yacc.c */
#line 746 "Grammar.y"
{
;}
break;
case 161:
+
+/* Line 1455 of yacc.c */
#line 749 "Grammar.y"
{
;}
break;
case 162:
+
+/* Line 1455 of yacc.c */
#line 752 "Grammar.y"
{
;}
break;
case 163:
+
+/* Line 1455 of yacc.c */
#line 755 "Grammar.y"
{
;}
break;
case 164:
+
+/* Line 1455 of yacc.c */
#line 758 "Grammar.y"
{
;}
break;
case 165:
+
+/* Line 1455 of yacc.c */
#line 761 "Grammar.y"
{
;}
break;
case 166:
+
+/* Line 1455 of yacc.c */
#line 764 "Grammar.y"
{
;}
break;
case 167:
+
+/* Line 1455 of yacc.c */
#line 767 "Grammar.y"
{
;}
break;
case 168:
+
+/* Line 1455 of yacc.c */
#line 770 "Grammar.y"
{
;}
break;
case 169:
+
+/* Line 1455 of yacc.c */
#line 773 "Grammar.y"
{
;}
break;
case 170:
+
+/* Line 1455 of yacc.c */
#line 776 "Grammar.y"
{
;}
break;
case 171:
+
+/* Line 1455 of yacc.c */
#line 779 "Grammar.y"
{
;}
break;
case 172:
+
+/* Line 1455 of yacc.c */
#line 782 "Grammar.y"
{
;}
break;
-/* Line 1267 of yacc.c. */
-#line 3377 "Grammar.tab.c"
+
+/* Line 1455 of yacc.c */
+#line 3684 "Grammar.tab.c"
default: break;
}
YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
@@ -3384,7 +3691,6 @@ yyreduce:
*++yyvsp = yyval;
-
/* 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. */
@@ -3449,7 +3755,7 @@ yyerrlab:
if (yyerrstatus == 3)
{
- /* If just tried and failed to reuse look-ahead token after an
+ /* If just tried and failed to reuse lookahead token after an
error, discard it. */
if (yychar <= YYEOF)
@@ -3466,7 +3772,7 @@ yyerrlab:
}
}
- /* Else will try to reuse look-ahead token after shifting the error
+ /* Else will try to reuse lookahead token after shifting the error
token. */
goto yyerrlab1;
@@ -3523,9 +3829,6 @@ yyerrlab1:
YY_STACK_PRINT (yyss, yyssp);
}
- if (yyn == YYFINAL)
- YYACCEPT;
-
*++yyvsp = yylval;
@@ -3550,7 +3853,7 @@ yyabortlab:
yyresult = 1;
goto yyreturn;
-#ifndef yyoverflow
+#if !defined(yyoverflow) || YYERROR_VERBOSE
/*-------------------------------------------------.
| yyexhaustedlab -- memory exhaustion comes here. |
`-------------------------------------------------*/
@@ -3561,7 +3864,7 @@ yyexhaustedlab:
#endif
yyreturn:
- if (yychar != YYEOF && yychar != YYEMPTY)
+ if (yychar != YYEMPTY)
yydestruct ("Cleanup: discarding lookahead",
yytoken, &yylval);
/* Do not reclaim the symbols of the rule which action triggered