4611 lines
191 KiB
C++
4611 lines
191 KiB
C++
// A Bison parser, made by GNU Bison 3.7.5.
|
|
|
|
// Skeleton implementation for Bison LALR(1) parsers in C++
|
|
|
|
// Copyright (C) 2002-2015, 2018-2021 Free Software Foundation, Inc.
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 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, 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
|
|
// under terms of your choice, so long as that work isn't itself a
|
|
// parser generator using the skeleton or a modified version thereof
|
|
// as a parser skeleton. Alternatively, if you modify or redistribute
|
|
// the parser skeleton itself, you may (at your option) remove this
|
|
// 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.
|
|
|
|
// DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
|
|
// especially those whose name start with YY_ or yy_. They are
|
|
// private implementation details that can be changed or removed.
|
|
|
|
// "%code top" blocks.
|
|
#line 40 "parser.ypp"
|
|
|
|
#include "stdafx.hpp"
|
|
#include "parser.hpp"
|
|
#include "lexer.hpp"
|
|
using namespace xsk::gsc;
|
|
xsk::gsc::iw8::parser::symbol_type IW8lex(yyscan_t yyscanner, xsk::gsc::context* ctx);
|
|
|
|
#line 47 "parser.cpp"
|
|
|
|
// Take the name prefix into account.
|
|
#define yylex IW8lex
|
|
|
|
|
|
|
|
#include "parser.hpp"
|
|
|
|
|
|
|
|
|
|
#ifndef YY_
|
|
# if defined YYENABLE_NLS && YYENABLE_NLS
|
|
# if ENABLE_NLS
|
|
# include <libintl.h> // FIXME: INFRINGES ON USER NAME SPACE.
|
|
# define YY_(msgid) dgettext ("bison-runtime", msgid)
|
|
# endif
|
|
# endif
|
|
# ifndef YY_
|
|
# define YY_(msgid) msgid
|
|
# endif
|
|
#endif
|
|
|
|
|
|
// Whether we are compiled with exception support.
|
|
#ifndef YY_EXCEPTIONS
|
|
# if defined __GNUC__ && !defined __EXCEPTIONS
|
|
# define YY_EXCEPTIONS 0
|
|
# else
|
|
# define YY_EXCEPTIONS 1
|
|
# endif
|
|
#endif
|
|
|
|
#define YYRHSLOC(Rhs, K) ((Rhs)[K].location)
|
|
/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
|
|
If N is 0, then set CURRENT to the empty location which ends
|
|
the previous symbol: RHS[0] (always defined). */
|
|
|
|
# ifndef YYLLOC_DEFAULT
|
|
# define YYLLOC_DEFAULT(Current, Rhs, N) \
|
|
do \
|
|
if (N) \
|
|
{ \
|
|
(Current).begin = YYRHSLOC (Rhs, 1).begin; \
|
|
(Current).end = YYRHSLOC (Rhs, N).end; \
|
|
} \
|
|
else \
|
|
{ \
|
|
(Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
|
|
} \
|
|
while (false)
|
|
# endif
|
|
|
|
|
|
// Enable debugging if requested.
|
|
#if IW8DEBUG
|
|
|
|
// A pseudo ostream that takes yydebug_ into account.
|
|
# define YYCDEBUG if (yydebug_) (*yycdebug_)
|
|
|
|
# define YY_SYMBOL_PRINT(Title, Symbol) \
|
|
do { \
|
|
if (yydebug_) \
|
|
{ \
|
|
*yycdebug_ << Title << ' '; \
|
|
yy_print_ (*yycdebug_, Symbol); \
|
|
*yycdebug_ << '\n'; \
|
|
} \
|
|
} while (false)
|
|
|
|
# define YY_REDUCE_PRINT(Rule) \
|
|
do { \
|
|
if (yydebug_) \
|
|
yy_reduce_print_ (Rule); \
|
|
} while (false)
|
|
|
|
# define YY_STACK_PRINT() \
|
|
do { \
|
|
if (yydebug_) \
|
|
yy_stack_print_ (); \
|
|
} while (false)
|
|
|
|
#else // !IW8DEBUG
|
|
|
|
# define YYCDEBUG if (false) std::cerr
|
|
# define YY_SYMBOL_PRINT(Title, Symbol) YY_USE (Symbol)
|
|
# define YY_REDUCE_PRINT(Rule) static_cast<void> (0)
|
|
# define YY_STACK_PRINT() static_cast<void> (0)
|
|
|
|
#endif // !IW8DEBUG
|
|
|
|
#define yyerrok (yyerrstatus_ = 0)
|
|
#define yyclearin (yyla.clear ())
|
|
|
|
#define YYACCEPT goto yyacceptlab
|
|
#define YYABORT goto yyabortlab
|
|
#define YYERROR goto yyerrorlab
|
|
#define YYRECOVERING() (!!yyerrstatus_)
|
|
|
|
#line 13 "parser.ypp"
|
|
namespace xsk { namespace gsc { namespace iw8 {
|
|
#line 149 "parser.cpp"
|
|
|
|
/// Build a parser object.
|
|
parser::parser (yyscan_t yyscanner_yyarg, xsk::gsc::context* ctx_yyarg, xsk::gsc::ast::program::ptr& ast_yyarg)
|
|
#if IW8DEBUG
|
|
: yydebug_ (false),
|
|
yycdebug_ (&std::cerr),
|
|
#else
|
|
:
|
|
#endif
|
|
yy_lac_established_ (false),
|
|
yyscanner (yyscanner_yyarg),
|
|
ctx (ctx_yyarg),
|
|
ast (ast_yyarg)
|
|
{}
|
|
|
|
parser::~parser ()
|
|
{}
|
|
|
|
parser::syntax_error::~syntax_error () YY_NOEXCEPT YY_NOTHROW
|
|
{}
|
|
|
|
/*---------------.
|
|
| symbol kinds. |
|
|
`---------------*/
|
|
|
|
|
|
|
|
// by_state.
|
|
parser::by_state::by_state () YY_NOEXCEPT
|
|
: state (empty_state)
|
|
{}
|
|
|
|
parser::by_state::by_state (const by_state& that) YY_NOEXCEPT
|
|
: state (that.state)
|
|
{}
|
|
|
|
void
|
|
parser::by_state::clear () YY_NOEXCEPT
|
|
{
|
|
state = empty_state;
|
|
}
|
|
|
|
void
|
|
parser::by_state::move (by_state& that)
|
|
{
|
|
state = that.state;
|
|
that.clear ();
|
|
}
|
|
|
|
parser::by_state::by_state (state_type s) YY_NOEXCEPT
|
|
: state (s)
|
|
{}
|
|
|
|
parser::symbol_kind_type
|
|
parser::by_state::kind () const YY_NOEXCEPT
|
|
{
|
|
if (state == empty_state)
|
|
return symbol_kind::S_YYEMPTY;
|
|
else
|
|
return YY_CAST (symbol_kind_type, yystos_[+state]);
|
|
}
|
|
|
|
parser::stack_symbol_type::stack_symbol_type ()
|
|
{}
|
|
|
|
parser::stack_symbol_type::stack_symbol_type (YY_RVREF (stack_symbol_type) that)
|
|
: super_type (YY_MOVE (that.state), YY_MOVE (that.location))
|
|
{
|
|
switch (that.kind ())
|
|
{
|
|
case symbol_kind::S_expr_function: // expr_function
|
|
case symbol_kind::S_expr_pointer: // expr_pointer
|
|
value.YY_MOVE_OR_COPY< ast::call > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_declaration: // declaration
|
|
value.YY_MOVE_OR_COPY< ast::decl > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_decl_constant: // decl_constant
|
|
value.YY_MOVE_OR_COPY< ast::decl_constant::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_decl_thread: // decl_thread
|
|
value.YY_MOVE_OR_COPY< ast::decl_thread::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_decl_usingtree: // decl_usingtree
|
|
value.YY_MOVE_OR_COPY< ast::decl_usingtree::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr: // expr
|
|
case symbol_kind::S_expr_or_empty: // expr_or_empty
|
|
case symbol_kind::S_expr_assign: // expr_assign
|
|
case symbol_kind::S_expr_increment: // expr_increment
|
|
case symbol_kind::S_expr_decrement: // expr_decrement
|
|
case symbol_kind::S_expr_ternary: // expr_ternary
|
|
case symbol_kind::S_expr_binary: // expr_binary
|
|
case symbol_kind::S_expr_primitive: // expr_primitive
|
|
case symbol_kind::S_expr_object: // expr_object
|
|
value.YY_MOVE_OR_COPY< ast::expr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_add_array: // expr_add_array
|
|
value.YY_MOVE_OR_COPY< ast::expr_add_array::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_anim: // expr_anim
|
|
value.YY_MOVE_OR_COPY< ast::expr_anim::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animation: // expr_animation
|
|
value.YY_MOVE_OR_COPY< ast::expr_animation::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animtree: // expr_animtree
|
|
value.YY_MOVE_OR_COPY< ast::expr_animtree::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_arguments: // expr_arguments
|
|
case symbol_kind::S_expr_arguments_no_empty: // expr_arguments_no_empty
|
|
value.YY_MOVE_OR_COPY< ast::expr_arguments::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_array: // expr_array
|
|
value.YY_MOVE_OR_COPY< ast::expr_array::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_call: // expr_call
|
|
value.YY_MOVE_OR_COPY< ast::expr_call::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_color: // expr_color
|
|
value.YY_MOVE_OR_COPY< ast::expr_color::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_complement: // expr_complement
|
|
value.YY_MOVE_OR_COPY< ast::expr_complement::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_empty_array: // expr_empty_array
|
|
value.YY_MOVE_OR_COPY< ast::expr_empty_array::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_false: // expr_false
|
|
value.YY_MOVE_OR_COPY< ast::expr_false::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_field: // expr_field
|
|
value.YY_MOVE_OR_COPY< ast::expr_field::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_float: // expr_float
|
|
value.YY_MOVE_OR_COPY< ast::expr_float::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_game: // expr_game
|
|
value.YY_MOVE_OR_COPY< ast::expr_game::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_identifier: // expr_identifier
|
|
value.YY_MOVE_OR_COPY< ast::expr_identifier::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_integer: // expr_integer
|
|
value.YY_MOVE_OR_COPY< ast::expr_integer::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_isdefined: // expr_isdefined
|
|
value.YY_MOVE_OR_COPY< ast::expr_isdefined::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istring: // expr_istring
|
|
value.YY_MOVE_OR_COPY< ast::expr_istring::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istrue: // expr_istrue
|
|
value.YY_MOVE_OR_COPY< ast::expr_istrue::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_level: // expr_level
|
|
value.YY_MOVE_OR_COPY< ast::expr_level::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_method: // expr_method
|
|
value.YY_MOVE_OR_COPY< ast::expr_method::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_not: // expr_not
|
|
value.YY_MOVE_OR_COPY< ast::expr_not::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_parameters: // expr_parameters
|
|
value.YY_MOVE_OR_COPY< ast::expr_parameters::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_paren: // expr_paren
|
|
value.YY_MOVE_OR_COPY< ast::expr_paren::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_path: // expr_path
|
|
value.YY_MOVE_OR_COPY< ast::expr_path::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_reference: // expr_reference
|
|
value.YY_MOVE_OR_COPY< ast::expr_reference::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_self: // expr_self
|
|
value.YY_MOVE_OR_COPY< ast::expr_self::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_size: // expr_size
|
|
value.YY_MOVE_OR_COPY< ast::expr_size::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_string: // expr_string
|
|
value.YY_MOVE_OR_COPY< ast::expr_string::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_thisthread: // expr_thisthread
|
|
value.YY_MOVE_OR_COPY< ast::expr_thisthread::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_true: // expr_true
|
|
value.YY_MOVE_OR_COPY< ast::expr_true::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_undefined: // expr_undefined
|
|
value.YY_MOVE_OR_COPY< ast::expr_undefined::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_vector: // expr_vector
|
|
value.YY_MOVE_OR_COPY< ast::expr_vector::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_include: // include
|
|
value.YY_MOVE_OR_COPY< ast::include::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_program: // program
|
|
value.YY_MOVE_OR_COPY< ast::program::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt: // stmt
|
|
value.YY_MOVE_OR_COPY< ast::stmt > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_assign: // stmt_assign
|
|
value.YY_MOVE_OR_COPY< ast::stmt_assign::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_break: // stmt_break
|
|
value.YY_MOVE_OR_COPY< ast::stmt_break::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_breakpoint: // stmt_breakpoint
|
|
value.YY_MOVE_OR_COPY< ast::stmt_breakpoint::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_call: // stmt_call
|
|
value.YY_MOVE_OR_COPY< ast::stmt_call::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_case: // stmt_case
|
|
value.YY_MOVE_OR_COPY< ast::stmt_case::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_continue: // stmt_continue
|
|
value.YY_MOVE_OR_COPY< ast::stmt_continue::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_default: // stmt_default
|
|
value.YY_MOVE_OR_COPY< ast::stmt_default::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dowhile: // stmt_dowhile
|
|
value.YY_MOVE_OR_COPY< ast::stmt_dowhile::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_endon: // stmt_endon
|
|
value.YY_MOVE_OR_COPY< ast::stmt_endon::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_expr: // stmt_expr
|
|
value.YY_MOVE_OR_COPY< ast::stmt_expr::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_for: // stmt_for
|
|
value.YY_MOVE_OR_COPY< ast::stmt_for::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_foreach: // stmt_foreach
|
|
value.YY_MOVE_OR_COPY< ast::stmt_foreach::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_if: // stmt_if
|
|
value.YY_MOVE_OR_COPY< ast::stmt_if::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_ifelse: // stmt_ifelse
|
|
value.YY_MOVE_OR_COPY< ast::stmt_ifelse::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dev: // stmt_dev
|
|
case symbol_kind::S_stmt_block: // stmt_block
|
|
case symbol_kind::S_stmt_list: // stmt_list
|
|
value.YY_MOVE_OR_COPY< ast::stmt_list::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_notify: // stmt_notify
|
|
value.YY_MOVE_OR_COPY< ast::stmt_notify::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_begin: // stmt_prof_begin
|
|
value.YY_MOVE_OR_COPY< ast::stmt_prof_begin::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_end: // stmt_prof_end
|
|
value.YY_MOVE_OR_COPY< ast::stmt_prof_end::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_return: // stmt_return
|
|
value.YY_MOVE_OR_COPY< ast::stmt_return::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_switch: // stmt_switch
|
|
value.YY_MOVE_OR_COPY< ast::stmt_switch::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_wait: // stmt_wait
|
|
value.YY_MOVE_OR_COPY< ast::stmt_wait::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waitframe: // stmt_waitframe
|
|
value.YY_MOVE_OR_COPY< ast::stmt_waitframe::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittill: // stmt_waittill
|
|
value.YY_MOVE_OR_COPY< ast::stmt_waittill::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillframeend: // stmt_waittillframeend
|
|
value.YY_MOVE_OR_COPY< ast::stmt_waittillframeend::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillmatch: // stmt_waittillmatch
|
|
value.YY_MOVE_OR_COPY< ast::stmt_waittillmatch::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_while: // stmt_while
|
|
value.YY_MOVE_OR_COPY< ast::stmt_while::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_PATH: // "path"
|
|
case symbol_kind::S_IDENTIFIER: // "identifier"
|
|
case symbol_kind::S_STRING: // "string literal"
|
|
case symbol_kind::S_ISTRING: // "localized string"
|
|
case symbol_kind::S_COLOR: // "color"
|
|
case symbol_kind::S_FLOAT: // "float"
|
|
case symbol_kind::S_INTEGER: // "integer"
|
|
value.YY_MOVE_OR_COPY< std::string > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
#if 201103L <= YY_CPLUSPLUS
|
|
// that is emptied.
|
|
that.state = empty_state;
|
|
#endif
|
|
}
|
|
|
|
parser::stack_symbol_type::stack_symbol_type (state_type s, YY_MOVE_REF (symbol_type) that)
|
|
: super_type (s, YY_MOVE (that.location))
|
|
{
|
|
switch (that.kind ())
|
|
{
|
|
case symbol_kind::S_expr_function: // expr_function
|
|
case symbol_kind::S_expr_pointer: // expr_pointer
|
|
value.move< ast::call > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_declaration: // declaration
|
|
value.move< ast::decl > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_decl_constant: // decl_constant
|
|
value.move< ast::decl_constant::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_decl_thread: // decl_thread
|
|
value.move< ast::decl_thread::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_decl_usingtree: // decl_usingtree
|
|
value.move< ast::decl_usingtree::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr: // expr
|
|
case symbol_kind::S_expr_or_empty: // expr_or_empty
|
|
case symbol_kind::S_expr_assign: // expr_assign
|
|
case symbol_kind::S_expr_increment: // expr_increment
|
|
case symbol_kind::S_expr_decrement: // expr_decrement
|
|
case symbol_kind::S_expr_ternary: // expr_ternary
|
|
case symbol_kind::S_expr_binary: // expr_binary
|
|
case symbol_kind::S_expr_primitive: // expr_primitive
|
|
case symbol_kind::S_expr_object: // expr_object
|
|
value.move< ast::expr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_add_array: // expr_add_array
|
|
value.move< ast::expr_add_array::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_anim: // expr_anim
|
|
value.move< ast::expr_anim::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animation: // expr_animation
|
|
value.move< ast::expr_animation::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animtree: // expr_animtree
|
|
value.move< ast::expr_animtree::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_arguments: // expr_arguments
|
|
case symbol_kind::S_expr_arguments_no_empty: // expr_arguments_no_empty
|
|
value.move< ast::expr_arguments::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_array: // expr_array
|
|
value.move< ast::expr_array::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_call: // expr_call
|
|
value.move< ast::expr_call::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_color: // expr_color
|
|
value.move< ast::expr_color::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_complement: // expr_complement
|
|
value.move< ast::expr_complement::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_empty_array: // expr_empty_array
|
|
value.move< ast::expr_empty_array::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_false: // expr_false
|
|
value.move< ast::expr_false::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_field: // expr_field
|
|
value.move< ast::expr_field::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_float: // expr_float
|
|
value.move< ast::expr_float::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_game: // expr_game
|
|
value.move< ast::expr_game::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_identifier: // expr_identifier
|
|
value.move< ast::expr_identifier::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_integer: // expr_integer
|
|
value.move< ast::expr_integer::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_isdefined: // expr_isdefined
|
|
value.move< ast::expr_isdefined::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istring: // expr_istring
|
|
value.move< ast::expr_istring::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istrue: // expr_istrue
|
|
value.move< ast::expr_istrue::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_level: // expr_level
|
|
value.move< ast::expr_level::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_method: // expr_method
|
|
value.move< ast::expr_method::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_not: // expr_not
|
|
value.move< ast::expr_not::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_parameters: // expr_parameters
|
|
value.move< ast::expr_parameters::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_paren: // expr_paren
|
|
value.move< ast::expr_paren::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_path: // expr_path
|
|
value.move< ast::expr_path::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_reference: // expr_reference
|
|
value.move< ast::expr_reference::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_self: // expr_self
|
|
value.move< ast::expr_self::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_size: // expr_size
|
|
value.move< ast::expr_size::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_string: // expr_string
|
|
value.move< ast::expr_string::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_thisthread: // expr_thisthread
|
|
value.move< ast::expr_thisthread::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_true: // expr_true
|
|
value.move< ast::expr_true::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_undefined: // expr_undefined
|
|
value.move< ast::expr_undefined::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_expr_vector: // expr_vector
|
|
value.move< ast::expr_vector::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_include: // include
|
|
value.move< ast::include::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_program: // program
|
|
value.move< ast::program::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt: // stmt
|
|
value.move< ast::stmt > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_assign: // stmt_assign
|
|
value.move< ast::stmt_assign::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_break: // stmt_break
|
|
value.move< ast::stmt_break::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_breakpoint: // stmt_breakpoint
|
|
value.move< ast::stmt_breakpoint::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_call: // stmt_call
|
|
value.move< ast::stmt_call::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_case: // stmt_case
|
|
value.move< ast::stmt_case::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_continue: // stmt_continue
|
|
value.move< ast::stmt_continue::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_default: // stmt_default
|
|
value.move< ast::stmt_default::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dowhile: // stmt_dowhile
|
|
value.move< ast::stmt_dowhile::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_endon: // stmt_endon
|
|
value.move< ast::stmt_endon::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_expr: // stmt_expr
|
|
value.move< ast::stmt_expr::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_for: // stmt_for
|
|
value.move< ast::stmt_for::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_foreach: // stmt_foreach
|
|
value.move< ast::stmt_foreach::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_if: // stmt_if
|
|
value.move< ast::stmt_if::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_ifelse: // stmt_ifelse
|
|
value.move< ast::stmt_ifelse::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dev: // stmt_dev
|
|
case symbol_kind::S_stmt_block: // stmt_block
|
|
case symbol_kind::S_stmt_list: // stmt_list
|
|
value.move< ast::stmt_list::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_notify: // stmt_notify
|
|
value.move< ast::stmt_notify::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_begin: // stmt_prof_begin
|
|
value.move< ast::stmt_prof_begin::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_end: // stmt_prof_end
|
|
value.move< ast::stmt_prof_end::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_return: // stmt_return
|
|
value.move< ast::stmt_return::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_switch: // stmt_switch
|
|
value.move< ast::stmt_switch::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_wait: // stmt_wait
|
|
value.move< ast::stmt_wait::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waitframe: // stmt_waitframe
|
|
value.move< ast::stmt_waitframe::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittill: // stmt_waittill
|
|
value.move< ast::stmt_waittill::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillframeend: // stmt_waittillframeend
|
|
value.move< ast::stmt_waittillframeend::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillmatch: // stmt_waittillmatch
|
|
value.move< ast::stmt_waittillmatch::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_while: // stmt_while
|
|
value.move< ast::stmt_while::ptr > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
case symbol_kind::S_PATH: // "path"
|
|
case symbol_kind::S_IDENTIFIER: // "identifier"
|
|
case symbol_kind::S_STRING: // "string literal"
|
|
case symbol_kind::S_ISTRING: // "localized string"
|
|
case symbol_kind::S_COLOR: // "color"
|
|
case symbol_kind::S_FLOAT: // "float"
|
|
case symbol_kind::S_INTEGER: // "integer"
|
|
value.move< std::string > (YY_MOVE (that.value));
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
// that is emptied.
|
|
that.kind_ = symbol_kind::S_YYEMPTY;
|
|
}
|
|
|
|
#if YY_CPLUSPLUS < 201103L
|
|
parser::stack_symbol_type&
|
|
parser::stack_symbol_type::operator= (const stack_symbol_type& that)
|
|
{
|
|
state = that.state;
|
|
switch (that.kind ())
|
|
{
|
|
case symbol_kind::S_expr_function: // expr_function
|
|
case symbol_kind::S_expr_pointer: // expr_pointer
|
|
value.copy< ast::call > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_declaration: // declaration
|
|
value.copy< ast::decl > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_decl_constant: // decl_constant
|
|
value.copy< ast::decl_constant::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_decl_thread: // decl_thread
|
|
value.copy< ast::decl_thread::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_decl_usingtree: // decl_usingtree
|
|
value.copy< ast::decl_usingtree::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr: // expr
|
|
case symbol_kind::S_expr_or_empty: // expr_or_empty
|
|
case symbol_kind::S_expr_assign: // expr_assign
|
|
case symbol_kind::S_expr_increment: // expr_increment
|
|
case symbol_kind::S_expr_decrement: // expr_decrement
|
|
case symbol_kind::S_expr_ternary: // expr_ternary
|
|
case symbol_kind::S_expr_binary: // expr_binary
|
|
case symbol_kind::S_expr_primitive: // expr_primitive
|
|
case symbol_kind::S_expr_object: // expr_object
|
|
value.copy< ast::expr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_add_array: // expr_add_array
|
|
value.copy< ast::expr_add_array::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_anim: // expr_anim
|
|
value.copy< ast::expr_anim::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animation: // expr_animation
|
|
value.copy< ast::expr_animation::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animtree: // expr_animtree
|
|
value.copy< ast::expr_animtree::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_arguments: // expr_arguments
|
|
case symbol_kind::S_expr_arguments_no_empty: // expr_arguments_no_empty
|
|
value.copy< ast::expr_arguments::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_array: // expr_array
|
|
value.copy< ast::expr_array::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_call: // expr_call
|
|
value.copy< ast::expr_call::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_color: // expr_color
|
|
value.copy< ast::expr_color::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_complement: // expr_complement
|
|
value.copy< ast::expr_complement::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_empty_array: // expr_empty_array
|
|
value.copy< ast::expr_empty_array::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_false: // expr_false
|
|
value.copy< ast::expr_false::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_field: // expr_field
|
|
value.copy< ast::expr_field::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_float: // expr_float
|
|
value.copy< ast::expr_float::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_game: // expr_game
|
|
value.copy< ast::expr_game::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_identifier: // expr_identifier
|
|
value.copy< ast::expr_identifier::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_integer: // expr_integer
|
|
value.copy< ast::expr_integer::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_isdefined: // expr_isdefined
|
|
value.copy< ast::expr_isdefined::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istring: // expr_istring
|
|
value.copy< ast::expr_istring::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istrue: // expr_istrue
|
|
value.copy< ast::expr_istrue::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_level: // expr_level
|
|
value.copy< ast::expr_level::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_method: // expr_method
|
|
value.copy< ast::expr_method::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_not: // expr_not
|
|
value.copy< ast::expr_not::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_parameters: // expr_parameters
|
|
value.copy< ast::expr_parameters::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_paren: // expr_paren
|
|
value.copy< ast::expr_paren::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_path: // expr_path
|
|
value.copy< ast::expr_path::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_reference: // expr_reference
|
|
value.copy< ast::expr_reference::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_self: // expr_self
|
|
value.copy< ast::expr_self::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_size: // expr_size
|
|
value.copy< ast::expr_size::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_string: // expr_string
|
|
value.copy< ast::expr_string::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_thisthread: // expr_thisthread
|
|
value.copy< ast::expr_thisthread::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_true: // expr_true
|
|
value.copy< ast::expr_true::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_undefined: // expr_undefined
|
|
value.copy< ast::expr_undefined::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_vector: // expr_vector
|
|
value.copy< ast::expr_vector::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_include: // include
|
|
value.copy< ast::include::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_program: // program
|
|
value.copy< ast::program::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt: // stmt
|
|
value.copy< ast::stmt > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_assign: // stmt_assign
|
|
value.copy< ast::stmt_assign::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_break: // stmt_break
|
|
value.copy< ast::stmt_break::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_breakpoint: // stmt_breakpoint
|
|
value.copy< ast::stmt_breakpoint::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_call: // stmt_call
|
|
value.copy< ast::stmt_call::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_case: // stmt_case
|
|
value.copy< ast::stmt_case::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_continue: // stmt_continue
|
|
value.copy< ast::stmt_continue::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_default: // stmt_default
|
|
value.copy< ast::stmt_default::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dowhile: // stmt_dowhile
|
|
value.copy< ast::stmt_dowhile::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_endon: // stmt_endon
|
|
value.copy< ast::stmt_endon::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_expr: // stmt_expr
|
|
value.copy< ast::stmt_expr::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_for: // stmt_for
|
|
value.copy< ast::stmt_for::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_foreach: // stmt_foreach
|
|
value.copy< ast::stmt_foreach::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_if: // stmt_if
|
|
value.copy< ast::stmt_if::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_ifelse: // stmt_ifelse
|
|
value.copy< ast::stmt_ifelse::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dev: // stmt_dev
|
|
case symbol_kind::S_stmt_block: // stmt_block
|
|
case symbol_kind::S_stmt_list: // stmt_list
|
|
value.copy< ast::stmt_list::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_notify: // stmt_notify
|
|
value.copy< ast::stmt_notify::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_begin: // stmt_prof_begin
|
|
value.copy< ast::stmt_prof_begin::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_end: // stmt_prof_end
|
|
value.copy< ast::stmt_prof_end::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_return: // stmt_return
|
|
value.copy< ast::stmt_return::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_switch: // stmt_switch
|
|
value.copy< ast::stmt_switch::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_wait: // stmt_wait
|
|
value.copy< ast::stmt_wait::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waitframe: // stmt_waitframe
|
|
value.copy< ast::stmt_waitframe::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittill: // stmt_waittill
|
|
value.copy< ast::stmt_waittill::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillframeend: // stmt_waittillframeend
|
|
value.copy< ast::stmt_waittillframeend::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillmatch: // stmt_waittillmatch
|
|
value.copy< ast::stmt_waittillmatch::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_while: // stmt_while
|
|
value.copy< ast::stmt_while::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_PATH: // "path"
|
|
case symbol_kind::S_IDENTIFIER: // "identifier"
|
|
case symbol_kind::S_STRING: // "string literal"
|
|
case symbol_kind::S_ISTRING: // "localized string"
|
|
case symbol_kind::S_COLOR: // "color"
|
|
case symbol_kind::S_FLOAT: // "float"
|
|
case symbol_kind::S_INTEGER: // "integer"
|
|
value.copy< std::string > (that.value);
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
location = that.location;
|
|
return *this;
|
|
}
|
|
|
|
parser::stack_symbol_type&
|
|
parser::stack_symbol_type::operator= (stack_symbol_type& that)
|
|
{
|
|
state = that.state;
|
|
switch (that.kind ())
|
|
{
|
|
case symbol_kind::S_expr_function: // expr_function
|
|
case symbol_kind::S_expr_pointer: // expr_pointer
|
|
value.move< ast::call > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_declaration: // declaration
|
|
value.move< ast::decl > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_decl_constant: // decl_constant
|
|
value.move< ast::decl_constant::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_decl_thread: // decl_thread
|
|
value.move< ast::decl_thread::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_decl_usingtree: // decl_usingtree
|
|
value.move< ast::decl_usingtree::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr: // expr
|
|
case symbol_kind::S_expr_or_empty: // expr_or_empty
|
|
case symbol_kind::S_expr_assign: // expr_assign
|
|
case symbol_kind::S_expr_increment: // expr_increment
|
|
case symbol_kind::S_expr_decrement: // expr_decrement
|
|
case symbol_kind::S_expr_ternary: // expr_ternary
|
|
case symbol_kind::S_expr_binary: // expr_binary
|
|
case symbol_kind::S_expr_primitive: // expr_primitive
|
|
case symbol_kind::S_expr_object: // expr_object
|
|
value.move< ast::expr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_add_array: // expr_add_array
|
|
value.move< ast::expr_add_array::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_anim: // expr_anim
|
|
value.move< ast::expr_anim::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animation: // expr_animation
|
|
value.move< ast::expr_animation::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animtree: // expr_animtree
|
|
value.move< ast::expr_animtree::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_arguments: // expr_arguments
|
|
case symbol_kind::S_expr_arguments_no_empty: // expr_arguments_no_empty
|
|
value.move< ast::expr_arguments::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_array: // expr_array
|
|
value.move< ast::expr_array::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_call: // expr_call
|
|
value.move< ast::expr_call::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_color: // expr_color
|
|
value.move< ast::expr_color::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_complement: // expr_complement
|
|
value.move< ast::expr_complement::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_empty_array: // expr_empty_array
|
|
value.move< ast::expr_empty_array::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_false: // expr_false
|
|
value.move< ast::expr_false::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_field: // expr_field
|
|
value.move< ast::expr_field::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_float: // expr_float
|
|
value.move< ast::expr_float::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_game: // expr_game
|
|
value.move< ast::expr_game::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_identifier: // expr_identifier
|
|
value.move< ast::expr_identifier::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_integer: // expr_integer
|
|
value.move< ast::expr_integer::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_isdefined: // expr_isdefined
|
|
value.move< ast::expr_isdefined::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istring: // expr_istring
|
|
value.move< ast::expr_istring::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istrue: // expr_istrue
|
|
value.move< ast::expr_istrue::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_level: // expr_level
|
|
value.move< ast::expr_level::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_method: // expr_method
|
|
value.move< ast::expr_method::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_not: // expr_not
|
|
value.move< ast::expr_not::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_parameters: // expr_parameters
|
|
value.move< ast::expr_parameters::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_paren: // expr_paren
|
|
value.move< ast::expr_paren::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_path: // expr_path
|
|
value.move< ast::expr_path::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_reference: // expr_reference
|
|
value.move< ast::expr_reference::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_self: // expr_self
|
|
value.move< ast::expr_self::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_size: // expr_size
|
|
value.move< ast::expr_size::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_string: // expr_string
|
|
value.move< ast::expr_string::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_thisthread: // expr_thisthread
|
|
value.move< ast::expr_thisthread::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_true: // expr_true
|
|
value.move< ast::expr_true::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_undefined: // expr_undefined
|
|
value.move< ast::expr_undefined::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_expr_vector: // expr_vector
|
|
value.move< ast::expr_vector::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_include: // include
|
|
value.move< ast::include::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_program: // program
|
|
value.move< ast::program::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt: // stmt
|
|
value.move< ast::stmt > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_assign: // stmt_assign
|
|
value.move< ast::stmt_assign::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_break: // stmt_break
|
|
value.move< ast::stmt_break::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_breakpoint: // stmt_breakpoint
|
|
value.move< ast::stmt_breakpoint::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_call: // stmt_call
|
|
value.move< ast::stmt_call::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_case: // stmt_case
|
|
value.move< ast::stmt_case::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_continue: // stmt_continue
|
|
value.move< ast::stmt_continue::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_default: // stmt_default
|
|
value.move< ast::stmt_default::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dowhile: // stmt_dowhile
|
|
value.move< ast::stmt_dowhile::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_endon: // stmt_endon
|
|
value.move< ast::stmt_endon::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_expr: // stmt_expr
|
|
value.move< ast::stmt_expr::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_for: // stmt_for
|
|
value.move< ast::stmt_for::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_foreach: // stmt_foreach
|
|
value.move< ast::stmt_foreach::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_if: // stmt_if
|
|
value.move< ast::stmt_if::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_ifelse: // stmt_ifelse
|
|
value.move< ast::stmt_ifelse::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dev: // stmt_dev
|
|
case symbol_kind::S_stmt_block: // stmt_block
|
|
case symbol_kind::S_stmt_list: // stmt_list
|
|
value.move< ast::stmt_list::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_notify: // stmt_notify
|
|
value.move< ast::stmt_notify::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_begin: // stmt_prof_begin
|
|
value.move< ast::stmt_prof_begin::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_end: // stmt_prof_end
|
|
value.move< ast::stmt_prof_end::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_return: // stmt_return
|
|
value.move< ast::stmt_return::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_switch: // stmt_switch
|
|
value.move< ast::stmt_switch::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_wait: // stmt_wait
|
|
value.move< ast::stmt_wait::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waitframe: // stmt_waitframe
|
|
value.move< ast::stmt_waitframe::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittill: // stmt_waittill
|
|
value.move< ast::stmt_waittill::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillframeend: // stmt_waittillframeend
|
|
value.move< ast::stmt_waittillframeend::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillmatch: // stmt_waittillmatch
|
|
value.move< ast::stmt_waittillmatch::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_while: // stmt_while
|
|
value.move< ast::stmt_while::ptr > (that.value);
|
|
break;
|
|
|
|
case symbol_kind::S_PATH: // "path"
|
|
case symbol_kind::S_IDENTIFIER: // "identifier"
|
|
case symbol_kind::S_STRING: // "string literal"
|
|
case symbol_kind::S_ISTRING: // "localized string"
|
|
case symbol_kind::S_COLOR: // "color"
|
|
case symbol_kind::S_FLOAT: // "float"
|
|
case symbol_kind::S_INTEGER: // "integer"
|
|
value.move< std::string > (that.value);
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
location = that.location;
|
|
// that is emptied.
|
|
that.state = empty_state;
|
|
return *this;
|
|
}
|
|
#endif
|
|
|
|
template <typename Base>
|
|
void
|
|
parser::yy_destroy_ (const char* yymsg, basic_symbol<Base>& yysym) const
|
|
{
|
|
if (yymsg)
|
|
YY_SYMBOL_PRINT (yymsg, yysym);
|
|
}
|
|
|
|
#if IW8DEBUG
|
|
template <typename Base>
|
|
void
|
|
parser::yy_print_ (std::ostream& yyo, const basic_symbol<Base>& yysym) const
|
|
{
|
|
std::ostream& yyoutput = yyo;
|
|
YY_USE (yyoutput);
|
|
if (yysym.empty ())
|
|
yyo << "empty symbol";
|
|
else
|
|
{
|
|
symbol_kind_type yykind = yysym.kind ();
|
|
yyo << (yykind < YYNTOKENS ? "token" : "nterm")
|
|
<< ' ' << yysym.name () << " ("
|
|
<< yysym.location << ": ";
|
|
YY_USE (yykind);
|
|
yyo << ')';
|
|
}
|
|
}
|
|
#endif
|
|
|
|
void
|
|
parser::yypush_ (const char* m, YY_MOVE_REF (stack_symbol_type) sym)
|
|
{
|
|
if (m)
|
|
YY_SYMBOL_PRINT (m, sym);
|
|
yystack_.push (YY_MOVE (sym));
|
|
}
|
|
|
|
void
|
|
parser::yypush_ (const char* m, state_type s, YY_MOVE_REF (symbol_type) sym)
|
|
{
|
|
#if 201103L <= YY_CPLUSPLUS
|
|
yypush_ (m, stack_symbol_type (s, std::move (sym)));
|
|
#else
|
|
stack_symbol_type ss (s, sym);
|
|
yypush_ (m, ss);
|
|
#endif
|
|
}
|
|
|
|
void
|
|
parser::yypop_ (int n)
|
|
{
|
|
yystack_.pop (n);
|
|
}
|
|
|
|
#if IW8DEBUG
|
|
std::ostream&
|
|
parser::debug_stream () const
|
|
{
|
|
return *yycdebug_;
|
|
}
|
|
|
|
void
|
|
parser::set_debug_stream (std::ostream& o)
|
|
{
|
|
yycdebug_ = &o;
|
|
}
|
|
|
|
|
|
parser::debug_level_type
|
|
parser::debug_level () const
|
|
{
|
|
return yydebug_;
|
|
}
|
|
|
|
void
|
|
parser::set_debug_level (debug_level_type l)
|
|
{
|
|
yydebug_ = l;
|
|
}
|
|
#endif // IW8DEBUG
|
|
|
|
parser::state_type
|
|
parser::yy_lr_goto_state_ (state_type yystate, int yysym)
|
|
{
|
|
int yyr = yypgoto_[yysym - YYNTOKENS] + yystate;
|
|
if (0 <= yyr && yyr <= yylast_ && yycheck_[yyr] == yystate)
|
|
return yytable_[yyr];
|
|
else
|
|
return yydefgoto_[yysym - YYNTOKENS];
|
|
}
|
|
|
|
bool
|
|
parser::yy_pact_value_is_default_ (int yyvalue)
|
|
{
|
|
return yyvalue == yypact_ninf_;
|
|
}
|
|
|
|
bool
|
|
parser::yy_table_value_is_error_ (int yyvalue)
|
|
{
|
|
return yyvalue == yytable_ninf_;
|
|
}
|
|
|
|
int
|
|
parser::operator() ()
|
|
{
|
|
return parse ();
|
|
}
|
|
|
|
int
|
|
parser::parse ()
|
|
{
|
|
int yyn;
|
|
/// Length of the RHS of the rule being reduced.
|
|
int yylen = 0;
|
|
|
|
// Error handling.
|
|
int yynerrs_ = 0;
|
|
int yyerrstatus_ = 0;
|
|
|
|
/// The lookahead symbol.
|
|
symbol_type yyla;
|
|
|
|
/// The locations where the error started and ended.
|
|
stack_symbol_type yyerror_range[3];
|
|
|
|
/// The return value of parse ().
|
|
int yyresult;
|
|
|
|
/// Discard the LAC context in case there still is one left from a
|
|
/// previous invocation.
|
|
yy_lac_discard_ ("init");
|
|
|
|
#if YY_EXCEPTIONS
|
|
try
|
|
#endif // YY_EXCEPTIONS
|
|
{
|
|
YYCDEBUG << "Starting parse\n";
|
|
|
|
|
|
/* Initialize the stack. The initial state will be set in
|
|
yynewstate, since the latter expects the semantical and the
|
|
location values to have been already stored, initialize these
|
|
stacks with a primary value. */
|
|
yystack_.clear ();
|
|
yypush_ (YY_NULLPTR, 0, YY_MOVE (yyla));
|
|
|
|
/*-----------------------------------------------.
|
|
| yynewstate -- push a new symbol on the stack. |
|
|
`-----------------------------------------------*/
|
|
yynewstate:
|
|
YYCDEBUG << "Entering state " << int (yystack_[0].state) << '\n';
|
|
YY_STACK_PRINT ();
|
|
|
|
// Accept?
|
|
if (yystack_[0].state == yyfinal_)
|
|
YYACCEPT;
|
|
|
|
goto yybackup;
|
|
|
|
|
|
/*-----------.
|
|
| yybackup. |
|
|
`-----------*/
|
|
yybackup:
|
|
// Try to take a decision without lookahead.
|
|
yyn = yypact_[+yystack_[0].state];
|
|
if (yy_pact_value_is_default_ (yyn))
|
|
goto yydefault;
|
|
|
|
// Read a lookahead token.
|
|
if (yyla.empty ())
|
|
{
|
|
YYCDEBUG << "Reading a token\n";
|
|
#if YY_EXCEPTIONS
|
|
try
|
|
#endif // YY_EXCEPTIONS
|
|
{
|
|
symbol_type yylookahead (yylex (yyscanner, ctx));
|
|
yyla.move (yylookahead);
|
|
}
|
|
#if YY_EXCEPTIONS
|
|
catch (const syntax_error& yyexc)
|
|
{
|
|
YYCDEBUG << "Caught exception: " << yyexc.what() << '\n';
|
|
error (yyexc);
|
|
goto yyerrlab1;
|
|
}
|
|
#endif // YY_EXCEPTIONS
|
|
}
|
|
YY_SYMBOL_PRINT ("Next token is", yyla);
|
|
|
|
if (yyla.kind () == symbol_kind::S_YYerror)
|
|
{
|
|
// The scanner already issued an error message, process directly
|
|
// to error recovery. But do not keep the error token as
|
|
// lookahead, it is too special and may lead us to an endless
|
|
// loop in error recovery. */
|
|
yyla.kind_ = symbol_kind::S_YYUNDEF;
|
|
goto yyerrlab1;
|
|
}
|
|
|
|
/* If the proper action on seeing token YYLA.TYPE is to reduce or
|
|
to detect an error, take that action. */
|
|
yyn += yyla.kind ();
|
|
if (yyn < 0 || yylast_ < yyn || yycheck_[yyn] != yyla.kind ())
|
|
{
|
|
if (!yy_lac_establish_ (yyla.kind ()))
|
|
goto yyerrlab;
|
|
goto yydefault;
|
|
}
|
|
|
|
// Reduce or error.
|
|
yyn = yytable_[yyn];
|
|
if (yyn <= 0)
|
|
{
|
|
if (yy_table_value_is_error_ (yyn))
|
|
goto yyerrlab;
|
|
if (!yy_lac_establish_ (yyla.kind ()))
|
|
goto yyerrlab;
|
|
|
|
yyn = -yyn;
|
|
goto yyreduce;
|
|
}
|
|
|
|
// Count tokens shifted since error; after three, turn off error status.
|
|
if (yyerrstatus_)
|
|
--yyerrstatus_;
|
|
|
|
// Shift the lookahead token.
|
|
yypush_ ("Shifting", state_type (yyn), YY_MOVE (yyla));
|
|
yy_lac_discard_ ("shift");
|
|
goto yynewstate;
|
|
|
|
|
|
/*-----------------------------------------------------------.
|
|
| yydefault -- do the default action for the current state. |
|
|
`-----------------------------------------------------------*/
|
|
yydefault:
|
|
yyn = yydefact_[+yystack_[0].state];
|
|
if (yyn == 0)
|
|
goto yyerrlab;
|
|
goto yyreduce;
|
|
|
|
|
|
/*-----------------------------.
|
|
| yyreduce -- do a reduction. |
|
|
`-----------------------------*/
|
|
yyreduce:
|
|
yylen = yyr2_[yyn];
|
|
{
|
|
stack_symbol_type yylhs;
|
|
yylhs.state = yy_lr_goto_state_ (yystack_[yylen].state, yyr1_[yyn]);
|
|
/* Variants are always initialized to an empty instance of the
|
|
correct type. The default '$$ = $1' action is NOT applied
|
|
when using variants. */
|
|
switch (yyr1_[yyn])
|
|
{
|
|
case symbol_kind::S_expr_function: // expr_function
|
|
case symbol_kind::S_expr_pointer: // expr_pointer
|
|
yylhs.value.emplace< ast::call > ();
|
|
break;
|
|
|
|
case symbol_kind::S_declaration: // declaration
|
|
yylhs.value.emplace< ast::decl > ();
|
|
break;
|
|
|
|
case symbol_kind::S_decl_constant: // decl_constant
|
|
yylhs.value.emplace< ast::decl_constant::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_decl_thread: // decl_thread
|
|
yylhs.value.emplace< ast::decl_thread::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_decl_usingtree: // decl_usingtree
|
|
yylhs.value.emplace< ast::decl_usingtree::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr: // expr
|
|
case symbol_kind::S_expr_or_empty: // expr_or_empty
|
|
case symbol_kind::S_expr_assign: // expr_assign
|
|
case symbol_kind::S_expr_increment: // expr_increment
|
|
case symbol_kind::S_expr_decrement: // expr_decrement
|
|
case symbol_kind::S_expr_ternary: // expr_ternary
|
|
case symbol_kind::S_expr_binary: // expr_binary
|
|
case symbol_kind::S_expr_primitive: // expr_primitive
|
|
case symbol_kind::S_expr_object: // expr_object
|
|
yylhs.value.emplace< ast::expr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_add_array: // expr_add_array
|
|
yylhs.value.emplace< ast::expr_add_array::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_anim: // expr_anim
|
|
yylhs.value.emplace< ast::expr_anim::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animation: // expr_animation
|
|
yylhs.value.emplace< ast::expr_animation::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_animtree: // expr_animtree
|
|
yylhs.value.emplace< ast::expr_animtree::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_arguments: // expr_arguments
|
|
case symbol_kind::S_expr_arguments_no_empty: // expr_arguments_no_empty
|
|
yylhs.value.emplace< ast::expr_arguments::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_array: // expr_array
|
|
yylhs.value.emplace< ast::expr_array::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_call: // expr_call
|
|
yylhs.value.emplace< ast::expr_call::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_color: // expr_color
|
|
yylhs.value.emplace< ast::expr_color::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_complement: // expr_complement
|
|
yylhs.value.emplace< ast::expr_complement::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_empty_array: // expr_empty_array
|
|
yylhs.value.emplace< ast::expr_empty_array::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_false: // expr_false
|
|
yylhs.value.emplace< ast::expr_false::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_field: // expr_field
|
|
yylhs.value.emplace< ast::expr_field::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_float: // expr_float
|
|
yylhs.value.emplace< ast::expr_float::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_game: // expr_game
|
|
yylhs.value.emplace< ast::expr_game::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_identifier: // expr_identifier
|
|
yylhs.value.emplace< ast::expr_identifier::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_integer: // expr_integer
|
|
yylhs.value.emplace< ast::expr_integer::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_isdefined: // expr_isdefined
|
|
yylhs.value.emplace< ast::expr_isdefined::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istring: // expr_istring
|
|
yylhs.value.emplace< ast::expr_istring::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_istrue: // expr_istrue
|
|
yylhs.value.emplace< ast::expr_istrue::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_level: // expr_level
|
|
yylhs.value.emplace< ast::expr_level::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_method: // expr_method
|
|
yylhs.value.emplace< ast::expr_method::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_not: // expr_not
|
|
yylhs.value.emplace< ast::expr_not::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_parameters: // expr_parameters
|
|
yylhs.value.emplace< ast::expr_parameters::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_paren: // expr_paren
|
|
yylhs.value.emplace< ast::expr_paren::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_path: // expr_path
|
|
yylhs.value.emplace< ast::expr_path::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_reference: // expr_reference
|
|
yylhs.value.emplace< ast::expr_reference::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_self: // expr_self
|
|
yylhs.value.emplace< ast::expr_self::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_size: // expr_size
|
|
yylhs.value.emplace< ast::expr_size::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_string: // expr_string
|
|
yylhs.value.emplace< ast::expr_string::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_thisthread: // expr_thisthread
|
|
yylhs.value.emplace< ast::expr_thisthread::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_true: // expr_true
|
|
yylhs.value.emplace< ast::expr_true::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_undefined: // expr_undefined
|
|
yylhs.value.emplace< ast::expr_undefined::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_expr_vector: // expr_vector
|
|
yylhs.value.emplace< ast::expr_vector::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_include: // include
|
|
yylhs.value.emplace< ast::include::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_program: // program
|
|
yylhs.value.emplace< ast::program::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt: // stmt
|
|
yylhs.value.emplace< ast::stmt > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_assign: // stmt_assign
|
|
yylhs.value.emplace< ast::stmt_assign::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_break: // stmt_break
|
|
yylhs.value.emplace< ast::stmt_break::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_breakpoint: // stmt_breakpoint
|
|
yylhs.value.emplace< ast::stmt_breakpoint::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_call: // stmt_call
|
|
yylhs.value.emplace< ast::stmt_call::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_case: // stmt_case
|
|
yylhs.value.emplace< ast::stmt_case::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_continue: // stmt_continue
|
|
yylhs.value.emplace< ast::stmt_continue::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_default: // stmt_default
|
|
yylhs.value.emplace< ast::stmt_default::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dowhile: // stmt_dowhile
|
|
yylhs.value.emplace< ast::stmt_dowhile::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_endon: // stmt_endon
|
|
yylhs.value.emplace< ast::stmt_endon::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_expr: // stmt_expr
|
|
yylhs.value.emplace< ast::stmt_expr::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_for: // stmt_for
|
|
yylhs.value.emplace< ast::stmt_for::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_foreach: // stmt_foreach
|
|
yylhs.value.emplace< ast::stmt_foreach::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_if: // stmt_if
|
|
yylhs.value.emplace< ast::stmt_if::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_ifelse: // stmt_ifelse
|
|
yylhs.value.emplace< ast::stmt_ifelse::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_dev: // stmt_dev
|
|
case symbol_kind::S_stmt_block: // stmt_block
|
|
case symbol_kind::S_stmt_list: // stmt_list
|
|
yylhs.value.emplace< ast::stmt_list::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_notify: // stmt_notify
|
|
yylhs.value.emplace< ast::stmt_notify::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_begin: // stmt_prof_begin
|
|
yylhs.value.emplace< ast::stmt_prof_begin::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_prof_end: // stmt_prof_end
|
|
yylhs.value.emplace< ast::stmt_prof_end::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_return: // stmt_return
|
|
yylhs.value.emplace< ast::stmt_return::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_switch: // stmt_switch
|
|
yylhs.value.emplace< ast::stmt_switch::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_wait: // stmt_wait
|
|
yylhs.value.emplace< ast::stmt_wait::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waitframe: // stmt_waitframe
|
|
yylhs.value.emplace< ast::stmt_waitframe::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittill: // stmt_waittill
|
|
yylhs.value.emplace< ast::stmt_waittill::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillframeend: // stmt_waittillframeend
|
|
yylhs.value.emplace< ast::stmt_waittillframeend::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_waittillmatch: // stmt_waittillmatch
|
|
yylhs.value.emplace< ast::stmt_waittillmatch::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_stmt_while: // stmt_while
|
|
yylhs.value.emplace< ast::stmt_while::ptr > ();
|
|
break;
|
|
|
|
case symbol_kind::S_PATH: // "path"
|
|
case symbol_kind::S_IDENTIFIER: // "identifier"
|
|
case symbol_kind::S_STRING: // "string literal"
|
|
case symbol_kind::S_ISTRING: // "localized string"
|
|
case symbol_kind::S_COLOR: // "color"
|
|
case symbol_kind::S_FLOAT: // "float"
|
|
case symbol_kind::S_INTEGER: // "integer"
|
|
yylhs.value.emplace< std::string > ();
|
|
break;
|
|
|
|
default:
|
|
break;
|
|
}
|
|
|
|
|
|
// Default location.
|
|
{
|
|
stack_type::slice range (yystack_, yylen);
|
|
YYLLOC_DEFAULT (yylhs.location, range, yylen);
|
|
yyerror_range[1].location = yylhs.location;
|
|
}
|
|
|
|
// Perform the reduction.
|
|
YY_REDUCE_PRINT (yyn);
|
|
#if YY_EXCEPTIONS
|
|
try
|
|
#endif // YY_EXCEPTIONS
|
|
{
|
|
switch (yyn)
|
|
{
|
|
case 2: // root: program
|
|
#line 255 "parser.ypp"
|
|
{ ast = std::move(yystack_[0].value.as < ast::program::ptr > ()); }
|
|
#line 2026 "parser.cpp"
|
|
break;
|
|
|
|
case 3: // root: %empty
|
|
#line 256 "parser.ypp"
|
|
{ ast = std::make_unique<ast::program>(yylhs.location); }
|
|
#line 2032 "parser.cpp"
|
|
break;
|
|
|
|
case 4: // program: program inline
|
|
#line 261 "parser.ypp"
|
|
{ yylhs.value.as < ast::program::ptr > () = std::move(yystack_[1].value.as < ast::program::ptr > ()); }
|
|
#line 2038 "parser.cpp"
|
|
break;
|
|
|
|
case 5: // program: program include
|
|
#line 263 "parser.ypp"
|
|
{ yylhs.value.as < ast::program::ptr > () = std::move(yystack_[1].value.as < ast::program::ptr > ()); yylhs.value.as < ast::program::ptr > ()->includes.push_back(std::move(yystack_[0].value.as < ast::include::ptr > ())); }
|
|
#line 2044 "parser.cpp"
|
|
break;
|
|
|
|
case 6: // program: program declaration
|
|
#line 265 "parser.ypp"
|
|
{ yylhs.value.as < ast::program::ptr > () = std::move(yystack_[1].value.as < ast::program::ptr > ()); yylhs.value.as < ast::program::ptr > ()->declarations.push_back(std::move(yystack_[0].value.as < ast::decl > ())); }
|
|
#line 2050 "parser.cpp"
|
|
break;
|
|
|
|
case 7: // program: inline
|
|
#line 267 "parser.ypp"
|
|
{ yylhs.value.as < ast::program::ptr > () = std::make_unique<ast::program>(yylhs.location); }
|
|
#line 2056 "parser.cpp"
|
|
break;
|
|
|
|
case 8: // program: include
|
|
#line 269 "parser.ypp"
|
|
{ yylhs.value.as < ast::program::ptr > () = std::make_unique<ast::program>(yylhs.location); yylhs.value.as < ast::program::ptr > ()->includes.push_back(std::move(yystack_[0].value.as < ast::include::ptr > ())); }
|
|
#line 2062 "parser.cpp"
|
|
break;
|
|
|
|
case 9: // program: declaration
|
|
#line 271 "parser.ypp"
|
|
{ yylhs.value.as < ast::program::ptr > () = std::make_unique<ast::program>(yylhs.location); yylhs.value.as < ast::program::ptr > ()->declarations.push_back(std::move(yystack_[0].value.as < ast::decl > ())); }
|
|
#line 2068 "parser.cpp"
|
|
break;
|
|
|
|
case 10: // inline: "#inline" expr_path ";"
|
|
#line 275 "parser.ypp"
|
|
{ iw8_push_header(ctx, yystack_[1].value.as < ast::expr_path::ptr > ()->value); }
|
|
#line 2074 "parser.cpp"
|
|
break;
|
|
|
|
case 11: // include: "#include" expr_path ";"
|
|
#line 280 "parser.ypp"
|
|
{ yylhs.value.as < ast::include::ptr > () = std::make_unique<ast::include>(yylhs.location, std::move(yystack_[1].value.as < ast::expr_path::ptr > ())); }
|
|
#line 2080 "parser.cpp"
|
|
break;
|
|
|
|
case 12: // declaration: "/#"
|
|
#line 284 "parser.ypp"
|
|
{ yylhs.value.as < ast::decl > ().as_dev_begin = std::make_unique<ast::decl_dev_begin>(yylhs.location); }
|
|
#line 2086 "parser.cpp"
|
|
break;
|
|
|
|
case 13: // declaration: "#/"
|
|
#line 285 "parser.ypp"
|
|
{ yylhs.value.as < ast::decl > ().as_dev_end = std::make_unique<ast::decl_dev_end>(yylhs.location); }
|
|
#line 2092 "parser.cpp"
|
|
break;
|
|
|
|
case 14: // declaration: decl_usingtree
|
|
#line 286 "parser.ypp"
|
|
{ yylhs.value.as < ast::decl > ().as_usingtree = std::move(yystack_[0].value.as < ast::decl_usingtree::ptr > ()); }
|
|
#line 2098 "parser.cpp"
|
|
break;
|
|
|
|
case 15: // declaration: decl_constant
|
|
#line 287 "parser.ypp"
|
|
{ yylhs.value.as < ast::decl > ().as_constant = std::move(yystack_[0].value.as < ast::decl_constant::ptr > ()); }
|
|
#line 2104 "parser.cpp"
|
|
break;
|
|
|
|
case 16: // declaration: decl_thread
|
|
#line 288 "parser.ypp"
|
|
{ yylhs.value.as < ast::decl > ().as_thread = std::move(yystack_[0].value.as < ast::decl_thread::ptr > ()); }
|
|
#line 2110 "parser.cpp"
|
|
break;
|
|
|
|
case 17: // decl_usingtree: "#using_animtree" "(" expr_string ")" ";"
|
|
#line 293 "parser.ypp"
|
|
{ ctx->restrict_header(yylhs.location); yylhs.value.as < ast::decl_usingtree::ptr > () = std::make_unique<ast::decl_usingtree>(yylhs.location, std::move(yystack_[2].value.as < ast::expr_string::ptr > ())); }
|
|
#line 2116 "parser.cpp"
|
|
break;
|
|
|
|
case 18: // decl_constant: expr_identifier "=" expr ";"
|
|
#line 298 "parser.ypp"
|
|
{ yylhs.value.as < ast::decl_constant::ptr > () = std::make_unique<ast::decl_constant>(yylhs.location, std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 2122 "parser.cpp"
|
|
break;
|
|
|
|
case 19: // decl_thread: expr_identifier "(" expr_parameters ")" stmt_block
|
|
#line 303 "parser.ypp"
|
|
{ ctx->restrict_header(yylhs.location); yylhs.value.as < ast::decl_thread::ptr > () = std::make_unique<ast::decl_thread>(yylhs.location, std::move(yystack_[4].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[2].value.as < ast::expr_parameters::ptr > ()), std::move(yystack_[0].value.as < ast::stmt_list::ptr > ())); }
|
|
#line 2128 "parser.cpp"
|
|
break;
|
|
|
|
case 20: // stmt: stmt_dev
|
|
#line 307 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_list = std::move(yystack_[0].value.as < ast::stmt_list::ptr > ()); }
|
|
#line 2134 "parser.cpp"
|
|
break;
|
|
|
|
case 21: // stmt: stmt_block
|
|
#line 308 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_list = std::move(yystack_[0].value.as < ast::stmt_list::ptr > ()); }
|
|
#line 2140 "parser.cpp"
|
|
break;
|
|
|
|
case 22: // stmt: stmt_call
|
|
#line 309 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_call = std::move(yystack_[0].value.as < ast::stmt_call::ptr > ()); }
|
|
#line 2146 "parser.cpp"
|
|
break;
|
|
|
|
case 23: // stmt: stmt_assign
|
|
#line 310 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_assign = std::move(yystack_[0].value.as < ast::stmt_assign::ptr > ()); }
|
|
#line 2152 "parser.cpp"
|
|
break;
|
|
|
|
case 24: // stmt: stmt_endon
|
|
#line 311 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_endon = std::move(yystack_[0].value.as < ast::stmt_endon::ptr > ()); }
|
|
#line 2158 "parser.cpp"
|
|
break;
|
|
|
|
case 25: // stmt: stmt_notify
|
|
#line 312 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_notify = std::move(yystack_[0].value.as < ast::stmt_notify::ptr > ()); }
|
|
#line 2164 "parser.cpp"
|
|
break;
|
|
|
|
case 26: // stmt: stmt_wait
|
|
#line 313 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_wait = std::move(yystack_[0].value.as < ast::stmt_wait::ptr > ()); }
|
|
#line 2170 "parser.cpp"
|
|
break;
|
|
|
|
case 27: // stmt: stmt_waittill
|
|
#line 314 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_waittill = std::move(yystack_[0].value.as < ast::stmt_waittill::ptr > ()); }
|
|
#line 2176 "parser.cpp"
|
|
break;
|
|
|
|
case 28: // stmt: stmt_waittillmatch
|
|
#line 315 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_waittillmatch = std::move(yystack_[0].value.as < ast::stmt_waittillmatch::ptr > ()); }
|
|
#line 2182 "parser.cpp"
|
|
break;
|
|
|
|
case 29: // stmt: stmt_waittillframeend
|
|
#line 316 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_waittillframeend = std::move(yystack_[0].value.as < ast::stmt_waittillframeend::ptr > ()); }
|
|
#line 2188 "parser.cpp"
|
|
break;
|
|
|
|
case 30: // stmt: stmt_waitframe
|
|
#line 317 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_waitframe = std::move(yystack_[0].value.as < ast::stmt_waitframe::ptr > ()); }
|
|
#line 2194 "parser.cpp"
|
|
break;
|
|
|
|
case 31: // stmt: stmt_if
|
|
#line 318 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_if = std::move(yystack_[0].value.as < ast::stmt_if::ptr > ()); }
|
|
#line 2200 "parser.cpp"
|
|
break;
|
|
|
|
case 32: // stmt: stmt_ifelse
|
|
#line 319 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_ifelse = std::move(yystack_[0].value.as < ast::stmt_ifelse::ptr > ()); }
|
|
#line 2206 "parser.cpp"
|
|
break;
|
|
|
|
case 33: // stmt: stmt_while
|
|
#line 320 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_while = std::move(yystack_[0].value.as < ast::stmt_while::ptr > ()); }
|
|
#line 2212 "parser.cpp"
|
|
break;
|
|
|
|
case 34: // stmt: stmt_dowhile
|
|
#line 321 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_dowhile = std::move(yystack_[0].value.as < ast::stmt_dowhile::ptr > ()); }
|
|
#line 2218 "parser.cpp"
|
|
break;
|
|
|
|
case 35: // stmt: stmt_for
|
|
#line 322 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_for = std::move(yystack_[0].value.as < ast::stmt_for::ptr > ()); }
|
|
#line 2224 "parser.cpp"
|
|
break;
|
|
|
|
case 36: // stmt: stmt_foreach
|
|
#line 323 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_foreach = std::move(yystack_[0].value.as < ast::stmt_foreach::ptr > ()); }
|
|
#line 2230 "parser.cpp"
|
|
break;
|
|
|
|
case 37: // stmt: stmt_switch
|
|
#line 324 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_switch = std::move(yystack_[0].value.as < ast::stmt_switch::ptr > ()); }
|
|
#line 2236 "parser.cpp"
|
|
break;
|
|
|
|
case 38: // stmt: stmt_case
|
|
#line 325 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_case = std::move(yystack_[0].value.as < ast::stmt_case::ptr > ()); }
|
|
#line 2242 "parser.cpp"
|
|
break;
|
|
|
|
case 39: // stmt: stmt_default
|
|
#line 326 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_default = std::move(yystack_[0].value.as < ast::stmt_default::ptr > ()); }
|
|
#line 2248 "parser.cpp"
|
|
break;
|
|
|
|
case 40: // stmt: stmt_break
|
|
#line 327 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_break = std::move(yystack_[0].value.as < ast::stmt_break::ptr > ()); }
|
|
#line 2254 "parser.cpp"
|
|
break;
|
|
|
|
case 41: // stmt: stmt_continue
|
|
#line 328 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_continue = std::move(yystack_[0].value.as < ast::stmt_continue::ptr > ()); }
|
|
#line 2260 "parser.cpp"
|
|
break;
|
|
|
|
case 42: // stmt: stmt_return
|
|
#line 329 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_return = std::move(yystack_[0].value.as < ast::stmt_return::ptr > ()); }
|
|
#line 2266 "parser.cpp"
|
|
break;
|
|
|
|
case 43: // stmt: stmt_breakpoint
|
|
#line 330 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_breakpoint = std::move(yystack_[0].value.as < ast::stmt_breakpoint::ptr > ()); }
|
|
#line 2272 "parser.cpp"
|
|
break;
|
|
|
|
case 44: // stmt: stmt_prof_begin
|
|
#line 331 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_prof_begin = std::move(yystack_[0].value.as < ast::stmt_prof_begin::ptr > ()); }
|
|
#line 2278 "parser.cpp"
|
|
break;
|
|
|
|
case 45: // stmt: stmt_prof_end
|
|
#line 332 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt > ().as_prof_end = std::move(yystack_[0].value.as < ast::stmt_prof_end::ptr > ()); }
|
|
#line 2284 "parser.cpp"
|
|
break;
|
|
|
|
case 46: // stmt_dev: "/#" stmt_list "#/"
|
|
#line 336 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_list::ptr > () = std::move(yystack_[1].value.as < ast::stmt_list::ptr > ()); }
|
|
#line 2290 "parser.cpp"
|
|
break;
|
|
|
|
case 47: // stmt_dev: "/#" "#/"
|
|
#line 337 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_list::ptr > () = std::make_unique<ast::stmt_list>(yylhs.location); }
|
|
#line 2296 "parser.cpp"
|
|
break;
|
|
|
|
case 48: // stmt_block: "{" stmt_list "}"
|
|
#line 341 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_list::ptr > () = std::move(yystack_[1].value.as < ast::stmt_list::ptr > ()); }
|
|
#line 2302 "parser.cpp"
|
|
break;
|
|
|
|
case 49: // stmt_block: "{" "}"
|
|
#line 342 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_list::ptr > () = std::make_unique<ast::stmt_list>(yylhs.location); }
|
|
#line 2308 "parser.cpp"
|
|
break;
|
|
|
|
case 50: // stmt_list: stmt_list stmt
|
|
#line 347 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_list::ptr > () = std::move(yystack_[1].value.as < ast::stmt_list::ptr > ()); yylhs.value.as < ast::stmt_list::ptr > ()->list.push_back(std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2314 "parser.cpp"
|
|
break;
|
|
|
|
case 51: // stmt_list: stmt
|
|
#line 349 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_list::ptr > () = std::make_unique<ast::stmt_list>(yylhs.location); yylhs.value.as < ast::stmt_list::ptr > ()->list.push_back(std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2320 "parser.cpp"
|
|
break;
|
|
|
|
case 52: // stmt_expr: expr_assign
|
|
#line 354 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_expr::ptr > () = std::make_unique<ast::stmt_expr>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2326 "parser.cpp"
|
|
break;
|
|
|
|
case 53: // stmt_expr: expr_increment
|
|
#line 356 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_expr::ptr > () = std::make_unique<ast::stmt_expr>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2332 "parser.cpp"
|
|
break;
|
|
|
|
case 54: // stmt_expr: expr_decrement
|
|
#line 358 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_expr::ptr > () = std::make_unique<ast::stmt_expr>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2338 "parser.cpp"
|
|
break;
|
|
|
|
case 55: // stmt_expr: %empty
|
|
#line 360 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_expr::ptr > () = std::make_unique<ast::stmt_expr>(yylhs.location, std::make_unique<ast::node>(yylhs.location)); }
|
|
#line 2344 "parser.cpp"
|
|
break;
|
|
|
|
case 56: // stmt_call: expr_call ";"
|
|
#line 365 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_call::ptr > () = std::make_unique<ast::stmt_call>(yylhs.location, ast::expr(std::move(yystack_[1].value.as < ast::expr_call::ptr > ()))); }
|
|
#line 2350 "parser.cpp"
|
|
break;
|
|
|
|
case 57: // stmt_call: expr_method ";"
|
|
#line 367 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_call::ptr > () = std::make_unique<ast::stmt_call>(yylhs.location, ast::expr(std::move(yystack_[1].value.as < ast::expr_method::ptr > ()))); }
|
|
#line 2356 "parser.cpp"
|
|
break;
|
|
|
|
case 58: // stmt_assign: expr_assign ";"
|
|
#line 372 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_assign::ptr > () = std::make_unique<ast::stmt_assign>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 2362 "parser.cpp"
|
|
break;
|
|
|
|
case 59: // stmt_assign: expr_increment ";"
|
|
#line 374 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_assign::ptr > () = std::make_unique<ast::stmt_assign>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 2368 "parser.cpp"
|
|
break;
|
|
|
|
case 60: // stmt_assign: expr_decrement ";"
|
|
#line 376 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_assign::ptr > () = std::make_unique<ast::stmt_assign>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 2374 "parser.cpp"
|
|
break;
|
|
|
|
case 61: // stmt_endon: expr_object "endon" "(" expr ")" ";"
|
|
#line 381 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_endon::ptr > () = std::make_unique<ast::stmt_endon>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr > ())); }
|
|
#line 2380 "parser.cpp"
|
|
break;
|
|
|
|
case 62: // stmt_notify: expr_object "notify" "(" expr "," expr_arguments_no_empty ")" ";"
|
|
#line 386 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_notify::ptr > () = std::make_unique<ast::stmt_notify>(yylhs.location, std::move(yystack_[7].value.as < ast::expr > ()), std::move(yystack_[4].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr_arguments::ptr > ())); }
|
|
#line 2386 "parser.cpp"
|
|
break;
|
|
|
|
case 63: // stmt_notify: expr_object "notify" "(" expr ")" ";"
|
|
#line 388 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_notify::ptr > () = std::make_unique<ast::stmt_notify>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr > ()), std::make_unique<ast::expr_arguments>(yylhs.location)); }
|
|
#line 2392 "parser.cpp"
|
|
break;
|
|
|
|
case 64: // stmt_wait: "wait" expr ";"
|
|
#line 393 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_wait::ptr > () = std::make_unique<ast::stmt_wait>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 2398 "parser.cpp"
|
|
break;
|
|
|
|
case 65: // stmt_waittill: expr_object "waittill" "(" expr "," expr_arguments_no_empty ")" ";"
|
|
#line 398 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waittill::ptr > () = std::make_unique<ast::stmt_waittill>(yylhs.location, std::move(yystack_[7].value.as < ast::expr > ()), std::move(yystack_[4].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr_arguments::ptr > ())); }
|
|
#line 2404 "parser.cpp"
|
|
break;
|
|
|
|
case 66: // stmt_waittill: expr_object "waittill" "(" expr ")" ";"
|
|
#line 400 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waittill::ptr > () = std::make_unique<ast::stmt_waittill>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr > ()), std::make_unique<ast::expr_arguments>(yylhs.location)); }
|
|
#line 2410 "parser.cpp"
|
|
break;
|
|
|
|
case 67: // stmt_waittillmatch: expr_object "waittillmatch" "(" expr "," expr_arguments_no_empty ")" ";"
|
|
#line 405 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waittillmatch::ptr > () = std::make_unique<ast::stmt_waittillmatch>(yylhs.location, std::move(yystack_[7].value.as < ast::expr > ()), std::move(yystack_[4].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr_arguments::ptr > ())); }
|
|
#line 2416 "parser.cpp"
|
|
break;
|
|
|
|
case 68: // stmt_waittillmatch: expr_object "waittillmatch" "(" expr ")" ";"
|
|
#line 407 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waittillmatch::ptr > () = std::make_unique<ast::stmt_waittillmatch>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr > ()), std::make_unique<ast::expr_arguments>(yylhs.location)); }
|
|
#line 2422 "parser.cpp"
|
|
break;
|
|
|
|
case 69: // stmt_waittillframeend: "waittillframeend" ";"
|
|
#line 412 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waittillframeend::ptr > () = std::make_unique<ast::stmt_waittillframeend>(yylhs.location); }
|
|
#line 2428 "parser.cpp"
|
|
break;
|
|
|
|
case 70: // stmt_waitframe: "waitframe" ";"
|
|
#line 417 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waitframe::ptr > () = std::make_unique<ast::stmt_waitframe>(yylhs.location); }
|
|
#line 2434 "parser.cpp"
|
|
break;
|
|
|
|
case 71: // stmt_waitframe: "waitframe" "(" ")" ";"
|
|
#line 419 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_waitframe::ptr > () = std::make_unique<ast::stmt_waitframe>(yylhs.location); }
|
|
#line 2440 "parser.cpp"
|
|
break;
|
|
|
|
case 72: // stmt_if: "if" "(" expr ")" stmt
|
|
#line 424 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_if::ptr > () = std::make_unique<ast::stmt_if>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2446 "parser.cpp"
|
|
break;
|
|
|
|
case 73: // stmt_ifelse: "if" "(" expr ")" stmt "else" stmt
|
|
#line 429 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_ifelse::ptr > () = std::make_unique<ast::stmt_ifelse>(yylhs.location, std::move(yystack_[4].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::stmt > ()), std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2452 "parser.cpp"
|
|
break;
|
|
|
|
case 74: // stmt_while: "while" "(" expr ")" stmt
|
|
#line 434 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_while::ptr > () = std::make_unique<ast::stmt_while>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2458 "parser.cpp"
|
|
break;
|
|
|
|
case 75: // stmt_dowhile: "do" stmt "while" "(" expr ")" ";"
|
|
#line 439 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_dowhile::ptr > () = std::make_unique<ast::stmt_dowhile>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[5].value.as < ast::stmt > ())); }
|
|
#line 2464 "parser.cpp"
|
|
break;
|
|
|
|
case 76: // stmt_for: "for" "(" stmt_expr ";" expr_or_empty ";" stmt_expr ")" stmt
|
|
#line 444 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_for::ptr > () = std::make_unique<ast::stmt_for>(yylhs.location, ast::stmt(std::move(yystack_[6].value.as < ast::stmt_expr::ptr > ())), std::move(yystack_[4].value.as < ast::expr > ()), ast::stmt(std::move(yystack_[2].value.as < ast::stmt_expr::ptr > ())), std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2470 "parser.cpp"
|
|
break;
|
|
|
|
case 77: // stmt_foreach: "foreach" "(" expr_identifier "in" expr ")" stmt
|
|
#line 449 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_foreach::ptr > () = std::make_unique<ast::stmt_foreach>(yylhs.location, ast::expr(std::move(yystack_[4].value.as < ast::expr_identifier::ptr > ())), std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2476 "parser.cpp"
|
|
break;
|
|
|
|
case 78: // stmt_foreach: "foreach" "(" expr_identifier "," expr_identifier "in" expr ")" stmt
|
|
#line 451 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_foreach::ptr > () = std::make_unique<ast::stmt_foreach>(yylhs.location, ast::expr(std::move(yystack_[6].value.as < ast::expr_identifier::ptr > ())), ast::expr(std::move(yystack_[4].value.as < ast::expr_identifier::ptr > ())), std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::stmt > ())); }
|
|
#line 2482 "parser.cpp"
|
|
break;
|
|
|
|
case 79: // stmt_switch: "switch" "(" expr ")" stmt_block
|
|
#line 456 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_switch::ptr > () = std::make_unique<ast::stmt_switch>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::stmt_list::ptr > ())); }
|
|
#line 2488 "parser.cpp"
|
|
break;
|
|
|
|
case 80: // stmt_case: "case" expr_integer ":"
|
|
#line 461 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_case::ptr > () = std::make_unique<ast::stmt_case>(yylhs.location, ast::expr(std::move(yystack_[1].value.as < ast::expr_integer::ptr > ())), std::make_unique<ast::stmt_list>(yylhs.location)); }
|
|
#line 2494 "parser.cpp"
|
|
break;
|
|
|
|
case 81: // stmt_case: "case" expr_string ":"
|
|
#line 463 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_case::ptr > () = std::make_unique<ast::stmt_case>(yylhs.location, ast::expr(std::move(yystack_[1].value.as < ast::expr_string::ptr > ())), std::make_unique<ast::stmt_list>(yylhs.location)); }
|
|
#line 2500 "parser.cpp"
|
|
break;
|
|
|
|
case 82: // stmt_default: "default" ":"
|
|
#line 468 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_default::ptr > () = std::make_unique<ast::stmt_default>(yylhs.location, std::make_unique<ast::stmt_list>(yylhs.location)); }
|
|
#line 2506 "parser.cpp"
|
|
break;
|
|
|
|
case 83: // stmt_break: "break" ";"
|
|
#line 473 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_break::ptr > () = std::make_unique<ast::stmt_break>(yylhs.location); }
|
|
#line 2512 "parser.cpp"
|
|
break;
|
|
|
|
case 84: // stmt_continue: "continue" ";"
|
|
#line 478 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_continue::ptr > () = std::make_unique<ast::stmt_continue>(yylhs.location); }
|
|
#line 2518 "parser.cpp"
|
|
break;
|
|
|
|
case 85: // stmt_return: "return" expr ";"
|
|
#line 483 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_return::ptr > () = std::make_unique<ast::stmt_return>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 2524 "parser.cpp"
|
|
break;
|
|
|
|
case 86: // stmt_return: "return" ";"
|
|
#line 485 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_return::ptr > () = std::make_unique<ast::stmt_return>(yylhs.location, std::make_unique<ast::node>(yylhs.location)); }
|
|
#line 2530 "parser.cpp"
|
|
break;
|
|
|
|
case 87: // stmt_breakpoint: "breakpoint" ";"
|
|
#line 490 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_breakpoint::ptr > () = std::make_unique<ast::stmt_breakpoint>(yylhs.location); }
|
|
#line 2536 "parser.cpp"
|
|
break;
|
|
|
|
case 88: // stmt_prof_begin: "prof_begin" "(" expr_arguments ")" ";"
|
|
#line 495 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_prof_begin::ptr > () = std::make_unique<ast::stmt_prof_begin>(yylhs.location, std::move(yystack_[2].value.as < ast::expr_arguments::ptr > ())); }
|
|
#line 2542 "parser.cpp"
|
|
break;
|
|
|
|
case 89: // stmt_prof_end: "prof_end" "(" expr_arguments ")" ";"
|
|
#line 500 "parser.ypp"
|
|
{ yylhs.value.as < ast::stmt_prof_end::ptr > () = std::make_unique<ast::stmt_prof_end>(yylhs.location, std::move(yystack_[2].value.as < ast::expr_arguments::ptr > ())); }
|
|
#line 2548 "parser.cpp"
|
|
break;
|
|
|
|
case 90: // expr: expr_ternary
|
|
#line 504 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > () = std::move(yystack_[0].value.as < ast::expr > ()); }
|
|
#line 2554 "parser.cpp"
|
|
break;
|
|
|
|
case 91: // expr: expr_binary
|
|
#line 505 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > () = std::move(yystack_[0].value.as < ast::expr > ()); }
|
|
#line 2560 "parser.cpp"
|
|
break;
|
|
|
|
case 92: // expr: expr_primitive
|
|
#line 506 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > () = std::move(yystack_[0].value.as < ast::expr > ()); }
|
|
#line 2566 "parser.cpp"
|
|
break;
|
|
|
|
case 93: // expr_or_empty: expr
|
|
#line 510 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > () = std::move(yystack_[0].value.as < ast::expr > ()); }
|
|
#line 2572 "parser.cpp"
|
|
break;
|
|
|
|
case 94: // expr_or_empty: %empty
|
|
#line 511 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::node>(yylhs.location); }
|
|
#line 2578 "parser.cpp"
|
|
break;
|
|
|
|
case 95: // expr_assign: expr_object "=" expr
|
|
#line 516 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_equal>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2584 "parser.cpp"
|
|
break;
|
|
|
|
case 96: // expr_assign: expr_object "|=" expr
|
|
#line 518 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_bitwise_or>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2590 "parser.cpp"
|
|
break;
|
|
|
|
case 97: // expr_assign: expr_object "&=" expr
|
|
#line 520 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_bitwise_and>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2596 "parser.cpp"
|
|
break;
|
|
|
|
case 98: // expr_assign: expr_object "^=" expr
|
|
#line 522 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_bitwise_exor>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2602 "parser.cpp"
|
|
break;
|
|
|
|
case 99: // expr_assign: expr_object "<<=" expr
|
|
#line 524 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_shift_left>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()),std::move( yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2608 "parser.cpp"
|
|
break;
|
|
|
|
case 100: // expr_assign: expr_object ">>=" expr
|
|
#line 526 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_shift_right>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2614 "parser.cpp"
|
|
break;
|
|
|
|
case 101: // expr_assign: expr_object "+=" expr
|
|
#line 528 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_add>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2620 "parser.cpp"
|
|
break;
|
|
|
|
case 102: // expr_assign: expr_object "-=" expr
|
|
#line 530 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_sub>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2626 "parser.cpp"
|
|
break;
|
|
|
|
case 103: // expr_assign: expr_object "*=" expr
|
|
#line 532 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_mul>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2632 "parser.cpp"
|
|
break;
|
|
|
|
case 104: // expr_assign: expr_object "/=" expr
|
|
#line 534 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_div>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2638 "parser.cpp"
|
|
break;
|
|
|
|
case 105: // expr_assign: expr_object "%=" expr
|
|
#line 536 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_assign_mod>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2644 "parser.cpp"
|
|
break;
|
|
|
|
case 106: // expr_increment: "++" expr_object
|
|
#line 541 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_increment>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ()), true); }
|
|
#line 2650 "parser.cpp"
|
|
break;
|
|
|
|
case 107: // expr_increment: expr_object "++"
|
|
#line 543 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_increment>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ()), false); }
|
|
#line 2656 "parser.cpp"
|
|
break;
|
|
|
|
case 108: // expr_decrement: "--" expr_object
|
|
#line 548 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_decrement>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ()), true); }
|
|
#line 2662 "parser.cpp"
|
|
break;
|
|
|
|
case 109: // expr_decrement: expr_object "--"
|
|
#line 550 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_decrement>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ()), false); }
|
|
#line 2668 "parser.cpp"
|
|
break;
|
|
|
|
case 110: // expr_ternary: expr "?" expr ":" expr
|
|
#line 555 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_ternary>(yylhs.location, std::move(yystack_[4].value.as < ast::expr > ()), std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2674 "parser.cpp"
|
|
break;
|
|
|
|
case 111: // expr_binary: expr "||" expr
|
|
#line 560 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_or>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2680 "parser.cpp"
|
|
break;
|
|
|
|
case 112: // expr_binary: expr "&&" expr
|
|
#line 562 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_and>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2686 "parser.cpp"
|
|
break;
|
|
|
|
case 113: // expr_binary: expr "==" expr
|
|
#line 564 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_equality>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2692 "parser.cpp"
|
|
break;
|
|
|
|
case 114: // expr_binary: expr "!=" expr
|
|
#line 566 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_inequality>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2698 "parser.cpp"
|
|
break;
|
|
|
|
case 115: // expr_binary: expr "<=" expr
|
|
#line 568 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_less_equal>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2704 "parser.cpp"
|
|
break;
|
|
|
|
case 116: // expr_binary: expr ">=" expr
|
|
#line 570 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_greater_equal>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2710 "parser.cpp"
|
|
break;
|
|
|
|
case 117: // expr_binary: expr "<" expr
|
|
#line 572 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_less>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2716 "parser.cpp"
|
|
break;
|
|
|
|
case 118: // expr_binary: expr ">" expr
|
|
#line 574 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_greater>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2722 "parser.cpp"
|
|
break;
|
|
|
|
case 119: // expr_binary: expr "|" expr
|
|
#line 576 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_bitwise_or>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2728 "parser.cpp"
|
|
break;
|
|
|
|
case 120: // expr_binary: expr "&" expr
|
|
#line 578 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_bitwise_and>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2734 "parser.cpp"
|
|
break;
|
|
|
|
case 121: // expr_binary: expr "^" expr
|
|
#line 580 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_bitwise_exor>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2740 "parser.cpp"
|
|
break;
|
|
|
|
case 122: // expr_binary: expr "<<" expr
|
|
#line 582 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_shift_left>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2746 "parser.cpp"
|
|
break;
|
|
|
|
case 123: // expr_binary: expr ">>" expr
|
|
#line 584 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_shift_right>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2752 "parser.cpp"
|
|
break;
|
|
|
|
case 124: // expr_binary: expr "+" expr
|
|
#line 586 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_add>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2758 "parser.cpp"
|
|
break;
|
|
|
|
case 125: // expr_binary: expr "-" expr
|
|
#line 588 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_sub>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2764 "parser.cpp"
|
|
break;
|
|
|
|
case 126: // expr_binary: expr "*" expr
|
|
#line 590 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_mul>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2770 "parser.cpp"
|
|
break;
|
|
|
|
case 127: // expr_binary: expr "/" expr
|
|
#line 592 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_div>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2776 "parser.cpp"
|
|
break;
|
|
|
|
case 128: // expr_binary: expr "%" expr
|
|
#line 594 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::make_unique<ast::expr_mod>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2782 "parser.cpp"
|
|
break;
|
|
|
|
case 129: // expr_primitive: expr_complement
|
|
#line 598 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_complement::ptr > ()); }
|
|
#line 2788 "parser.cpp"
|
|
break;
|
|
|
|
case 130: // expr_primitive: expr_not
|
|
#line 599 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_not::ptr > ()); }
|
|
#line 2794 "parser.cpp"
|
|
break;
|
|
|
|
case 131: // expr_primitive: expr_call
|
|
#line 600 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_call::ptr > ()); }
|
|
#line 2800 "parser.cpp"
|
|
break;
|
|
|
|
case 132: // expr_primitive: expr_method
|
|
#line 601 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_method::ptr > ()); }
|
|
#line 2806 "parser.cpp"
|
|
break;
|
|
|
|
case 133: // expr_primitive: expr_add_array
|
|
#line 602 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_add_array::ptr > ()); }
|
|
#line 2812 "parser.cpp"
|
|
break;
|
|
|
|
case 134: // expr_primitive: expr_isdefined
|
|
#line 603 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_isdefined::ptr > ()); }
|
|
#line 2818 "parser.cpp"
|
|
break;
|
|
|
|
case 135: // expr_primitive: expr_istrue
|
|
#line 604 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_istrue::ptr > ()); }
|
|
#line 2824 "parser.cpp"
|
|
break;
|
|
|
|
case 136: // expr_primitive: expr_reference
|
|
#line 605 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_reference::ptr > ()); }
|
|
#line 2830 "parser.cpp"
|
|
break;
|
|
|
|
case 137: // expr_primitive: expr_array
|
|
#line 606 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_array::ptr > ()); }
|
|
#line 2836 "parser.cpp"
|
|
break;
|
|
|
|
case 138: // expr_primitive: expr_field
|
|
#line 607 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_field::ptr > ()); }
|
|
#line 2842 "parser.cpp"
|
|
break;
|
|
|
|
case 139: // expr_primitive: expr_size
|
|
#line 608 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_size::ptr > ()); }
|
|
#line 2848 "parser.cpp"
|
|
break;
|
|
|
|
case 140: // expr_primitive: expr_paren
|
|
#line 609 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_paren::ptr > ()); }
|
|
#line 2854 "parser.cpp"
|
|
break;
|
|
|
|
case 141: // expr_primitive: expr_thisthread
|
|
#line 610 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_thisthread::ptr > ()); }
|
|
#line 2860 "parser.cpp"
|
|
break;
|
|
|
|
case 142: // expr_primitive: expr_empty_array
|
|
#line 611 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_empty_array::ptr > ()); }
|
|
#line 2866 "parser.cpp"
|
|
break;
|
|
|
|
case 143: // expr_primitive: expr_undefined
|
|
#line 612 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_undefined::ptr > ()); }
|
|
#line 2872 "parser.cpp"
|
|
break;
|
|
|
|
case 144: // expr_primitive: expr_game
|
|
#line 613 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_game::ptr > ()); }
|
|
#line 2878 "parser.cpp"
|
|
break;
|
|
|
|
case 145: // expr_primitive: expr_self
|
|
#line 614 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_self::ptr > ()); }
|
|
#line 2884 "parser.cpp"
|
|
break;
|
|
|
|
case 146: // expr_primitive: expr_anim
|
|
#line 615 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_anim::ptr > ()); }
|
|
#line 2890 "parser.cpp"
|
|
break;
|
|
|
|
case 147: // expr_primitive: expr_level
|
|
#line 616 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_level::ptr > ()); }
|
|
#line 2896 "parser.cpp"
|
|
break;
|
|
|
|
case 148: // expr_primitive: expr_animation
|
|
#line 617 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_animation::ptr > ()); }
|
|
#line 2902 "parser.cpp"
|
|
break;
|
|
|
|
case 149: // expr_primitive: expr_animtree
|
|
#line 618 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_animtree::ptr > ()); }
|
|
#line 2908 "parser.cpp"
|
|
break;
|
|
|
|
case 150: // expr_primitive: expr_identifier
|
|
#line 619 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ()); }
|
|
#line 2914 "parser.cpp"
|
|
break;
|
|
|
|
case 151: // expr_primitive: expr_istring
|
|
#line 620 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_istring::ptr > ()); }
|
|
#line 2920 "parser.cpp"
|
|
break;
|
|
|
|
case 152: // expr_primitive: expr_string
|
|
#line 621 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_string::ptr > ()); }
|
|
#line 2926 "parser.cpp"
|
|
break;
|
|
|
|
case 153: // expr_primitive: expr_color
|
|
#line 622 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_color::ptr > ()); }
|
|
#line 2932 "parser.cpp"
|
|
break;
|
|
|
|
case 154: // expr_primitive: expr_vector
|
|
#line 623 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_vector::ptr > ()); }
|
|
#line 2938 "parser.cpp"
|
|
break;
|
|
|
|
case 155: // expr_primitive: expr_float
|
|
#line 624 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_float::ptr > ()); }
|
|
#line 2944 "parser.cpp"
|
|
break;
|
|
|
|
case 156: // expr_primitive: expr_integer
|
|
#line 625 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_integer::ptr > ()); }
|
|
#line 2950 "parser.cpp"
|
|
break;
|
|
|
|
case 157: // expr_primitive: expr_false
|
|
#line 626 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_false::ptr > ()); }
|
|
#line 2956 "parser.cpp"
|
|
break;
|
|
|
|
case 158: // expr_primitive: expr_true
|
|
#line 627 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_true::ptr > ()); }
|
|
#line 2962 "parser.cpp"
|
|
break;
|
|
|
|
case 159: // expr_complement: "~" expr
|
|
#line 632 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_complement::ptr > () = std::make_unique<ast::expr_complement>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2968 "parser.cpp"
|
|
break;
|
|
|
|
case 160: // expr_not: "!" expr
|
|
#line 637 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_not::ptr > () = std::make_unique<ast::expr_not>(yylhs.location, std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 2974 "parser.cpp"
|
|
break;
|
|
|
|
case 161: // expr_call: expr_function
|
|
#line 641 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_call::ptr > () = std::make_unique<ast::expr_call>(yylhs.location, std::move(yystack_[0].value.as < ast::call > ())); }
|
|
#line 2980 "parser.cpp"
|
|
break;
|
|
|
|
case 162: // expr_call: expr_pointer
|
|
#line 642 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_call::ptr > () = std::make_unique<ast::expr_call>(yylhs.location, std::move(yystack_[0].value.as < ast::call > ())); }
|
|
#line 2986 "parser.cpp"
|
|
break;
|
|
|
|
case 163: // expr_method: expr_object expr_function
|
|
#line 645 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_method::ptr > () = std::make_unique<ast::expr_method>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::call > ())); }
|
|
#line 2992 "parser.cpp"
|
|
break;
|
|
|
|
case 164: // expr_method: expr_object expr_pointer
|
|
#line 646 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_method::ptr > () = std::make_unique<ast::expr_method>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::call > ())); }
|
|
#line 2998 "parser.cpp"
|
|
break;
|
|
|
|
case 165: // expr_function: expr_identifier "(" expr_arguments ")"
|
|
#line 651 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_function = std::make_unique<ast::expr_function>(yylhs.location, std::make_unique<ast::expr_path>(yylhs.location), std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::normal); }
|
|
#line 3004 "parser.cpp"
|
|
break;
|
|
|
|
case 166: // expr_function: expr_path "::" expr_identifier "(" expr_arguments ")"
|
|
#line 653 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_function = std::make_unique<ast::expr_function>(yylhs.location, std::move(yystack_[5].value.as < ast::expr_path::ptr > ()), std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::normal); }
|
|
#line 3010 "parser.cpp"
|
|
break;
|
|
|
|
case 167: // expr_function: "thread" expr_identifier "(" expr_arguments ")"
|
|
#line 655 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_function = std::make_unique<ast::expr_function>(yylhs.location, std::make_unique<ast::expr_path>(yylhs.location), std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::thread); }
|
|
#line 3016 "parser.cpp"
|
|
break;
|
|
|
|
case 168: // expr_function: "thread" expr_path "::" expr_identifier "(" expr_arguments ")"
|
|
#line 657 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_function = std::make_unique<ast::expr_function>(yylhs.location, std::move(yystack_[5].value.as < ast::expr_path::ptr > ()), std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::thread); }
|
|
#line 3022 "parser.cpp"
|
|
break;
|
|
|
|
case 169: // expr_function: "childthread" expr_identifier "(" expr_arguments ")"
|
|
#line 659 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_function = std::make_unique<ast::expr_function>(yylhs.location, std::make_unique<ast::expr_path>(yylhs.location), std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::childthread); }
|
|
#line 3028 "parser.cpp"
|
|
break;
|
|
|
|
case 170: // expr_function: "childthread" expr_path "::" expr_identifier "(" expr_arguments ")"
|
|
#line 661 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_function = std::make_unique<ast::expr_function>(yylhs.location, std::move(yystack_[5].value.as < ast::expr_path::ptr > ()), std::move(yystack_[3].value.as < ast::expr_identifier::ptr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::childthread); }
|
|
#line 3034 "parser.cpp"
|
|
break;
|
|
|
|
case 171: // expr_pointer: "[" "[" expr "]" "]" "(" expr_arguments ")"
|
|
#line 666 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_pointer = std::make_unique<ast::expr_pointer>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::normal); }
|
|
#line 3040 "parser.cpp"
|
|
break;
|
|
|
|
case 172: // expr_pointer: "thread" "[" "[" expr "]" "]" "(" expr_arguments ")"
|
|
#line 668 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_pointer = std::make_unique<ast::expr_pointer>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::thread); }
|
|
#line 3046 "parser.cpp"
|
|
break;
|
|
|
|
case 173: // expr_pointer: "childthread" "[" "[" expr "]" "]" "(" expr_arguments ")"
|
|
#line 670 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_pointer = std::make_unique<ast::expr_pointer>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::childthread); }
|
|
#line 3052 "parser.cpp"
|
|
break;
|
|
|
|
case 174: // expr_pointer: "call" "[" "[" expr "]" "]" "(" expr_arguments ")"
|
|
#line 672 "parser.ypp"
|
|
{ yylhs.value.as < ast::call > ().as_pointer = std::make_unique<ast::expr_pointer>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ()), ast::call::mode::builtin); }
|
|
#line 3058 "parser.cpp"
|
|
break;
|
|
|
|
case 175: // expr_add_array: "[" expr_arguments_no_empty "]"
|
|
#line 677 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_add_array::ptr > () = std::make_unique<ast::expr_add_array>(yylhs.location, std::move(yystack_[1].value.as < ast::expr_arguments::ptr > ())); }
|
|
#line 3064 "parser.cpp"
|
|
break;
|
|
|
|
case 176: // expr_parameters: expr_parameters "," expr_identifier
|
|
#line 682 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_parameters::ptr > () = std::move(yystack_[2].value.as < ast::expr_parameters::ptr > ()); yylhs.value.as < ast::expr_parameters::ptr > ()->list.push_back(std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ())); }
|
|
#line 3070 "parser.cpp"
|
|
break;
|
|
|
|
case 177: // expr_parameters: expr_identifier
|
|
#line 684 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_parameters::ptr > () = std::make_unique<ast::expr_parameters>(yylhs.location); yylhs.value.as < ast::expr_parameters::ptr > ()->list.push_back(std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ())); }
|
|
#line 3076 "parser.cpp"
|
|
break;
|
|
|
|
case 178: // expr_parameters: %empty
|
|
#line 686 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_parameters::ptr > () = std::make_unique<ast::expr_parameters>(yylhs.location); }
|
|
#line 3082 "parser.cpp"
|
|
break;
|
|
|
|
case 179: // expr_arguments: expr_arguments_no_empty
|
|
#line 691 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_arguments::ptr > () = std::move(yystack_[0].value.as < ast::expr_arguments::ptr > ()); }
|
|
#line 3088 "parser.cpp"
|
|
break;
|
|
|
|
case 180: // expr_arguments: %empty
|
|
#line 693 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_arguments::ptr > () = std::make_unique<ast::expr_arguments>(yylhs.location); }
|
|
#line 3094 "parser.cpp"
|
|
break;
|
|
|
|
case 181: // expr_arguments_no_empty: expr_arguments "," expr
|
|
#line 698 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_arguments::ptr > () = std::move(yystack_[2].value.as < ast::expr_arguments::ptr > ()); yylhs.value.as < ast::expr_arguments::ptr > ()->list.push_back(std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 3100 "parser.cpp"
|
|
break;
|
|
|
|
case 182: // expr_arguments_no_empty: expr
|
|
#line 700 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_arguments::ptr > () = std::make_unique<ast::expr_arguments>(yylhs.location); yylhs.value.as < ast::expr_arguments::ptr > ()->list.push_back(std::move(yystack_[0].value.as < ast::expr > ())); }
|
|
#line 3106 "parser.cpp"
|
|
break;
|
|
|
|
case 183: // expr_isdefined: "isdefined" "(" expr ")"
|
|
#line 705 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_isdefined::ptr > () = std::make_unique<ast::expr_isdefined>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 3112 "parser.cpp"
|
|
break;
|
|
|
|
case 184: // expr_istrue: "istrue" "(" expr ")"
|
|
#line 710 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_istrue::ptr > () = std::make_unique<ast::expr_istrue>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 3118 "parser.cpp"
|
|
break;
|
|
|
|
case 185: // expr_reference: "::" expr_identifier
|
|
#line 715 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_reference::ptr > () = std::make_unique<ast::expr_reference>(yylhs.location, std::make_unique<ast::expr_path>(yylhs.location), std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ())); }
|
|
#line 3124 "parser.cpp"
|
|
break;
|
|
|
|
case 186: // expr_reference: expr_path "::" expr_identifier
|
|
#line 717 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_reference::ptr > () = std::make_unique<ast::expr_reference>(yylhs.location, std::move(yystack_[2].value.as < ast::expr_path::ptr > ()), std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ())); }
|
|
#line 3130 "parser.cpp"
|
|
break;
|
|
|
|
case 187: // expr_array: expr_object "[" expr "]"
|
|
#line 722 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_array::ptr > () = std::make_unique<ast::expr_array>(yylhs.location, std::move(yystack_[3].value.as < ast::expr > ()), std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 3136 "parser.cpp"
|
|
break;
|
|
|
|
case 188: // expr_field: expr_object "." expr_identifier
|
|
#line 727 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_field::ptr > () = std::make_unique<ast::expr_field>(yylhs.location, std::move(yystack_[2].value.as < ast::expr > ()), std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ())); }
|
|
#line 3142 "parser.cpp"
|
|
break;
|
|
|
|
case 189: // expr_size: expr_object ".size"
|
|
#line 732 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_size::ptr > () = std::make_unique<ast::expr_size>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 3148 "parser.cpp"
|
|
break;
|
|
|
|
case 190: // expr_paren: "(" expr ")"
|
|
#line 737 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_paren::ptr > () = std::make_unique<ast::expr_paren>(yylhs.location, std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 3154 "parser.cpp"
|
|
break;
|
|
|
|
case 191: // expr_object: expr_call
|
|
#line 741 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_call::ptr > ()); }
|
|
#line 3160 "parser.cpp"
|
|
break;
|
|
|
|
case 192: // expr_object: expr_method
|
|
#line 742 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_method::ptr > ()); }
|
|
#line 3166 "parser.cpp"
|
|
break;
|
|
|
|
case 193: // expr_object: expr_array
|
|
#line 743 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_array::ptr > ()); }
|
|
#line 3172 "parser.cpp"
|
|
break;
|
|
|
|
case 194: // expr_object: expr_field
|
|
#line 744 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_field::ptr > ()); }
|
|
#line 3178 "parser.cpp"
|
|
break;
|
|
|
|
case 195: // expr_object: expr_game
|
|
#line 745 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_game::ptr > ()); }
|
|
#line 3184 "parser.cpp"
|
|
break;
|
|
|
|
case 196: // expr_object: expr_self
|
|
#line 746 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_self::ptr > ()); }
|
|
#line 3190 "parser.cpp"
|
|
break;
|
|
|
|
case 197: // expr_object: expr_anim
|
|
#line 747 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_anim::ptr > ()); }
|
|
#line 3196 "parser.cpp"
|
|
break;
|
|
|
|
case 198: // expr_object: expr_level
|
|
#line 748 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_level::ptr > ()); }
|
|
#line 3202 "parser.cpp"
|
|
break;
|
|
|
|
case 199: // expr_object: expr_identifier
|
|
#line 749 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr > ().as_node = std::move(yystack_[0].value.as < ast::expr_identifier::ptr > ()); }
|
|
#line 3208 "parser.cpp"
|
|
break;
|
|
|
|
case 200: // expr_thisthread: "thisthread"
|
|
#line 754 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_thisthread::ptr > () = std::make_unique<ast::expr_thisthread>(yylhs.location); }
|
|
#line 3214 "parser.cpp"
|
|
break;
|
|
|
|
case 201: // expr_empty_array: "[" "]"
|
|
#line 759 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_empty_array::ptr > () = std::make_unique<ast::expr_empty_array>(yylhs.location); }
|
|
#line 3220 "parser.cpp"
|
|
break;
|
|
|
|
case 202: // expr_undefined: "undefined"
|
|
#line 764 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_undefined::ptr > () = std::make_unique<ast::expr_undefined>(yylhs.location); }
|
|
#line 3226 "parser.cpp"
|
|
break;
|
|
|
|
case 203: // expr_game: "game"
|
|
#line 769 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_game::ptr > () = std::make_unique<ast::expr_game>(yylhs.location); }
|
|
#line 3232 "parser.cpp"
|
|
break;
|
|
|
|
case 204: // expr_self: "self"
|
|
#line 774 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_self::ptr > () = std::make_unique<ast::expr_self>(yylhs.location); }
|
|
#line 3238 "parser.cpp"
|
|
break;
|
|
|
|
case 205: // expr_anim: "anim"
|
|
#line 779 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_anim::ptr > () = std::make_unique<ast::expr_anim>(yylhs.location); }
|
|
#line 3244 "parser.cpp"
|
|
break;
|
|
|
|
case 206: // expr_level: "level"
|
|
#line 784 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_level::ptr > () = std::make_unique<ast::expr_level>(yylhs.location); }
|
|
#line 3250 "parser.cpp"
|
|
break;
|
|
|
|
case 207: // expr_animation: "%" "identifier"
|
|
#line 789 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_animation::ptr > () = std::make_unique<ast::expr_animation>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3256 "parser.cpp"
|
|
break;
|
|
|
|
case 208: // expr_animtree: "#animtree"
|
|
#line 794 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_animtree::ptr > () = std::make_unique<ast::expr_animtree>(yylhs.location); }
|
|
#line 3262 "parser.cpp"
|
|
break;
|
|
|
|
case 209: // expr_identifier: "identifier"
|
|
#line 799 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_identifier::ptr > () = std::make_unique<ast::expr_identifier>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3268 "parser.cpp"
|
|
break;
|
|
|
|
case 210: // expr_path: "path"
|
|
#line 804 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_path::ptr > () = std::make_unique<ast::expr_path>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3274 "parser.cpp"
|
|
break;
|
|
|
|
case 211: // expr_path: expr_identifier
|
|
#line 806 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_path::ptr > () = std::make_unique<ast::expr_path>(yylhs.location, yystack_[0].value.as < ast::expr_identifier::ptr > ()->value); }
|
|
#line 3280 "parser.cpp"
|
|
break;
|
|
|
|
case 212: // expr_istring: "localized string"
|
|
#line 811 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_istring::ptr > () = std::make_unique<ast::expr_istring>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3286 "parser.cpp"
|
|
break;
|
|
|
|
case 213: // expr_string: "string literal"
|
|
#line 816 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_string::ptr > () = std::make_unique<ast::expr_string>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3292 "parser.cpp"
|
|
break;
|
|
|
|
case 214: // expr_color: "color"
|
|
#line 821 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_color::ptr > () = std::make_unique<ast::expr_color>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3298 "parser.cpp"
|
|
break;
|
|
|
|
case 215: // expr_vector: "(" expr "," expr "," expr ")"
|
|
#line 826 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_vector::ptr > () = std::make_unique<ast::expr_vector>(yylhs.location, std::move(yystack_[5].value.as < ast::expr > ()), std::move(yystack_[3].value.as < ast::expr > ()), std::move(yystack_[1].value.as < ast::expr > ())); }
|
|
#line 3304 "parser.cpp"
|
|
break;
|
|
|
|
case 216: // expr_float: "-" "float"
|
|
#line 831 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_float::ptr > () = std::make_unique<ast::expr_float>(yylhs.location, "-" + yystack_[0].value.as < std::string > ()); }
|
|
#line 3310 "parser.cpp"
|
|
break;
|
|
|
|
case 217: // expr_float: "float"
|
|
#line 833 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_float::ptr > () = std::make_unique<ast::expr_float>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3316 "parser.cpp"
|
|
break;
|
|
|
|
case 218: // expr_integer: "-" "integer"
|
|
#line 838 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_integer::ptr > () = std::make_unique<ast::expr_integer>(yylhs.location, "-" + yystack_[0].value.as < std::string > ()); }
|
|
#line 3322 "parser.cpp"
|
|
break;
|
|
|
|
case 219: // expr_integer: "integer"
|
|
#line 840 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_integer::ptr > () = std::make_unique<ast::expr_integer>(yylhs.location, yystack_[0].value.as < std::string > ()); }
|
|
#line 3328 "parser.cpp"
|
|
break;
|
|
|
|
case 220: // expr_false: "false"
|
|
#line 845 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_false::ptr > () = std::make_unique<ast::expr_false>(yylhs.location); }
|
|
#line 3334 "parser.cpp"
|
|
break;
|
|
|
|
case 221: // expr_true: "true"
|
|
#line 850 "parser.ypp"
|
|
{ yylhs.value.as < ast::expr_true::ptr > () = std::make_unique<ast::expr_true>(yylhs.location); }
|
|
#line 3340 "parser.cpp"
|
|
break;
|
|
|
|
|
|
#line 3344 "parser.cpp"
|
|
|
|
default:
|
|
break;
|
|
}
|
|
}
|
|
#if YY_EXCEPTIONS
|
|
catch (const syntax_error& yyexc)
|
|
{
|
|
YYCDEBUG << "Caught exception: " << yyexc.what() << '\n';
|
|
error (yyexc);
|
|
YYERROR;
|
|
}
|
|
#endif // YY_EXCEPTIONS
|
|
YY_SYMBOL_PRINT ("-> $$ =", yylhs);
|
|
yypop_ (yylen);
|
|
yylen = 0;
|
|
|
|
// Shift the result of the reduction.
|
|
yypush_ (YY_NULLPTR, YY_MOVE (yylhs));
|
|
}
|
|
goto yynewstate;
|
|
|
|
|
|
/*--------------------------------------.
|
|
| yyerrlab -- here on detecting error. |
|
|
`--------------------------------------*/
|
|
yyerrlab:
|
|
// If not already recovering from an error, report this error.
|
|
if (!yyerrstatus_)
|
|
{
|
|
++yynerrs_;
|
|
context yyctx (*this, yyla);
|
|
std::string msg = yysyntax_error_ (yyctx);
|
|
error (yyla.location, YY_MOVE (msg));
|
|
}
|
|
|
|
|
|
yyerror_range[1].location = yyla.location;
|
|
if (yyerrstatus_ == 3)
|
|
{
|
|
/* If just tried and failed to reuse lookahead token after an
|
|
error, discard it. */
|
|
|
|
// Return failure if at end of input.
|
|
if (yyla.kind () == symbol_kind::S_YYEOF)
|
|
YYABORT;
|
|
else if (!yyla.empty ())
|
|
{
|
|
yy_destroy_ ("Error: discarding", yyla);
|
|
yyla.clear ();
|
|
}
|
|
}
|
|
|
|
// Else will try to reuse lookahead token after shifting the error token.
|
|
goto yyerrlab1;
|
|
|
|
|
|
/*---------------------------------------------------.
|
|
| yyerrorlab -- error raised explicitly by YYERROR. |
|
|
`---------------------------------------------------*/
|
|
yyerrorlab:
|
|
/* Pacify compilers when the user code never invokes YYERROR and
|
|
the label yyerrorlab therefore never appears in user code. */
|
|
if (false)
|
|
YYERROR;
|
|
|
|
/* Do not reclaim the symbols of the rule whose action triggered
|
|
this YYERROR. */
|
|
yypop_ (yylen);
|
|
yylen = 0;
|
|
YY_STACK_PRINT ();
|
|
goto yyerrlab1;
|
|
|
|
|
|
/*-------------------------------------------------------------.
|
|
| yyerrlab1 -- common code for both syntax error and YYERROR. |
|
|
`-------------------------------------------------------------*/
|
|
yyerrlab1:
|
|
yyerrstatus_ = 3; // Each real token shifted decrements this.
|
|
// Pop stack until we find a state that shifts the error token.
|
|
for (;;)
|
|
{
|
|
yyn = yypact_[+yystack_[0].state];
|
|
if (!yy_pact_value_is_default_ (yyn))
|
|
{
|
|
yyn += symbol_kind::S_YYerror;
|
|
if (0 <= yyn && yyn <= yylast_
|
|
&& yycheck_[yyn] == symbol_kind::S_YYerror)
|
|
{
|
|
yyn = yytable_[yyn];
|
|
if (0 < yyn)
|
|
break;
|
|
}
|
|
}
|
|
|
|
// Pop the current state because it cannot handle the error token.
|
|
if (yystack_.size () == 1)
|
|
YYABORT;
|
|
|
|
yyerror_range[1].location = yystack_[0].location;
|
|
yy_destroy_ ("Error: popping", yystack_[0]);
|
|
yypop_ ();
|
|
YY_STACK_PRINT ();
|
|
}
|
|
{
|
|
stack_symbol_type error_token;
|
|
|
|
yyerror_range[2].location = yyla.location;
|
|
YYLLOC_DEFAULT (error_token.location, yyerror_range, 2);
|
|
|
|
// Shift the error token.
|
|
yy_lac_discard_ ("error recovery");
|
|
error_token.state = state_type (yyn);
|
|
yypush_ ("Shifting", YY_MOVE (error_token));
|
|
}
|
|
goto yynewstate;
|
|
|
|
|
|
/*-------------------------------------.
|
|
| yyacceptlab -- YYACCEPT comes here. |
|
|
`-------------------------------------*/
|
|
yyacceptlab:
|
|
yyresult = 0;
|
|
goto yyreturn;
|
|
|
|
|
|
/*-----------------------------------.
|
|
| yyabortlab -- YYABORT comes here. |
|
|
`-----------------------------------*/
|
|
yyabortlab:
|
|
yyresult = 1;
|
|
goto yyreturn;
|
|
|
|
|
|
/*-----------------------------------------------------.
|
|
| yyreturn -- parsing is finished, return the result. |
|
|
`-----------------------------------------------------*/
|
|
yyreturn:
|
|
if (!yyla.empty ())
|
|
yy_destroy_ ("Cleanup: discarding lookahead", yyla);
|
|
|
|
/* Do not reclaim the symbols of the rule whose action triggered
|
|
this YYABORT or YYACCEPT. */
|
|
yypop_ (yylen);
|
|
YY_STACK_PRINT ();
|
|
while (1 < yystack_.size ())
|
|
{
|
|
yy_destroy_ ("Cleanup: popping", yystack_[0]);
|
|
yypop_ ();
|
|
}
|
|
|
|
return yyresult;
|
|
}
|
|
#if YY_EXCEPTIONS
|
|
catch (...)
|
|
{
|
|
YYCDEBUG << "Exception caught: cleaning lookahead and stack\n";
|
|
// Do not try to display the values of the reclaimed symbols,
|
|
// as their printers might throw an exception.
|
|
if (!yyla.empty ())
|
|
yy_destroy_ (YY_NULLPTR, yyla);
|
|
|
|
while (1 < yystack_.size ())
|
|
{
|
|
yy_destroy_ (YY_NULLPTR, yystack_[0]);
|
|
yypop_ ();
|
|
}
|
|
throw;
|
|
}
|
|
#endif // YY_EXCEPTIONS
|
|
}
|
|
|
|
void
|
|
parser::error (const syntax_error& yyexc)
|
|
{
|
|
error (yyexc.location, yyexc.what ());
|
|
}
|
|
|
|
const char *
|
|
parser::symbol_name (symbol_kind_type yysymbol)
|
|
{
|
|
static const char *const yy_sname[] =
|
|
{
|
|
"end of file", "error", "invalid token", "/#", "#/", "#inline",
|
|
"#include", "#using_animtree", "#animtree", "endon", "notify", "wait",
|
|
"waittill", "waittillmatch", "waittillframeend", "waitframe", "if",
|
|
"else", "do", "while", "for", "foreach", "in", "switch", "case",
|
|
"default", "break", "continue", "return", "breakpoint", "prof_begin",
|
|
"prof_end", "thread", "childthread", "thisthread", "call", "true",
|
|
"false", "undefined", ".size", "game", "self", "anim", "level",
|
|
"isdefined", "istrue", "(", ")", "{", "}", "[", "]", ",", ".", "::", ":",
|
|
";", "?", "++", "--", "<<", ">>", "||", "&&", "==", "!=", "<=", ">=",
|
|
"<", ">", "!", "~", "=", "+=", "-=", "*=", "/=", "%=", "|=", "&=", "^=",
|
|
">>=", "<<=", "|", "&", "^", "+", "-", "*", "/", "%", "path",
|
|
"identifier", "string literal", "localized string", "color", "float",
|
|
"integer", "ADD_ARRAY", "THEN", "TERN", "NEG", "ANIMREF", "PREINC",
|
|
"PREDEC", "POSTINC", "POSTDEC", "$accept", "root", "program", "inline",
|
|
"include", "declaration", "decl_usingtree", "decl_constant",
|
|
"decl_thread", "stmt", "stmt_dev", "stmt_block", "stmt_list",
|
|
"stmt_expr", "stmt_call", "stmt_assign", "stmt_endon", "stmt_notify",
|
|
"stmt_wait", "stmt_waittill", "stmt_waittillmatch",
|
|
"stmt_waittillframeend", "stmt_waitframe", "stmt_if", "stmt_ifelse",
|
|
"stmt_while", "stmt_dowhile", "stmt_for", "stmt_foreach", "stmt_switch",
|
|
"stmt_case", "stmt_default", "stmt_break", "stmt_continue",
|
|
"stmt_return", "stmt_breakpoint", "stmt_prof_begin", "stmt_prof_end",
|
|
"expr", "expr_or_empty", "expr_assign", "expr_increment",
|
|
"expr_decrement", "expr_ternary", "expr_binary", "expr_primitive",
|
|
"expr_complement", "expr_not", "expr_call", "expr_method",
|
|
"expr_function", "expr_pointer", "expr_add_array", "expr_parameters",
|
|
"expr_arguments", "expr_arguments_no_empty", "expr_isdefined",
|
|
"expr_istrue", "expr_reference", "expr_array", "expr_field", "expr_size",
|
|
"expr_paren", "expr_object", "expr_thisthread", "expr_empty_array",
|
|
"expr_undefined", "expr_game", "expr_self", "expr_anim", "expr_level",
|
|
"expr_animation", "expr_animtree", "expr_identifier", "expr_path",
|
|
"expr_istring", "expr_string", "expr_color", "expr_vector", "expr_float",
|
|
"expr_integer", "expr_false", "expr_true", YY_NULLPTR
|
|
};
|
|
return yy_sname[yysymbol];
|
|
}
|
|
|
|
|
|
|
|
// parser::context.
|
|
parser::context::context (const parser& yyparser, const symbol_type& yyla)
|
|
: yyparser_ (yyparser)
|
|
, yyla_ (yyla)
|
|
{}
|
|
|
|
int
|
|
parser::context::expected_tokens (symbol_kind_type yyarg[], int yyargn) const
|
|
{
|
|
// Actual number of expected tokens
|
|
int yycount = 0;
|
|
|
|
#if IW8DEBUG
|
|
// Execute LAC once. We don't care if it is successful, we
|
|
// only do it for the sake of debugging output.
|
|
if (!yyparser_.yy_lac_established_)
|
|
yyparser_.yy_lac_check_ (yyla_.kind ());
|
|
#endif
|
|
|
|
for (int yyx = 0; yyx < YYNTOKENS; ++yyx)
|
|
{
|
|
symbol_kind_type yysym = YY_CAST (symbol_kind_type, yyx);
|
|
if (yysym != symbol_kind::S_YYerror
|
|
&& yysym != symbol_kind::S_YYUNDEF
|
|
&& yyparser_.yy_lac_check_ (yysym))
|
|
{
|
|
if (!yyarg)
|
|
++yycount;
|
|
else if (yycount == yyargn)
|
|
return 0;
|
|
else
|
|
yyarg[yycount++] = yysym;
|
|
}
|
|
}
|
|
if (yyarg && yycount == 0 && 0 < yyargn)
|
|
yyarg[0] = symbol_kind::S_YYEMPTY;
|
|
return yycount;
|
|
}
|
|
|
|
|
|
bool
|
|
parser::yy_lac_check_ (symbol_kind_type yytoken) const
|
|
{
|
|
// Logically, the yylac_stack's lifetime is confined to this function.
|
|
// Clear it, to get rid of potential left-overs from previous call.
|
|
yylac_stack_.clear ();
|
|
// Reduce until we encounter a shift and thereby accept the token.
|
|
#if IW8DEBUG
|
|
YYCDEBUG << "LAC: checking lookahead " << symbol_name (yytoken) << ':';
|
|
#endif
|
|
std::ptrdiff_t lac_top = 0;
|
|
while (true)
|
|
{
|
|
state_type top_state = (yylac_stack_.empty ()
|
|
? yystack_[lac_top].state
|
|
: yylac_stack_.back ());
|
|
int yyrule = yypact_[+top_state];
|
|
if (yy_pact_value_is_default_ (yyrule)
|
|
|| (yyrule += yytoken) < 0 || yylast_ < yyrule
|
|
|| yycheck_[yyrule] != yytoken)
|
|
{
|
|
// Use the default action.
|
|
yyrule = yydefact_[+top_state];
|
|
if (yyrule == 0)
|
|
{
|
|
YYCDEBUG << " Err\n";
|
|
return false;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// Use the action from yytable.
|
|
yyrule = yytable_[yyrule];
|
|
if (yy_table_value_is_error_ (yyrule))
|
|
{
|
|
YYCDEBUG << " Err\n";
|
|
return false;
|
|
}
|
|
if (0 < yyrule)
|
|
{
|
|
YYCDEBUG << " S" << yyrule << '\n';
|
|
return true;
|
|
}
|
|
yyrule = -yyrule;
|
|
}
|
|
// By now we know we have to simulate a reduce.
|
|
YYCDEBUG << " R" << yyrule - 1;
|
|
// Pop the corresponding number of values from the stack.
|
|
{
|
|
std::ptrdiff_t yylen = yyr2_[yyrule];
|
|
// First pop from the LAC stack as many tokens as possible.
|
|
std::ptrdiff_t lac_size = std::ptrdiff_t (yylac_stack_.size ());
|
|
if (yylen < lac_size)
|
|
{
|
|
yylac_stack_.resize (std::size_t (lac_size - yylen));
|
|
yylen = 0;
|
|
}
|
|
else if (lac_size)
|
|
{
|
|
yylac_stack_.clear ();
|
|
yylen -= lac_size;
|
|
}
|
|
// Only afterwards look at the main stack.
|
|
// We simulate popping elements by incrementing lac_top.
|
|
lac_top += yylen;
|
|
}
|
|
// Keep top_state in sync with the updated stack.
|
|
top_state = (yylac_stack_.empty ()
|
|
? yystack_[lac_top].state
|
|
: yylac_stack_.back ());
|
|
// Push the resulting state of the reduction.
|
|
state_type state = yy_lr_goto_state_ (top_state, yyr1_[yyrule]);
|
|
YYCDEBUG << " G" << int (state);
|
|
yylac_stack_.push_back (state);
|
|
}
|
|
}
|
|
|
|
// Establish the initial context if no initial context currently exists.
|
|
bool
|
|
parser::yy_lac_establish_ (symbol_kind_type yytoken)
|
|
{
|
|
/* Establish the initial context for the current lookahead if no initial
|
|
context is currently established.
|
|
|
|
We define a context as a snapshot of the parser stacks. We define
|
|
the initial context for a lookahead as the context in which the
|
|
parser initially examines that lookahead in order to select a
|
|
syntactic action. Thus, if the lookahead eventually proves
|
|
syntactically unacceptable (possibly in a later context reached via a
|
|
series of reductions), the initial context can be used to determine
|
|
the exact set of tokens that would be syntactically acceptable in the
|
|
lookahead's place. Moreover, it is the context after which any
|
|
further semantic actions would be erroneous because they would be
|
|
determined by a syntactically unacceptable token.
|
|
|
|
yy_lac_establish_ should be invoked when a reduction is about to be
|
|
performed in an inconsistent state (which, for the purposes of LAC,
|
|
includes consistent states that don't know they're consistent because
|
|
their default reductions have been disabled).
|
|
|
|
For parse.lac=full, the implementation of yy_lac_establish_ is as
|
|
follows. If no initial context is currently established for the
|
|
current lookahead, then check if that lookahead can eventually be
|
|
shifted if syntactic actions continue from the current context. */
|
|
if (!yy_lac_established_)
|
|
{
|
|
#if IW8DEBUG
|
|
YYCDEBUG << "LAC: initial context established for "
|
|
<< symbol_name (yytoken) << '\n';
|
|
#endif
|
|
yy_lac_established_ = true;
|
|
return yy_lac_check_ (yytoken);
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Discard any previous initial lookahead context.
|
|
void
|
|
parser::yy_lac_discard_ (const char* evt)
|
|
{
|
|
/* Discard any previous initial lookahead context because of Event,
|
|
which may be a lookahead change or an invalidation of the currently
|
|
established initial context for the current lookahead.
|
|
|
|
The most common example of a lookahead change is a shift. An example
|
|
of both cases is syntax error recovery. That is, a syntax error
|
|
occurs when the lookahead is syntactically erroneous for the
|
|
currently established initial context, so error recovery manipulates
|
|
the parser stacks to try to find a new initial context in which the
|
|
current lookahead is syntactically acceptable. If it fails to find
|
|
such a context, it discards the lookahead. */
|
|
if (yy_lac_established_)
|
|
{
|
|
YYCDEBUG << "LAC: initial context discarded due to "
|
|
<< evt << '\n';
|
|
yy_lac_established_ = false;
|
|
}
|
|
}
|
|
|
|
int
|
|
parser::yy_syntax_error_arguments_ (const context& yyctx,
|
|
symbol_kind_type yyarg[], int yyargn) const
|
|
{
|
|
/* There are many possibilities here to consider:
|
|
- If this state is a consistent state with a default action, then
|
|
the only way this function was invoked is if the default action
|
|
is an error action. In that case, don't check for expected
|
|
tokens because there are none.
|
|
- The only way there can be no lookahead present (in yyla) is
|
|
if this state is a consistent state with a default action.
|
|
Thus, detecting the absence of a lookahead is sufficient to
|
|
determine that there is no unexpected or expected token to
|
|
report. In that case, just report a simple "syntax error".
|
|
- Don't assume there isn't a lookahead just because this state is
|
|
a consistent state with a default action. There might have
|
|
been a previous inconsistent state, consistent state with a
|
|
non-default action, or user semantic action that manipulated
|
|
yyla. (However, yyla is currently not documented for users.)
|
|
In the first two cases, it might appear that the current syntax
|
|
error should have been detected in the previous state when
|
|
yy_lac_check was invoked. However, at that time, there might
|
|
have been a different syntax error that discarded a different
|
|
initial context during error recovery, leaving behind the
|
|
current lookahead.
|
|
*/
|
|
|
|
if (!yyctx.lookahead ().empty ())
|
|
{
|
|
if (yyarg)
|
|
yyarg[0] = yyctx.token ();
|
|
int yyn = yyctx.expected_tokens (yyarg ? yyarg + 1 : yyarg, yyargn - 1);
|
|
return yyn + 1;
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
// Generate an error message.
|
|
std::string
|
|
parser::yysyntax_error_ (const context& yyctx) const
|
|
{
|
|
// Its maximum.
|
|
enum { YYARGS_MAX = 5 };
|
|
// Arguments of yyformat.
|
|
symbol_kind_type yyarg[YYARGS_MAX];
|
|
int yycount = yy_syntax_error_arguments_ (yyctx, yyarg, YYARGS_MAX);
|
|
|
|
char const* yyformat = YY_NULLPTR;
|
|
switch (yycount)
|
|
{
|
|
#define YYCASE_(N, S) \
|
|
case N: \
|
|
yyformat = S; \
|
|
break
|
|
default: // Avoid compiler warnings.
|
|
YYCASE_ (0, YY_("syntax error"));
|
|
YYCASE_ (1, YY_("syntax error, unexpected %s"));
|
|
YYCASE_ (2, YY_("syntax error, unexpected %s, expecting %s"));
|
|
YYCASE_ (3, YY_("syntax error, unexpected %s, expecting %s or %s"));
|
|
YYCASE_ (4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
|
|
YYCASE_ (5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
|
|
#undef YYCASE_
|
|
}
|
|
|
|
std::string yyres;
|
|
// Argument number.
|
|
std::ptrdiff_t yyi = 0;
|
|
for (char const* yyp = yyformat; *yyp; ++yyp)
|
|
if (yyp[0] == '%' && yyp[1] == 's' && yyi < yycount)
|
|
{
|
|
yyres += symbol_name (yyarg[yyi++]);
|
|
++yyp;
|
|
}
|
|
else
|
|
yyres += *yyp;
|
|
return yyres;
|
|
}
|
|
|
|
|
|
const short parser::yypact_ninf_ = -276;
|
|
|
|
const short parser::yytable_ninf_ = -212;
|
|
|
|
const short
|
|
parser::yypact_[] =
|
|
{
|
|
23, -276, -276, -40, -40, -30, -276, 54, 23, -276,
|
|
-276, -276, -276, -276, -276, -8, -276, -276, -1, 16,
|
|
-57, -276, -276, -276, -276, -17, 1128, -276, -276, -276,
|
|
44, -15, -276, -276, -35, -33, -276, 43, -276, -276,
|
|
-276, -276, -276, -276, -276, 48, 57, 1128, 996, -17,
|
|
1128, 1128, -31, 25, -276, -276, -276, -276, 2050, -276,
|
|
-276, -276, -276, -276, 305, 699, -276, -276, -276, -276,
|
|
-276, -276, 722, 1019, -276, -276, 1029, -276, -276, -276,
|
|
1092, 1154, 1224, 1271, -276, -276, 588, 64, -276, -276,
|
|
-276, -276, -276, -276, -276, -276, 69, 78, -17, 87,
|
|
82, 91, 93, 101, 95, 103, 1128, 1128, 1266, 996,
|
|
-276, 2133, 99, 128, -276, -276, -276, -276, -276, -276,
|
|
-276, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128,
|
|
1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128, 1128,
|
|
-276, 1194, -17, -276, -276, 119, 121, 1128, -17, -276,
|
|
81, -276, -276, 1128, 1128, -17, 1128, 1128, -17, 1128,
|
|
1434, 1468, -276, 1128, 1780, 1128, -276, 2015, 164, 164,
|
|
2164, 2174, 2246, 2246, -42, -42, -42, -42, 2205, 717,
|
|
2215, 45, 45, -276, -276, -276, 1820, -276, -17, 27,
|
|
-276, 135, 823, 1128, 127, -3, 141, 968, 144, 147,
|
|
149, 153, -20, 154, 146, 148, 1062, 152, 168, 169,
|
|
-276, 160, 503, 503, -276, -276, -276, 869, -276, -276,
|
|
-276, -276, -276, -276, -276, -276, -276, -276, -276, -276,
|
|
-276, -276, -276, -276, -276, -276, -276, -276, -276, -276,
|
|
-276, -276, 165, 166, 170, 174, 175, -276, -276, 635,
|
|
-276, -276, -276, -276, -23, 1860, 36, 178, 1900, 38,
|
|
179, 1940, -276, -276, 1979, 181, 2133, 1128, -276, 135,
|
|
-276, 1128, -276, 922, 2085, -276, 189, -276, 1128, 197,
|
|
1128, 28, -17, 1128, 140, 184, 185, -276, -276, -276,
|
|
-276, 2120, -276, 1128, 1128, 1128, -276, -276, -11, -11,
|
|
-276, -276, -276, -276, -276, -276, -276, 196, 200, 201,
|
|
202, -276, -276, 1128, 1128, 1128, 1128, 1128, 1128, 1128,
|
|
1128, 1128, 1128, 1128, 192, -276, 1128, 205, -276, 1128,
|
|
206, 1128, 214, 2133, 80, -276, -276, 207, 1502, 216,
|
|
1536, 208, -276, -276, -276, 1220, -2, 1570, -276, -276,
|
|
-276, 89, 110, 1780, 1128, 1128, 1128, 1128, 2133, 2133,
|
|
2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 2133, 219,
|
|
112, 220, 114, 222, 1604, 1128, -276, -276, 968, 1128,
|
|
968, 1128, 1128, -17, 78, 221, 227, 1638, 1312, 1356,
|
|
1400, 1128, -276, 1128, -276, 1128, -276, 116, 255, 1672,
|
|
-276, 2133, 229, 1706, 248, -276, -276, -276, 230, 232,
|
|
1128, 234, 1128, 237, 1128, 122, 124, 130, -276, 968,
|
|
238, 28, 968, 1128, -276, -276, 231, -276, 250, -276,
|
|
261, -276, -276, -276, -276, -276, 262, -276, 1740, 239,
|
|
246, 254, 968, 968, -276, -276, -276, -276, -276
|
|
};
|
|
|
|
const unsigned char
|
|
parser::yydefact_[] =
|
|
{
|
|
3, 12, 13, 0, 0, 0, 209, 0, 2, 7,
|
|
8, 9, 14, 15, 16, 0, 210, 211, 0, 0,
|
|
0, 1, 4, 5, 6, 178, 0, 10, 11, 213,
|
|
0, 0, 177, 208, 0, 0, 200, 0, 221, 220,
|
|
202, 203, 204, 205, 206, 0, 0, 0, 180, 0,
|
|
0, 0, 0, 0, 212, 214, 217, 219, 0, 90,
|
|
91, 92, 129, 130, 131, 132, 161, 162, 133, 134,
|
|
135, 136, 137, 138, 139, 140, 0, 141, 142, 143,
|
|
144, 145, 146, 147, 148, 149, 150, 0, 151, 152,
|
|
153, 154, 155, 156, 157, 158, 0, 0, 0, 0,
|
|
211, 0, 0, 211, 0, 0, 0, 0, 0, 180,
|
|
201, 182, 0, 179, 185, 160, 159, 216, 218, 207,
|
|
18, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
189, 0, 0, 163, 164, 211, 0, 180, 0, 17,
|
|
0, 19, 176, 0, 180, 0, 0, 180, 0, 0,
|
|
0, 0, 190, 0, 182, 0, 175, 0, 122, 123,
|
|
111, 112, 113, 114, 115, 116, 117, 118, 119, 120,
|
|
121, 124, 125, 126, 127, 128, 0, 188, 0, 0,
|
|
179, 186, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
49, 0, 0, 0, 51, 20, 21, 0, 22, 23,
|
|
24, 25, 26, 27, 28, 29, 30, 31, 32, 33,
|
|
34, 35, 36, 37, 38, 39, 40, 41, 42, 43,
|
|
44, 45, 0, 0, 0, 191, 192, 193, 194, 0,
|
|
195, 196, 197, 198, 199, 0, 0, 0, 0, 0,
|
|
0, 0, 183, 184, 0, 0, 181, 0, 187, 0,
|
|
165, 180, 47, 0, 0, 69, 0, 70, 0, 0,
|
|
0, 55, 0, 0, 0, 0, 0, 82, 83, 84,
|
|
86, 0, 87, 180, 180, 0, 191, 192, 106, 108,
|
|
48, 50, 58, 59, 60, 56, 57, 0, 0, 0,
|
|
0, 107, 109, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 167, 180, 0, 169, 180,
|
|
0, 0, 0, 110, 0, 46, 64, 0, 0, 0,
|
|
0, 0, 52, 53, 54, 0, 0, 0, 81, 80,
|
|
85, 0, 0, 0, 0, 0, 0, 0, 95, 101,
|
|
102, 103, 104, 105, 96, 97, 98, 100, 99, 0,
|
|
0, 0, 0, 0, 0, 180, 166, 71, 0, 0,
|
|
0, 94, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 180, 168, 180, 170, 180, 215, 0, 72, 0,
|
|
74, 93, 0, 0, 0, 79, 88, 89, 0, 0,
|
|
180, 0, 180, 0, 180, 0, 0, 0, 171, 0,
|
|
0, 55, 0, 0, 61, 63, 179, 66, 179, 68,
|
|
179, 172, 173, 174, 73, 75, 0, 77, 0, 0,
|
|
0, 0, 0, 0, 62, 65, 67, 76, 78
|
|
};
|
|
|
|
const short
|
|
parser::yypgoto_[] =
|
|
{
|
|
-276, -276, -276, 303, 304, 306, -276, -276, -276, -184,
|
|
-276, -95, 142, -108, -276, -276, -276, -276, -276, -276,
|
|
-276, -276, -276, -276, -276, -276, -276, -276, -276, -276,
|
|
-276, -276, -276, -276, -276, -276, -276, -276, 194, -276,
|
|
-275, -269, -267, -276, -276, -276, -276, -276, -12, -6,
|
|
-71, -65, -276, -276, 13, -47, -276, -276, -276, 79,
|
|
253, -276, -276, 279, -276, -276, -276, 345, 373, 380,
|
|
390, -276, -276, 0, 6, -276, -13, -276, -276, -276,
|
|
134, -276, -276
|
|
};
|
|
|
|
const short
|
|
parser::yydefgoto_[] =
|
|
{
|
|
0, 7, 8, 9, 10, 11, 12, 13, 14, 214,
|
|
215, 216, 217, 341, 218, 219, 220, 221, 222, 223,
|
|
224, 225, 226, 227, 228, 229, 230, 231, 232, 233,
|
|
234, 235, 236, 237, 238, 239, 240, 241, 111, 402,
|
|
242, 243, 244, 59, 60, 61, 62, 63, 64, 65,
|
|
66, 67, 68, 31, 112, 190, 69, 70, 71, 72,
|
|
73, 74, 75, 76, 77, 78, 79, 80, 81, 82,
|
|
83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
|
|
93, 94, 95
|
|
};
|
|
|
|
const short
|
|
parser::yytable_[] =
|
|
{
|
|
15, 113, 151, 17, 17, 143, 342, 30, 15, 18,
|
|
19, 144, 343, 279, 344, 99, 20, 102, 122, 123,
|
|
382, 34, 35, 147, 37, 32, 1, 2, 3, 4,
|
|
5, -211, 97, 301, 100, 103, 29, 98, 25, 141,
|
|
101, 104, 142, 276, 135, 136, 137, 138, 139, 114,
|
|
383, 16, 6, 277, 21, 27, 16, 6, 16, 6,
|
|
34, 35, 113, 37, 26, 117, 118, 284, 41, 42,
|
|
43, 44, 28, 29, 270, 6, 145, 57, 211, 165,
|
|
16, 6, 146, 325, 192, 328, 212, 213, 165, 301,
|
|
165, 96, 193, 105, 106, 194, 195, 196, 152, 197,
|
|
198, 199, 200, 107, 201, 202, 203, 204, 205, 206,
|
|
207, 208, 209, 34, 35, 6, 37, 119, 148, 16,
|
|
6, 41, 42, 43, 44, 149, 150, 376, 154, 150,
|
|
210, 211, 165, 137, 138, 139, 385, 153, 245, 212,
|
|
213, 165, 187, 156, 246, 155, 342, 157, 191, 158,
|
|
254, 165, 343, 159, 344, 257, 146, 386, 260, 392,
|
|
189, 394, 165, 418, 165, 147, 165, 256, 165, 431,
|
|
259, 432, 16, 6, 165, 188, 165, 433, 143, 166,
|
|
245, 271, 165, 275, 144, 245, 246, 278, 269, 285,
|
|
280, 246, 254, 281, 398, 282, 400, 254, 146, 283,
|
|
296, 296, 288, 146, 289, 245, 297, 297, 292, 287,
|
|
295, 246, 254, 254, 293, 294, 339, 254, 146, 146,
|
|
58, 302, 303, 146, 326, 329, 304, 143, 143, 247,
|
|
305, 306, 332, 144, 144, 434, 337, 118, 437, 348,
|
|
349, 108, 354, 369, 115, 116, 355, 356, 357, 145,
|
|
135, 136, 137, 138, 139, 146, 371, 373, 447, 448,
|
|
375, 245, 379, 377, 381, 391, 393, 246, 395, 296,
|
|
423, 247, 419, 254, 143, 297, 247, 406, 439, 146,
|
|
144, 254, 346, 407, 334, 421, 424, 146, 425, 405,
|
|
427, 247, 247, 429, 435, 444, 247, 440, 145, 145,
|
|
160, 161, 445, 164, 146, 146, 351, 352, 441, 442,
|
|
446, 22, 23, 436, 24, 167, 168, 169, 170, 171,
|
|
172, 173, 174, 175, 176, 177, 178, 179, 180, 181,
|
|
182, 183, 184, 185, 273, 186, 286, -191, -191, 370,
|
|
-191, 0, 372, 0, -191, 145, 0, 255, 0, 0,
|
|
258, 146, 247, 261, 0, -191, 0, 264, -191, 266,
|
|
247, 0, 0, 426, 0, 428, 245, 430, 245, 0,
|
|
0, 0, 246, 0, 246, 0, 0, 0, 254, 0,
|
|
254, 0, 0, 404, 146, 0, 146, 274, 397, 0,
|
|
0, 0, 0, 0, 0, 0, -191, -191, 0, 0,
|
|
291, 0, 0, 248, 415, 0, 416, 245, 417, 296,
|
|
245, 0, 0, 246, 0, 297, 246, 0, 0, 254,
|
|
0, 254, 254, 0, 0, 146, 0, 146, 146, 249,
|
|
245, 245, 0, 0, 0, 0, 246, 246, 0, 0,
|
|
0, 0, 254, 254, 0, 248, 0, 0, 146, 146,
|
|
248, 0, 0, 0, 0, 0, 0, 247, 0, 247,
|
|
0, 333, 0, 0, 0, 248, 248, 0, 0, 0,
|
|
248, 249, 338, 0, 340, 0, 249, 347, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 353,
|
|
0, 298, 299, 0, 0, 250, 249, 0, 247, 0,
|
|
247, 247, 0, 0, 0, 0, 0, 358, 359, 360,
|
|
361, 362, 363, 364, 365, 366, 367, 368, 0, 0,
|
|
0, 247, 247, 251, 0, 374, 248, 0, 0, 0,
|
|
252, 0, 0, 0, 248, 34, 35, 250, 37, 0,
|
|
253, 0, 250, 41, 42, 43, 44, 0, 387, 388,
|
|
389, 390, 249, 211, 0, 0, 0, 250, 250, 0,
|
|
345, 0, 250, 0, 0, 251, 0, 0, 0, 0,
|
|
251, 0, 252, 399, 0, 401, 403, 252, 0, 0,
|
|
0, 0, 253, 0, 0, 251, 251, 253, 0, 0,
|
|
251, 0, 252, 252, 16, 6, 0, 252, 0, 0,
|
|
0, 0, 253, 253, 0, 0, 0, 253, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 438, 250, 0,
|
|
-199, -199, 0, -199, 0, 0, 250, -199, 0, 0,
|
|
0, 248, 0, 248, 147, 0, 0, 0, -199, 0,
|
|
0, -199, -211, 0, 307, 308, 251, 309, 310, 0,
|
|
0, 0, 0, 252, 251, 0, 0, 249, 0, 249,
|
|
0, 252, 0, 253, 0, 0, 0, 34, 35, 0,
|
|
37, 253, 248, 0, 248, 248, 0, 0, 0, -199,
|
|
-199, 0, 0, 0, 0, 141, 0, 0, 142, 0,
|
|
0, 0, 0, 311, 312, 248, 248, 0, 249, 0,
|
|
345, 249, 0, 0, 0, 0, 0, 313, 314, 315,
|
|
316, 317, 318, 319, 320, 321, 322, 323, 0, 0,
|
|
0, 249, 249, 250, 0, 250, 16, 6, 0, 0,
|
|
0, -192, -192, 0, -192, 0, 0, 0, -192, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, -192,
|
|
0, 251, -192, 251, -193, -193, 0, -193, 252, 0,
|
|
252, -193, 0, 0, 250, 0, 250, 250, 253, 0,
|
|
253, 0, -193, 0, 0, -193, 0, 122, 123, 0,
|
|
0, 126, 127, 128, 129, 130, 131, 250, 250, 0,
|
|
-192, -192, 251, 0, 251, 251, 0, 0, 0, 252,
|
|
0, 252, 252, 135, 136, 137, 138, 139, 0, 253,
|
|
0, 253, 253, -193, -193, 251, 251, 0, 0, 0,
|
|
0, 0, 252, 252, 0, 0, 192, 272, 0, 0,
|
|
0, 0, 253, 253, 193, 0, 0, 194, 195, 196,
|
|
0, 197, 198, 199, 200, 0, 201, 202, 203, 204,
|
|
205, 206, 207, 208, 209, 34, 35, 0, 37, 0,
|
|
0, 0, 0, 41, 42, 43, 44, 0, 0, 0,
|
|
0, 150, 192, 211, 0, 0, 0, 0, 0, 0,
|
|
193, 212, 213, 194, 195, 196, 0, 197, 198, 199,
|
|
200, 0, 201, 202, 203, 204, 205, 206, 207, 208,
|
|
209, 34, 35, 0, 37, 0, 0, 0, 0, 41,
|
|
42, 43, 44, 0, 16, 6, 0, 150, 300, 211,
|
|
0, 0, 0, 0, 0, 192, 335, 212, 213, 0,
|
|
0, 0, 0, 193, 0, 0, 194, 195, 196, 0,
|
|
197, 198, 199, 200, 0, 201, 202, 203, 204, 205,
|
|
206, 207, 208, 209, 34, 35, 0, 37, 0, 0,
|
|
16, 6, 41, 42, 43, 44, 0, 0, 0, 0,
|
|
150, 192, 211, 0, 0, 0, 0, 0, 0, 193,
|
|
212, 213, 194, 195, 196, 0, 197, 198, 199, 200,
|
|
0, 201, 202, 203, 204, 205, 206, 207, 208, 209,
|
|
34, 35, 0, 37, 33, 0, 0, 0, 41, 42,
|
|
43, 44, 0, 16, 6, 0, 150, 0, 211, 0,
|
|
0, 0, 0, 0, 0, 0, 212, 213, 34, 35,
|
|
36, 37, 38, 39, 40, 0, 41, 42, 43, 44,
|
|
45, 46, 47, 0, 0, 0, 109, 110, 0, 0,
|
|
49, -194, -194, 0, -194, 0, 0, 0, -194, 16,
|
|
6, 34, 35, 0, 37, 0, 50, 51, 140, -194,
|
|
33, 0, -194, 0, 0, 0, 0, 0, 0, 141,
|
|
0, 0, 142, 52, 0, 0, 53, 16, 6, 29,
|
|
54, 55, 56, 57, 34, 35, 36, 37, 38, 39,
|
|
40, 0, 41, 42, 43, 44, 45, 46, 47, 0,
|
|
-194, -194, 48, 0, 0, 0, 49, 0, 290, 0,
|
|
16, 6, 0, 0, -195, -195, 0, -195, 0, 0,
|
|
0, -195, 50, 51, 0, 0, 33, 0, 0, 0,
|
|
0, 0, -195, 0, 0, -195, 0, 0, 0, 52,
|
|
0, 0, 53, 16, 6, 29, 54, 55, 56, 57,
|
|
34, 35, 36, 37, 38, 39, 40, 0, 41, 42,
|
|
43, 44, 45, 46, 47, 0, 0, 0, 48, 0,
|
|
0, 0, 49, -195, -195, 0, -196, -196, 0, -196,
|
|
0, 0, 0, -196, 0, 0, 0, 0, 50, 51,
|
|
0, 0, 33, 0, -196, 0, 0, -196, 0, 0,
|
|
0, 0, 0, 0, 0, 52, 0, 0, 53, 16,
|
|
6, 29, 54, 55, 56, 57, 34, 35, 36, 37,
|
|
38, 39, 40, 0, 41, 42, 43, 44, 45, 46,
|
|
47, 0, 0, 0, 109, -196, -196, 0, 49, 0,
|
|
0, 0, 34, 35, 0, 37, -197, -197, 0, -197,
|
|
0, 0, 0, -197, 50, 51, 0, 0, 0, 0,
|
|
141, 0, 0, 142, -197, 0, 0, -197, 311, 312,
|
|
0, 52, 0, 0, 53, 16, 6, 29, 54, 55,
|
|
56, 57, 313, 314, 315, 316, 317, 318, 319, 320,
|
|
321, 322, 323, -198, -198, 0, -198, 0, 0, 0,
|
|
-198, 16, 6, 162, 0, -197, -197, 0, 163, 0,
|
|
0, -198, 0, 121, -198, 0, 122, 123, 124, 125,
|
|
126, 127, 128, 129, 130, 131, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 132,
|
|
133, 134, 135, 136, 137, 138, 139, 0, 0, 409,
|
|
0, 0, -198, -198, 410, 0, 0, 0, 0, 121,
|
|
0, 0, 122, 123, 124, 125, 126, 127, 128, 129,
|
|
130, 131, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 132, 133, 134, 135, 136,
|
|
137, 138, 139, 411, 0, 0, 0, 0, 412, 0,
|
|
0, 0, 0, 121, 0, 0, 122, 123, 124, 125,
|
|
126, 127, 128, 129, 130, 131, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 132,
|
|
133, 134, 135, 136, 137, 138, 139, 413, 0, 0,
|
|
0, 0, 414, 0, 0, 0, 0, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 262, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 121, 0, 0, 122, 123, 124, 125, 126, 127,
|
|
128, 129, 130, 131, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 263, 0, 132, 133, 134,
|
|
135, 136, 137, 138, 139, 121, 0, 0, 122, 123,
|
|
124, 125, 126, 127, 128, 129, 130, 131, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 378,
|
|
0, 132, 133, 134, 135, 136, 137, 138, 139, 121,
|
|
0, 0, 122, 123, 124, 125, 126, 127, 128, 129,
|
|
130, 131, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 380, 0, 132, 133, 134, 135, 136,
|
|
137, 138, 139, 121, 0, 0, 122, 123, 124, 125,
|
|
126, 127, 128, 129, 130, 131, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 384, 0, 132,
|
|
133, 134, 135, 136, 137, 138, 139, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 396, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 121, 0, 0, 122, 123, 124, 125, 126, 127,
|
|
128, 129, 130, 131, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 408, 0, 132, 133, 134,
|
|
135, 136, 137, 138, 139, 121, 0, 0, 122, 123,
|
|
124, 125, 126, 127, 128, 129, 130, 131, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 420,
|
|
0, 132, 133, 134, 135, 136, 137, 138, 139, 121,
|
|
0, 0, 122, 123, 124, 125, 126, 127, 128, 129,
|
|
130, 131, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 422, 0, 132, 133, 134, 135, 136,
|
|
137, 138, 139, 121, 0, 0, 122, 123, 124, 125,
|
|
126, 127, 128, 129, 130, 131, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 443, 0, 132,
|
|
133, 134, 135, 136, 137, 138, 139, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 265, 0, 0, 0, 0, 0, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 268, 0, 0, 0, 0, 0, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 324, 0, 0, 0, 0, 0, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 327, 0, 0, 0, 0, 0, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 330, 0, 0, 0, 0, 0, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 331, 0, 0, 0, 0, 121, 0, 0, 122,
|
|
123, 124, 125, 126, 127, 128, 129, 130, 131, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 132, 133, 134, 135, 136, 137, 138, 139,
|
|
267, 0, 121, 0, 0, 122, 123, 124, 125, 126,
|
|
127, 128, 129, 130, 131, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 132, 133,
|
|
134, 135, 136, 137, 138, 139, 120, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 336, 121, 0, 0, 122, 123, 124, 125, 126,
|
|
127, 128, 129, 130, 131, 0, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 132, 133,
|
|
134, 135, 136, 137, 138, 139, 350, 121, 0, 0,
|
|
122, 123, 124, 125, 126, 127, 128, 129, 130, 131,
|
|
121, 0, 0, 122, 123, 124, 125, 126, 127, 128,
|
|
129, 130, 131, 132, 133, 134, 135, 136, 137, 138,
|
|
139, 0, 0, 0, 0, 0, 132, 133, 134, 135,
|
|
136, 137, 138, 139, 122, 123, 0, 125, 126, 127,
|
|
128, 129, 130, 131, 122, 123, 0, 0, 126, 127,
|
|
128, 129, 130, 131, 0, 0, 0, 132, 133, 134,
|
|
135, 136, 137, 138, 139, 0, 0, 132, 133, 134,
|
|
135, 136, 137, 138, 139, 122, 123, 0, 0, 126,
|
|
127, 128, 129, 130, 131, 122, 123, 0, 0, 126,
|
|
127, 128, 129, 130, 131, 0, 0, 0, 0, 133,
|
|
134, 135, 136, 137, 138, 139, 0, 0, 0, 133,
|
|
0, 135, 136, 137, 138, 139, 122, 123, 0, 0,
|
|
0, 0, 128, 129, 130, 131, 0, 0, 0, 0,
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
0, 0, 135, 136, 137, 138, 139
|
|
};
|
|
|
|
const short
|
|
parser::yycheck_[] =
|
|
{
|
|
0, 48, 97, 3, 4, 76, 281, 20, 8, 3,
|
|
4, 76, 281, 197, 281, 50, 46, 50, 60, 61,
|
|
22, 32, 33, 46, 35, 25, 3, 4, 5, 6,
|
|
7, 54, 47, 217, 34, 35, 93, 52, 46, 50,
|
|
34, 35, 53, 46, 86, 87, 88, 89, 90, 49,
|
|
52, 91, 92, 56, 0, 56, 91, 92, 91, 92,
|
|
32, 33, 109, 35, 72, 96, 97, 87, 40, 41,
|
|
42, 43, 56, 93, 47, 92, 76, 97, 50, 52,
|
|
91, 92, 76, 47, 3, 47, 58, 59, 52, 273,
|
|
52, 47, 11, 50, 46, 14, 15, 16, 98, 18,
|
|
19, 20, 21, 46, 23, 24, 25, 26, 27, 28,
|
|
29, 30, 31, 32, 33, 92, 35, 92, 54, 91,
|
|
92, 40, 41, 42, 43, 56, 48, 47, 46, 48,
|
|
49, 50, 52, 88, 89, 90, 47, 50, 150, 58,
|
|
59, 52, 142, 50, 150, 54, 421, 46, 148, 54,
|
|
150, 52, 421, 50, 421, 155, 150, 47, 158, 47,
|
|
147, 47, 52, 47, 52, 46, 52, 154, 52, 47,
|
|
157, 47, 91, 92, 52, 54, 52, 47, 249, 51,
|
|
192, 46, 52, 56, 249, 197, 192, 46, 188, 202,
|
|
46, 197, 192, 46, 378, 46, 380, 197, 192, 46,
|
|
212, 213, 56, 197, 56, 217, 212, 213, 56, 55,
|
|
50, 217, 212, 213, 46, 46, 19, 217, 212, 213,
|
|
26, 56, 56, 217, 46, 46, 56, 298, 299, 150,
|
|
56, 56, 51, 298, 299, 419, 47, 97, 422, 55,
|
|
55, 47, 46, 51, 50, 51, 46, 46, 46, 249,
|
|
86, 87, 88, 89, 90, 249, 51, 51, 442, 443,
|
|
46, 273, 46, 56, 56, 46, 46, 273, 46, 281,
|
|
22, 192, 17, 273, 345, 281, 197, 56, 47, 273,
|
|
345, 281, 282, 56, 271, 56, 56, 281, 56, 384,
|
|
56, 212, 213, 56, 56, 56, 217, 47, 298, 299,
|
|
106, 107, 56, 109, 298, 299, 293, 294, 47, 47,
|
|
56, 8, 8, 421, 8, 121, 122, 123, 124, 125,
|
|
126, 127, 128, 129, 130, 131, 132, 133, 134, 135,
|
|
136, 137, 138, 139, 192, 141, 202, 32, 33, 326,
|
|
35, -1, 329, -1, 39, 345, -1, 153, -1, -1,
|
|
156, 345, 273, 159, -1, 50, -1, 163, 53, 165,
|
|
281, -1, -1, 410, -1, 412, 378, 414, 380, -1,
|
|
-1, -1, 378, -1, 380, -1, -1, -1, 378, -1,
|
|
380, -1, -1, 383, 378, -1, 380, 193, 375, -1,
|
|
-1, -1, -1, -1, -1, -1, 91, 92, -1, -1,
|
|
206, -1, -1, 150, 391, -1, 393, 419, 395, 421,
|
|
422, -1, -1, 419, -1, 421, 422, -1, -1, 419,
|
|
-1, 421, 422, -1, -1, 419, -1, 421, 422, 150,
|
|
442, 443, -1, -1, -1, -1, 442, 443, -1, -1,
|
|
-1, -1, 442, 443, -1, 192, -1, -1, 442, 443,
|
|
197, -1, -1, -1, -1, -1, -1, 378, -1, 380,
|
|
-1, 267, -1, -1, -1, 212, 213, -1, -1, -1,
|
|
217, 192, 278, -1, 280, -1, 197, 283, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, 295,
|
|
-1, 212, 213, -1, -1, 150, 217, -1, 419, -1,
|
|
421, 422, -1, -1, -1, -1, -1, 313, 314, 315,
|
|
316, 317, 318, 319, 320, 321, 322, 323, -1, -1,
|
|
-1, 442, 443, 150, -1, 331, 273, -1, -1, -1,
|
|
150, -1, -1, -1, 281, 32, 33, 192, 35, -1,
|
|
150, -1, 197, 40, 41, 42, 43, -1, 354, 355,
|
|
356, 357, 273, 50, -1, -1, -1, 212, 213, -1,
|
|
281, -1, 217, -1, -1, 192, -1, -1, -1, -1,
|
|
197, -1, 192, 379, -1, 381, 382, 197, -1, -1,
|
|
-1, -1, 192, -1, -1, 212, 213, 197, -1, -1,
|
|
217, -1, 212, 213, 91, 92, -1, 217, -1, -1,
|
|
-1, -1, 212, 213, -1, -1, -1, 217, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, 423, 273, -1,
|
|
32, 33, -1, 35, -1, -1, 281, 39, -1, -1,
|
|
-1, 378, -1, 380, 46, -1, -1, -1, 50, -1,
|
|
-1, 53, 54, -1, 9, 10, 273, 12, 13, -1,
|
|
-1, -1, -1, 273, 281, -1, -1, 378, -1, 380,
|
|
-1, 281, -1, 273, -1, -1, -1, 32, 33, -1,
|
|
35, 281, 419, -1, 421, 422, -1, -1, -1, 91,
|
|
92, -1, -1, -1, -1, 50, -1, -1, 53, -1,
|
|
-1, -1, -1, 58, 59, 442, 443, -1, 419, -1,
|
|
421, 422, -1, -1, -1, -1, -1, 72, 73, 74,
|
|
75, 76, 77, 78, 79, 80, 81, 82, -1, -1,
|
|
-1, 442, 443, 378, -1, 380, 91, 92, -1, -1,
|
|
-1, 32, 33, -1, 35, -1, -1, -1, 39, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, 50,
|
|
-1, 378, 53, 380, 32, 33, -1, 35, 378, -1,
|
|
380, 39, -1, -1, 419, -1, 421, 422, 378, -1,
|
|
380, -1, 50, -1, -1, 53, -1, 60, 61, -1,
|
|
-1, 64, 65, 66, 67, 68, 69, 442, 443, -1,
|
|
91, 92, 419, -1, 421, 422, -1, -1, -1, 419,
|
|
-1, 421, 422, 86, 87, 88, 89, 90, -1, 419,
|
|
-1, 421, 422, 91, 92, 442, 443, -1, -1, -1,
|
|
-1, -1, 442, 443, -1, -1, 3, 4, -1, -1,
|
|
-1, -1, 442, 443, 11, -1, -1, 14, 15, 16,
|
|
-1, 18, 19, 20, 21, -1, 23, 24, 25, 26,
|
|
27, 28, 29, 30, 31, 32, 33, -1, 35, -1,
|
|
-1, -1, -1, 40, 41, 42, 43, -1, -1, -1,
|
|
-1, 48, 3, 50, -1, -1, -1, -1, -1, -1,
|
|
11, 58, 59, 14, 15, 16, -1, 18, 19, 20,
|
|
21, -1, 23, 24, 25, 26, 27, 28, 29, 30,
|
|
31, 32, 33, -1, 35, -1, -1, -1, -1, 40,
|
|
41, 42, 43, -1, 91, 92, -1, 48, 49, 50,
|
|
-1, -1, -1, -1, -1, 3, 4, 58, 59, -1,
|
|
-1, -1, -1, 11, -1, -1, 14, 15, 16, -1,
|
|
18, 19, 20, 21, -1, 23, 24, 25, 26, 27,
|
|
28, 29, 30, 31, 32, 33, -1, 35, -1, -1,
|
|
91, 92, 40, 41, 42, 43, -1, -1, -1, -1,
|
|
48, 3, 50, -1, -1, -1, -1, -1, -1, 11,
|
|
58, 59, 14, 15, 16, -1, 18, 19, 20, 21,
|
|
-1, 23, 24, 25, 26, 27, 28, 29, 30, 31,
|
|
32, 33, -1, 35, 8, -1, -1, -1, 40, 41,
|
|
42, 43, -1, 91, 92, -1, 48, -1, 50, -1,
|
|
-1, -1, -1, -1, -1, -1, 58, 59, 32, 33,
|
|
34, 35, 36, 37, 38, -1, 40, 41, 42, 43,
|
|
44, 45, 46, -1, -1, -1, 50, 51, -1, -1,
|
|
54, 32, 33, -1, 35, -1, -1, -1, 39, 91,
|
|
92, 32, 33, -1, 35, -1, 70, 71, 39, 50,
|
|
8, -1, 53, -1, -1, -1, -1, -1, -1, 50,
|
|
-1, -1, 53, 87, -1, -1, 90, 91, 92, 93,
|
|
94, 95, 96, 97, 32, 33, 34, 35, 36, 37,
|
|
38, -1, 40, 41, 42, 43, 44, 45, 46, -1,
|
|
91, 92, 50, -1, -1, -1, 54, -1, 56, -1,
|
|
91, 92, -1, -1, 32, 33, -1, 35, -1, -1,
|
|
-1, 39, 70, 71, -1, -1, 8, -1, -1, -1,
|
|
-1, -1, 50, -1, -1, 53, -1, -1, -1, 87,
|
|
-1, -1, 90, 91, 92, 93, 94, 95, 96, 97,
|
|
32, 33, 34, 35, 36, 37, 38, -1, 40, 41,
|
|
42, 43, 44, 45, 46, -1, -1, -1, 50, -1,
|
|
-1, -1, 54, 91, 92, -1, 32, 33, -1, 35,
|
|
-1, -1, -1, 39, -1, -1, -1, -1, 70, 71,
|
|
-1, -1, 8, -1, 50, -1, -1, 53, -1, -1,
|
|
-1, -1, -1, -1, -1, 87, -1, -1, 90, 91,
|
|
92, 93, 94, 95, 96, 97, 32, 33, 34, 35,
|
|
36, 37, 38, -1, 40, 41, 42, 43, 44, 45,
|
|
46, -1, -1, -1, 50, 91, 92, -1, 54, -1,
|
|
-1, -1, 32, 33, -1, 35, 32, 33, -1, 35,
|
|
-1, -1, -1, 39, 70, 71, -1, -1, -1, -1,
|
|
50, -1, -1, 53, 50, -1, -1, 53, 58, 59,
|
|
-1, 87, -1, -1, 90, 91, 92, 93, 94, 95,
|
|
96, 97, 72, 73, 74, 75, 76, 77, 78, 79,
|
|
80, 81, 82, 32, 33, -1, 35, -1, -1, -1,
|
|
39, 91, 92, 47, -1, 91, 92, -1, 52, -1,
|
|
-1, 50, -1, 57, 53, -1, 60, 61, 62, 63,
|
|
64, 65, 66, 67, 68, 69, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, 83,
|
|
84, 85, 86, 87, 88, 89, 90, -1, -1, 47,
|
|
-1, -1, 91, 92, 52, -1, -1, -1, -1, 57,
|
|
-1, -1, 60, 61, 62, 63, 64, 65, 66, 67,
|
|
68, 69, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, 83, 84, 85, 86, 87,
|
|
88, 89, 90, 47, -1, -1, -1, -1, 52, -1,
|
|
-1, -1, -1, 57, -1, -1, 60, 61, 62, 63,
|
|
64, 65, 66, 67, 68, 69, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, 83,
|
|
84, 85, 86, 87, 88, 89, 90, 47, -1, -1,
|
|
-1, -1, 52, -1, -1, -1, -1, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, 47, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 57, -1, -1, 60, 61, 62, 63, 64, 65,
|
|
66, 67, 68, 69, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, 47, -1, 83, 84, 85,
|
|
86, 87, 88, 89, 90, 57, -1, -1, 60, 61,
|
|
62, 63, 64, 65, 66, 67, 68, 69, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, 47,
|
|
-1, 83, 84, 85, 86, 87, 88, 89, 90, 57,
|
|
-1, -1, 60, 61, 62, 63, 64, 65, 66, 67,
|
|
68, 69, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 47, -1, 83, 84, 85, 86, 87,
|
|
88, 89, 90, 57, -1, -1, 60, 61, 62, 63,
|
|
64, 65, 66, 67, 68, 69, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, 47, -1, 83,
|
|
84, 85, 86, 87, 88, 89, 90, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, 47, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 57, -1, -1, 60, 61, 62, 63, 64, 65,
|
|
66, 67, 68, 69, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, 47, -1, 83, 84, 85,
|
|
86, 87, 88, 89, 90, 57, -1, -1, 60, 61,
|
|
62, 63, 64, 65, 66, 67, 68, 69, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, 47,
|
|
-1, 83, 84, 85, 86, 87, 88, 89, 90, 57,
|
|
-1, -1, 60, 61, 62, 63, 64, 65, 66, 67,
|
|
68, 69, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 47, -1, 83, 84, 85, 86, 87,
|
|
88, 89, 90, 57, -1, -1, 60, 61, 62, 63,
|
|
64, 65, 66, 67, 68, 69, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, 47, -1, 83,
|
|
84, 85, 86, 87, 88, 89, 90, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 51, -1, -1, -1, -1, -1, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 51, -1, -1, -1, -1, -1, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 51, -1, -1, -1, -1, -1, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 51, -1, -1, -1, -1, -1, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 51, -1, -1, -1, -1, -1, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 52, -1, -1, -1, -1, 57, -1, -1, 60,
|
|
61, 62, 63, 64, 65, 66, 67, 68, 69, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, 83, 84, 85, 86, 87, 88, 89, 90,
|
|
55, -1, 57, -1, -1, 60, 61, 62, 63, 64,
|
|
65, 66, 67, 68, 69, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, 83, 84,
|
|
85, 86, 87, 88, 89, 90, 56, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, 83, 84, 85, 86, 87, 88, 89,
|
|
90, 56, 57, -1, -1, 60, 61, 62, 63, 64,
|
|
65, 66, 67, 68, 69, -1, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, 83, 84,
|
|
85, 86, 87, 88, 89, 90, 56, 57, -1, -1,
|
|
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
|
57, -1, -1, 60, 61, 62, 63, 64, 65, 66,
|
|
67, 68, 69, 83, 84, 85, 86, 87, 88, 89,
|
|
90, -1, -1, -1, -1, -1, 83, 84, 85, 86,
|
|
87, 88, 89, 90, 60, 61, -1, 63, 64, 65,
|
|
66, 67, 68, 69, 60, 61, -1, -1, 64, 65,
|
|
66, 67, 68, 69, -1, -1, -1, 83, 84, 85,
|
|
86, 87, 88, 89, 90, -1, -1, 83, 84, 85,
|
|
86, 87, 88, 89, 90, 60, 61, -1, -1, 64,
|
|
65, 66, 67, 68, 69, 60, 61, -1, -1, 64,
|
|
65, 66, 67, 68, 69, -1, -1, -1, -1, 84,
|
|
85, 86, 87, 88, 89, 90, -1, -1, -1, 84,
|
|
-1, 86, 87, 88, 89, 90, 60, 61, -1, -1,
|
|
-1, -1, 66, 67, 68, 69, -1, -1, -1, -1,
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
-1, -1, 86, 87, 88, 89, 90
|
|
};
|
|
|
|
const unsigned char
|
|
parser::yystos_[] =
|
|
{
|
|
0, 3, 4, 5, 6, 7, 92, 108, 109, 110,
|
|
111, 112, 113, 114, 115, 180, 91, 180, 181, 181,
|
|
46, 0, 110, 111, 112, 46, 72, 56, 56, 93,
|
|
183, 160, 180, 8, 32, 33, 34, 35, 36, 37,
|
|
38, 40, 41, 42, 43, 44, 45, 46, 50, 54,
|
|
70, 71, 87, 90, 94, 95, 96, 97, 145, 150,
|
|
151, 152, 153, 154, 155, 156, 157, 158, 159, 163,
|
|
164, 165, 166, 167, 168, 169, 170, 171, 172, 173,
|
|
174, 175, 176, 177, 178, 179, 180, 181, 182, 183,
|
|
184, 185, 186, 187, 188, 189, 47, 47, 52, 50,
|
|
180, 181, 50, 180, 181, 50, 46, 46, 145, 50,
|
|
51, 145, 161, 162, 180, 145, 145, 96, 97, 92,
|
|
56, 57, 60, 61, 62, 63, 64, 65, 66, 67,
|
|
68, 69, 83, 84, 85, 86, 87, 88, 89, 90,
|
|
39, 50, 53, 157, 158, 180, 181, 46, 54, 56,
|
|
48, 118, 180, 50, 46, 54, 50, 46, 54, 50,
|
|
145, 145, 47, 52, 145, 52, 51, 145, 145, 145,
|
|
145, 145, 145, 145, 145, 145, 145, 145, 145, 145,
|
|
145, 145, 145, 145, 145, 145, 145, 180, 54, 161,
|
|
162, 180, 3, 11, 14, 15, 16, 18, 19, 20,
|
|
21, 23, 24, 25, 26, 27, 28, 29, 30, 31,
|
|
49, 50, 58, 59, 116, 117, 118, 119, 121, 122,
|
|
123, 124, 125, 126, 127, 128, 129, 130, 131, 132,
|
|
133, 134, 135, 136, 137, 138, 139, 140, 141, 142,
|
|
143, 144, 147, 148, 149, 155, 156, 166, 167, 170,
|
|
174, 175, 176, 177, 180, 145, 161, 180, 145, 161,
|
|
180, 145, 47, 47, 145, 51, 145, 55, 51, 180,
|
|
47, 46, 4, 119, 145, 56, 46, 56, 46, 116,
|
|
46, 46, 46, 46, 87, 183, 187, 55, 56, 56,
|
|
56, 145, 56, 46, 46, 50, 155, 156, 170, 170,
|
|
49, 116, 56, 56, 56, 56, 56, 9, 10, 12,
|
|
13, 58, 59, 72, 73, 74, 75, 76, 77, 78,
|
|
79, 80, 81, 82, 51, 47, 46, 51, 47, 46,
|
|
51, 52, 51, 145, 161, 4, 56, 47, 145, 19,
|
|
145, 120, 147, 148, 149, 170, 180, 145, 55, 55,
|
|
56, 161, 161, 145, 46, 46, 46, 46, 145, 145,
|
|
145, 145, 145, 145, 145, 145, 145, 145, 145, 51,
|
|
161, 51, 161, 51, 145, 46, 47, 56, 47, 46,
|
|
47, 56, 22, 52, 47, 47, 47, 145, 145, 145,
|
|
145, 46, 47, 46, 47, 46, 47, 161, 116, 145,
|
|
116, 145, 146, 145, 180, 118, 56, 56, 47, 47,
|
|
52, 47, 52, 47, 52, 161, 161, 161, 47, 17,
|
|
47, 56, 47, 22, 56, 56, 162, 56, 162, 56,
|
|
162, 47, 47, 47, 116, 56, 120, 116, 145, 47,
|
|
47, 47, 47, 47, 56, 56, 56, 116, 116
|
|
};
|
|
|
|
const unsigned char
|
|
parser::yyr1_[] =
|
|
{
|
|
0, 107, 108, 108, 109, 109, 109, 109, 109, 109,
|
|
110, 111, 112, 112, 112, 112, 112, 113, 114, 115,
|
|
116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
|
|
116, 116, 116, 116, 116, 116, 116, 116, 116, 116,
|
|
116, 116, 116, 116, 116, 116, 117, 117, 118, 118,
|
|
119, 119, 120, 120, 120, 120, 121, 121, 122, 122,
|
|
122, 123, 124, 124, 125, 126, 126, 127, 127, 128,
|
|
129, 129, 130, 131, 132, 133, 134, 135, 135, 136,
|
|
137, 137, 138, 139, 140, 141, 141, 142, 143, 144,
|
|
145, 145, 145, 146, 146, 147, 147, 147, 147, 147,
|
|
147, 147, 147, 147, 147, 147, 148, 148, 149, 149,
|
|
150, 151, 151, 151, 151, 151, 151, 151, 151, 151,
|
|
151, 151, 151, 151, 151, 151, 151, 151, 151, 152,
|
|
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
|
|
152, 152, 152, 152, 152, 152, 152, 152, 152, 152,
|
|
152, 152, 152, 152, 152, 152, 152, 152, 152, 153,
|
|
154, 155, 155, 156, 156, 157, 157, 157, 157, 157,
|
|
157, 158, 158, 158, 158, 159, 160, 160, 160, 161,
|
|
161, 162, 162, 163, 164, 165, 165, 166, 167, 168,
|
|
169, 170, 170, 170, 170, 170, 170, 170, 170, 170,
|
|
171, 172, 173, 174, 175, 176, 177, 178, 179, 180,
|
|
181, 181, 182, 183, 184, 185, 186, 186, 187, 187,
|
|
188, 189
|
|
};
|
|
|
|
const signed char
|
|
parser::yyr2_[] =
|
|
{
|
|
0, 2, 1, 0, 2, 2, 2, 1, 1, 1,
|
|
3, 3, 1, 1, 1, 1, 1, 5, 4, 5,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 3, 2, 3, 2,
|
|
2, 1, 1, 1, 1, 0, 2, 2, 2, 2,
|
|
2, 6, 8, 6, 3, 8, 6, 8, 6, 2,
|
|
2, 4, 5, 7, 5, 7, 9, 7, 9, 5,
|
|
3, 3, 2, 2, 2, 3, 2, 2, 5, 5,
|
|
1, 1, 1, 1, 0, 3, 3, 3, 3, 3,
|
|
3, 3, 3, 3, 3, 3, 2, 2, 2, 2,
|
|
5, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
|
|
2, 1, 1, 2, 2, 4, 6, 5, 7, 5,
|
|
7, 8, 9, 9, 9, 3, 3, 1, 0, 1,
|
|
0, 3, 1, 4, 4, 2, 3, 4, 3, 2,
|
|
3, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
1, 2, 1, 1, 1, 1, 1, 2, 1, 1,
|
|
1, 1, 1, 1, 1, 7, 2, 1, 2, 1,
|
|
1, 1
|
|
};
|
|
|
|
|
|
|
|
|
|
#if IW8DEBUG
|
|
const short
|
|
parser::yyrline_[] =
|
|
{
|
|
0, 255, 255, 256, 260, 262, 264, 266, 268, 270,
|
|
275, 279, 284, 285, 286, 287, 288, 292, 297, 302,
|
|
307, 308, 309, 310, 311, 312, 313, 314, 315, 316,
|
|
317, 318, 319, 320, 321, 322, 323, 324, 325, 326,
|
|
327, 328, 329, 330, 331, 332, 336, 337, 341, 342,
|
|
346, 348, 353, 355, 357, 360, 364, 366, 371, 373,
|
|
375, 380, 385, 387, 392, 397, 399, 404, 406, 411,
|
|
416, 418, 423, 428, 433, 438, 443, 448, 450, 455,
|
|
460, 462, 467, 472, 477, 482, 484, 489, 494, 499,
|
|
504, 505, 506, 510, 511, 515, 517, 519, 521, 523,
|
|
525, 527, 529, 531, 533, 535, 540, 542, 547, 549,
|
|
554, 559, 561, 563, 565, 567, 569, 571, 573, 575,
|
|
577, 579, 581, 583, 585, 587, 589, 591, 593, 598,
|
|
599, 600, 601, 602, 603, 604, 605, 606, 607, 608,
|
|
609, 610, 611, 612, 613, 614, 615, 616, 617, 618,
|
|
619, 620, 621, 622, 623, 624, 625, 626, 627, 631,
|
|
636, 641, 642, 645, 646, 650, 652, 654, 656, 658,
|
|
660, 665, 667, 669, 671, 676, 681, 683, 686, 690,
|
|
693, 697, 699, 704, 709, 714, 716, 721, 726, 731,
|
|
736, 741, 742, 743, 744, 745, 746, 747, 748, 749,
|
|
753, 758, 763, 768, 773, 778, 783, 788, 793, 798,
|
|
803, 805, 810, 815, 820, 825, 830, 832, 837, 839,
|
|
844, 849
|
|
};
|
|
|
|
void
|
|
parser::yy_stack_print_ () const
|
|
{
|
|
*yycdebug_ << "Stack now";
|
|
for (stack_type::const_iterator
|
|
i = yystack_.begin (),
|
|
i_end = yystack_.end ();
|
|
i != i_end; ++i)
|
|
*yycdebug_ << ' ' << int (i->state);
|
|
*yycdebug_ << '\n';
|
|
}
|
|
|
|
void
|
|
parser::yy_reduce_print_ (int yyrule) const
|
|
{
|
|
int yylno = yyrline_[yyrule];
|
|
int yynrhs = yyr2_[yyrule];
|
|
// Print the symbols being reduced, and their result.
|
|
*yycdebug_ << "Reducing stack by rule " << yyrule - 1
|
|
<< " (line " << yylno << "):\n";
|
|
// The symbols being reduced.
|
|
for (int yyi = 0; yyi < yynrhs; yyi++)
|
|
YY_SYMBOL_PRINT (" $" << yyi + 1 << " =",
|
|
yystack_[(yynrhs) - (yyi + 1)]);
|
|
}
|
|
#endif // IW8DEBUG
|
|
|
|
|
|
#line 13 "parser.ypp"
|
|
} } } // xsk::gsc::iw8
|
|
#line 4603 "parser.cpp"
|
|
|
|
#line 853 "parser.ypp"
|
|
|
|
|
|
void xsk::gsc::iw8::parser::error(const xsk::gsc::location& loc, const std::string& msg)
|
|
{
|
|
throw xsk::gsc::comp_error(loc, msg);
|
|
}
|