asn1c/libasn1parser/asn1p_y.c

4712 lines
134 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* A Bison parser, made from asn1p_y.y, by GNU bison 1.75. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* Written by Richard Stallman by simplifying the original so called
``semantic'' parser. */
/* All symbols defined below should begin with yy or YY, to avoid
infringing on user name space. This should be done even for local
variables, as they might otherwise be expanded by user macros.
There are some unavoidable exceptions within include files to
define necessary library symbols; they are noted "INFRINGES ON
USER NAME SPACE" below. */
/* Identify Bison output. */
#define YYBISON 1
/* Pure parsers. */
#define YYPURE 0
/* Using locations. */
#define YYLSP_NEEDED 0
/* If NAME_PREFIX is specified substitute the variables and functions
names. */
#define yyparse asn1p_parse
#define yylex asn1p_lex
#define yyerror asn1p_error
#define yylval asn1p_lval
#define yychar asn1p_char
#define yydebug asn1p_debug
#define yynerrs asn1p_nerrs
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
TOK_PPEQ = 258,
TOK_whitespace = 259,
TOK_opaque = 260,
TOK_bstring = 261,
TOK_cstring = 262,
TOK_hstring = 263,
TOK_identifier = 264,
TOK_number = 265,
TOK_number_negative = 266,
TOK_realnumber = 267,
TOK_tuple = 268,
TOK_quadruple = 269,
TOK_typereference = 270,
TOK_capitalreference = 271,
TOK_typefieldreference = 272,
TOK_valuefieldreference = 273,
TOK_Literal = 274,
TOK_ABSENT = 275,
TOK_ABSTRACT_SYNTAX = 276,
TOK_ALL = 277,
TOK_ANY = 278,
TOK_APPLICATION = 279,
TOK_AUTOMATIC = 280,
TOK_BEGIN = 281,
TOK_BIT = 282,
TOK_BMPString = 283,
TOK_BOOLEAN = 284,
TOK_BY = 285,
TOK_CHARACTER = 286,
TOK_CHOICE = 287,
TOK_CLASS = 288,
TOK_COMPONENT = 289,
TOK_COMPONENTS = 290,
TOK_CONSTRAINED = 291,
TOK_CONTAINING = 292,
TOK_DEFAULT = 293,
TOK_DEFINITIONS = 294,
TOK_DEFINED = 295,
TOK_EMBEDDED = 296,
TOK_ENCODED = 297,
TOK_ENCODING_CONTROL = 298,
TOK_END = 299,
TOK_ENUMERATED = 300,
TOK_EXPLICIT = 301,
TOK_EXPORTS = 302,
TOK_EXTENSIBILITY = 303,
TOK_EXTERNAL = 304,
TOK_FALSE = 305,
TOK_FROM = 306,
TOK_GeneralizedTime = 307,
TOK_GeneralString = 308,
TOK_GraphicString = 309,
TOK_IA5String = 310,
TOK_IDENTIFIER = 311,
TOK_IMPLICIT = 312,
TOK_IMPLIED = 313,
TOK_IMPORTS = 314,
TOK_INCLUDES = 315,
TOK_INSTANCE = 316,
TOK_INSTRUCTIONS = 317,
TOK_INTEGER = 318,
TOK_ISO646String = 319,
TOK_MAX = 320,
TOK_MIN = 321,
TOK_MINUS_INFINITY = 322,
TOK_NULL = 323,
TOK_NumericString = 324,
TOK_OBJECT = 325,
TOK_ObjectDescriptor = 326,
TOK_OCTET = 327,
TOK_OF = 328,
TOK_OPTIONAL = 329,
TOK_PATTERN = 330,
TOK_PDV = 331,
TOK_PLUS_INFINITY = 332,
TOK_PRESENT = 333,
TOK_PrintableString = 334,
TOK_PRIVATE = 335,
TOK_REAL = 336,
TOK_RELATIVE_OID = 337,
TOK_SEQUENCE = 338,
TOK_SET = 339,
TOK_SIZE = 340,
TOK_STRING = 341,
TOK_SYNTAX = 342,
TOK_T61String = 343,
TOK_TAGS = 344,
TOK_TeletexString = 345,
TOK_TRUE = 346,
TOK_TYPE_IDENTIFIER = 347,
TOK_UNIQUE = 348,
TOK_UNIVERSAL = 349,
TOK_UniversalString = 350,
TOK_UTCTime = 351,
TOK_UTF8String = 352,
TOK_VideotexString = 353,
TOK_VisibleString = 354,
TOK_WITH = 355,
TOK_EXCEPT = 356,
TOK_INTERSECTION = 357,
TOK_UNION = 358,
TOK_TwoDots = 359,
TOK_ThreeDots = 360
};
#endif
#define TOK_PPEQ 258
#define TOK_whitespace 259
#define TOK_opaque 260
#define TOK_bstring 261
#define TOK_cstring 262
#define TOK_hstring 263
#define TOK_identifier 264
#define TOK_number 265
#define TOK_number_negative 266
#define TOK_realnumber 267
#define TOK_tuple 268
#define TOK_quadruple 269
#define TOK_typereference 270
#define TOK_capitalreference 271
#define TOK_typefieldreference 272
#define TOK_valuefieldreference 273
#define TOK_Literal 274
#define TOK_ABSENT 275
#define TOK_ABSTRACT_SYNTAX 276
#define TOK_ALL 277
#define TOK_ANY 278
#define TOK_APPLICATION 279
#define TOK_AUTOMATIC 280
#define TOK_BEGIN 281
#define TOK_BIT 282
#define TOK_BMPString 283
#define TOK_BOOLEAN 284
#define TOK_BY 285
#define TOK_CHARACTER 286
#define TOK_CHOICE 287
#define TOK_CLASS 288
#define TOK_COMPONENT 289
#define TOK_COMPONENTS 290
#define TOK_CONSTRAINED 291
#define TOK_CONTAINING 292
#define TOK_DEFAULT 293
#define TOK_DEFINITIONS 294
#define TOK_DEFINED 295
#define TOK_EMBEDDED 296
#define TOK_ENCODED 297
#define TOK_ENCODING_CONTROL 298
#define TOK_END 299
#define TOK_ENUMERATED 300
#define TOK_EXPLICIT 301
#define TOK_EXPORTS 302
#define TOK_EXTENSIBILITY 303
#define TOK_EXTERNAL 304
#define TOK_FALSE 305
#define TOK_FROM 306
#define TOK_GeneralizedTime 307
#define TOK_GeneralString 308
#define TOK_GraphicString 309
#define TOK_IA5String 310
#define TOK_IDENTIFIER 311
#define TOK_IMPLICIT 312
#define TOK_IMPLIED 313
#define TOK_IMPORTS 314
#define TOK_INCLUDES 315
#define TOK_INSTANCE 316
#define TOK_INSTRUCTIONS 317
#define TOK_INTEGER 318
#define TOK_ISO646String 319
#define TOK_MAX 320
#define TOK_MIN 321
#define TOK_MINUS_INFINITY 322
#define TOK_NULL 323
#define TOK_NumericString 324
#define TOK_OBJECT 325
#define TOK_ObjectDescriptor 326
#define TOK_OCTET 327
#define TOK_OF 328
#define TOK_OPTIONAL 329
#define TOK_PATTERN 330
#define TOK_PDV 331
#define TOK_PLUS_INFINITY 332
#define TOK_PRESENT 333
#define TOK_PrintableString 334
#define TOK_PRIVATE 335
#define TOK_REAL 336
#define TOK_RELATIVE_OID 337
#define TOK_SEQUENCE 338
#define TOK_SET 339
#define TOK_SIZE 340
#define TOK_STRING 341
#define TOK_SYNTAX 342
#define TOK_T61String 343
#define TOK_TAGS 344
#define TOK_TeletexString 345
#define TOK_TRUE 346
#define TOK_TYPE_IDENTIFIER 347
#define TOK_UNIQUE 348
#define TOK_UNIVERSAL 349
#define TOK_UniversalString 350
#define TOK_UTCTime 351
#define TOK_UTF8String 352
#define TOK_VideotexString 353
#define TOK_VisibleString 354
#define TOK_WITH 355
#define TOK_EXCEPT 356
#define TOK_INTERSECTION 357
#define TOK_UNION 358
#define TOK_TwoDots 359
#define TOK_ThreeDots 360
/* Copy the first part of user declarations. */
#line 1 "asn1p_y.y"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include "asn1parser.h"
#define YYPARSE_PARAM param
#define YYPARSE_PARAM_TYPE void **
#define YYERROR_VERBOSE
int yylex(void);
int yyerror(const char *msg);
#ifdef YYBYACC
int yyparse(void **param); /* byacc does not produce a prototype */
#endif
void asn1p_lexer_hack_push_opaque_state(void);
void asn1p_lexer_hack_enable_with_syntax(void);
void asn1p_lexer_hack_push_encoding_control(void);
#define yylineno asn1p_lineno
extern int asn1p_lineno;
/*
* Process directives as <ASN1C:RepresentAsPointer>
*/
extern int asn1p_as_pointer;
/*
* This temporary variable is used to solve the shortcomings of 1-lookahead
* parser.
*/
static struct AssignedIdentifier *saved_aid;
static asn1p_value_t *_convert_bitstring2binary(char *str, int base);
static void _fixup_anonymous_identifier(asn1p_expr_t *expr);
static asn1p_module_t *currentModule;
#define NEW_EXPR() (asn1p_expr_new(yylineno, currentModule))
#define checkmem(ptr) do { \
if(!(ptr)) \
return yyerror("Memory failure"); \
} while(0)
#define CONSTRAINT_INSERT(root, constr_type, arg1, arg2) do { \
if(arg1->type != constr_type) { \
int __ret; \
root = asn1p_constraint_new(yylineno); \
checkmem(root); \
root->type = constr_type; \
__ret = asn1p_constraint_insert(root, \
arg1); \
checkmem(__ret == 0); \
} else { \
root = arg1; \
} \
if(arg2) { \
int __ret \
= asn1p_constraint_insert(root, arg2); \
checkmem(__ret == 0); \
} \
} while(0)
#ifdef AL_IMPORT
#error AL_IMPORT DEFINED ELSEWHERE!
#endif
#define AL_IMPORT(to,where,from,field) do { \
if(!(from)) break; \
while(TQ_FIRST(&((from)->where))) { \
TQ_ADD(&((to)->where), \
TQ_REMOVE(&((from)->where), field), \
field); \
} \
assert(TQ_FIRST(&((from)->where)) == 0); \
} while(0)
/* Enabling traces. */
#ifndef YYDEBUG
# define YYDEBUG 0
#endif
/* Enabling verbose error messages. */
#ifdef YYERROR_VERBOSE
# undef YYERROR_VERBOSE
# define YYERROR_VERBOSE 1
#else
# define YYERROR_VERBOSE 0
#endif
#ifndef YYSTYPE
#line 88 "asn1p_y.y"
typedef union {
asn1p_t *a_grammar;
asn1p_module_flags_e a_module_flags;
asn1p_module_t *a_module;
asn1p_expr_type_e a_type; /* ASN.1 Type */
asn1p_expr_t *a_expr; /* Constructed collection */
asn1p_constraint_t *a_constr; /* Constraint */
enum asn1p_constraint_type_e a_ctype;/* Constraint type */
asn1p_xports_t *a_xports; /* IMports/EXports */
struct AssignedIdentifier a_aid; /* Assigned Identifier */
asn1p_oid_t *a_oid; /* Object Identifier */
asn1p_oid_arc_t a_oid_arc; /* Single OID's arc */
struct asn1p_type_tag_s a_tag; /* A tag */
asn1p_ref_t *a_ref; /* Reference to custom type */
asn1p_wsyntx_t *a_wsynt; /* WITH SYNTAX contents */
asn1p_wsyntx_chunk_t *a_wchunk; /* WITH SYNTAX chunk */
struct asn1p_ref_component_s a_refcomp; /* Component of a reference */
asn1p_value_t *a_value; /* Number, DefinedValue, etc */
struct asn1p_param_s a_parg; /* A parameter argument */
asn1p_paramlist_t *a_plist; /* A pargs list */
struct asn1p_expr_marker_s a_marker; /* OPTIONAL/DEFAULT */
enum asn1p_constr_pres_e a_pres; /* PRESENT/ABSENT/OPTIONAL */
asn1c_integer_t a_int;
double a_dbl;
char *tv_str;
struct {
char *buf;
int len;
} tv_opaque;
struct {
char *name;
struct asn1p_type_tag_s tag;
} tv_nametag;
} yystype;
/* Line 193 of /usr/local/share/bison/yacc.c. */
#line 408 "asn1p_y.c"
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
#ifndef YYLTYPE
typedef struct yyltype
{
int first_line;
int first_column;
int last_line;
int last_column;
} yyltype;
# define YYLTYPE yyltype
# define YYLTYPE_IS_TRIVIAL 1
#endif
/* Copy the second part of user declarations. */
/* Line 213 of /usr/local/share/bison/yacc.c. */
#line 429 "asn1p_y.c"
#if ! defined (yyoverflow) || YYERROR_VERBOSE
/* The parser invokes alloca or malloc; define the necessary symbols. */
# if YYSTACK_USE_ALLOCA
# define YYSTACK_ALLOC alloca
# else
# ifndef YYSTACK_USE_ALLOCA
# if defined (alloca) || defined (_ALLOCA_H)
# define YYSTACK_ALLOC alloca
# else
# ifdef __GNUC__
# define YYSTACK_ALLOC __builtin_alloca
# endif
# endif
# endif
# endif
# ifdef YYSTACK_ALLOC
/* Pacify GCC's `empty if-body' warning. */
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
# else
# if defined (__STDC__) || defined (__cplusplus)
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
# define YYSIZE_T size_t
# endif
# define YYSTACK_ALLOC malloc
# define YYSTACK_FREE free
# endif
#endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
#if (! defined (yyoverflow) \
&& (! defined (__cplusplus) \
|| (YYLTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
/* A type that is properly aligned for any stack member. */
union yyalloc
{
short yyss;
YYSTYPE yyvs;
};
/* The size of the maximum gap between one aligned stack and the next. */
# define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
/* The size of an array large to enough to hold all stacks, each with
N elements. */
# define YYSTACK_BYTES(N) \
((N) * (sizeof (short) + sizeof (YYSTYPE)) \
+ YYSTACK_GAP_MAX)
/* Copy COUNT objects from FROM to TO. The source and destination do
not overlap. */
# ifndef YYCOPY
# if 1 < __GNUC__
# define YYCOPY(To, From, Count) \
__builtin_memcpy (To, From, (Count) * sizeof (*(From)))
# else
# define YYCOPY(To, From, Count) \
do \
{ \
register YYSIZE_T yyi; \
for (yyi = 0; yyi < (Count); yyi++) \
(To)[yyi] = (From)[yyi]; \
} \
while (0)
# endif
# endif
/* Relocate STACK from its old location to the new one. The
local variables YYSIZE and YYSTACKSIZE give the old and new number of
elements in the stack, and YYPTR gives the new location of the
stack. Advance YYPTR to a properly aligned location for the next
stack. */
# define YYSTACK_RELOCATE(Stack) \
do \
{ \
YYSIZE_T yynewbytes; \
YYCOPY (&yyptr->Stack, Stack, yysize); \
Stack = &yyptr->Stack; \
yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAX; \
yyptr += yynewbytes / sizeof (*yyptr); \
} \
while (0)
#endif
#if defined (__STDC__) || defined (__cplusplus)
typedef signed char yysigned_char;
#else
typedef short yysigned_char;
#endif
/* YYFINAL -- State number of the termination state. */
#define YYFINAL 7
#define YYLAST 840
/* YYNTOKENS -- Number of terminals. */
#define YYNTOKENS 121
/* YYNNTS -- Number of nonterminals. */
#define YYNNTS 119
/* YYNRULES -- Number of rules. */
#define YYNRULES 304
/* YYNRULES -- Number of states. */
#define YYNSTATES 464
/* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
#define YYUNDEFTOK 2
#define YYMAXUTOK 360
#define YYTRANSLATE(X) \
((unsigned)(X) <= YYMAXUTOK ? yytranslate[X] : YYUNDEFTOK)
/* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
static const unsigned char yytranslate[] =
{
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 117, 2, 2, 2, 2, 2, 2,
110, 111, 2, 2, 113, 2, 118, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 114, 112,
119, 2, 2, 2, 120, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 115, 2, 116, 102, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 108, 104, 109, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
45, 46, 47, 48, 49, 50, 51, 52, 53, 54,
55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 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, 96, 97, 98, 99, 100, 101, 103, 105, 106,
107
};
#if YYDEBUG
/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
YYRHS. */
static const unsigned short yyprhs[] =
{
0, 0, 3, 5, 7, 10, 11, 21, 22, 24,
28, 31, 33, 36, 38, 43, 45, 46, 48, 50,
53, 56, 59, 62, 65, 68, 69, 71, 75, 77,
80, 82, 84, 86, 87, 91, 93, 94, 96, 100,
103, 105, 108, 109, 111, 116, 118, 122, 124, 128,
130, 131, 133, 137, 141, 144, 146, 150, 152, 156,
158, 162, 167, 169, 171, 176, 180, 184, 191, 198,
200, 204, 206, 210, 214, 218, 222, 224, 228, 230,
232, 234, 236, 237, 239, 241, 245, 249, 252, 256,
258, 260, 264, 267, 269, 271, 277, 278, 280, 282,
286, 289, 294, 298, 302, 306, 310, 314, 315, 317,
318, 325, 327, 330, 332, 334, 336, 340, 342, 346,
350, 354, 355, 358, 360, 365, 370, 375, 382, 389,
391, 396, 400, 402, 406, 410, 414, 416, 420, 422,
426, 428, 430, 432, 434, 438, 442, 444, 449, 451,
453, 457, 458, 462, 464, 466, 468, 470, 472, 474,
476, 478, 482, 484, 486, 488, 490, 493, 495, 497,
499, 501, 504, 507, 509, 511, 514, 517, 519, 521,
523, 525, 527, 530, 532, 535, 537, 539, 541, 543,
545, 547, 549, 551, 553, 555, 557, 559, 561, 563,
565, 567, 569, 571, 572, 574, 576, 580, 582, 587,
591, 596, 598, 600, 604, 610, 612, 616, 618, 622,
624, 628, 630, 634, 639, 643, 645, 647, 651, 655,
659, 663, 665, 667, 669, 671, 673, 675, 677, 679,
681, 685, 691, 693, 697, 699, 703, 704, 706, 708,
710, 712, 714, 716, 718, 719, 725, 728, 730, 733,
736, 740, 742, 744, 748, 753, 755, 759, 762, 766,
768, 772, 773, 775, 777, 780, 783, 787, 789, 793,
795, 800, 805, 807, 809, 811, 813, 815, 817, 818,
820, 823, 828, 829, 831, 833, 835, 836, 838, 840,
842, 844, 846, 847, 849
};
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const short yyrhs[] =
{
122, 0, -1, 123, -1, 124, -1, 123, 124, -1,
-1, 236, 125, 126, 39, 130, 3, 26, 133, 44,
-1, -1, 127, -1, 108, 128, 109, -1, 108, 109,
-1, 129, -1, 128, 129, -1, 239, -1, 239, 110,
10, 111, -1, 10, -1, -1, 131, -1, 132, -1,
131, 132, -1, 46, 89, -1, 57, 89, -1, 25,
89, -1, 48, 58, -1, 16, 62, -1, -1, 134,
-1, 145, 138, 135, -1, 136, -1, 135, 136, -1,
152, -1, 182, -1, 150, -1, -1, 43, 16, 137,
-1, 192, -1, -1, 139, -1, 59, 140, 112, -1,
59, 51, -1, 142, -1, 140, 142, -1, -1, 127,
-1, 143, 51, 236, 141, -1, 144, -1, 143, 113,
144, -1, 236, -1, 236, 108, 109, -1, 239, -1,
-1, 146, -1, 47, 147, 112, -1, 47, 22, 112,
-1, 47, 112, -1, 148, -1, 147, 113, 148, -1,
236, -1, 236, 108, 109, -1, 239, -1, 108, 199,
109, -1, 236, 151, 3, 149, -1, 191, -1, 176,
-1, 176, 108, 155, 109, -1, 236, 3, 172, -1,
236, 3, 162, -1, 236, 108, 153, 109, 3, 172,
-1, 236, 108, 153, 109, 3, 162, -1, 154, -1,
153, 113, 154, -1, 236, -1, 236, 114, 239, -1,
236, 114, 236, -1, 189, 114, 239, -1, 189, 114,
236, -1, 156, -1, 155, 113, 156, -1, 172, -1,
185, -1, 239, -1, 149, -1, -1, 158, -1, 159,
-1, 158, 113, 159, -1, 239, 172, 224, -1, 172,
224, -1, 35, 73, 172, -1, 171, -1, 161, -1,
160, 113, 161, -1, 239, 172, -1, 171, -1, 172,
-1, 33, 108, 164, 109, 166, -1, -1, 93, -1,
165, -1, 164, 113, 165, -1, 17, 224, -1, 18,
172, 163, 224, -1, 18, 180, 224, -1, 18, 181,
224, -1, 17, 180, 224, -1, 17, 172, 224, -1,
17, 181, 224, -1, -1, 167, -1, -1, 100, 87,
108, 168, 169, 109, -1, 170, -1, 169, 170, -1,
4, -1, 19, -1, 179, -1, 115, 169, 116, -1,
107, -1, 107, 117, 186, -1, 107, 117, 229, -1,
231, 174, 195, -1, -1, 173, 175, -1, 151, -1,
32, 108, 160, 109, -1, 83, 108, 157, 109, -1,
84, 108, 157, 109, -1, 83, 195, 73, 238, 231,
174, -1, 84, 195, 73, 238, 231, 174, -1, 23,
-1, 23, 40, 30, 239, -1, 61, 73, 176, -1,
15, -1, 15, 118, 236, -1, 237, 118, 236, -1,
15, 118, 239, -1, 237, -1, 237, 118, 177, -1,
178, -1, 177, 118, 178, -1, 179, -1, 17, -1,
18, -1, 17, -1, 180, 118, 17, -1, 180, 118,
18, -1, 16, -1, 239, 151, 3, 183, -1, 185,
-1, 186, -1, 239, 114, 183, -1, -1, 108, 184,
188, -1, 68, -1, 50, -1, 91, -1, 6, -1,
8, -1, 187, -1, 229, -1, 239, -1, 236, 118,
239, -1, 7, -1, 13, -1, 14, -1, 5, -1,
188, 5, -1, 29, -1, 68, -1, 81, -1, 190,
-1, 72, 86, -1, 70, 56, -1, 82, -1, 49,
-1, 41, 76, -1, 31, 86, -1, 96, -1, 52,
-1, 192, -1, 63, -1, 45, -1, 27, 86, -1,
189, -1, 190, 226, -1, 28, -1, 53, -1, 54,
-1, 55, -1, 64, -1, 69, -1, 79, -1, 88,
-1, 90, -1, 95, -1, 97, -1, 98, -1, 99,
-1, 71, -1, 104, -1, 105, -1, 102, -1, 103,
-1, -1, 196, -1, 197, -1, 110, 213, 111, -1,
198, -1, 85, 110, 199, 111, -1, 110, 199, 111,
-1, 198, 110, 199, 111, -1, 107, -1, 200, -1,
200, 113, 107, -1, 200, 113, 107, 113, 200, -1,
201, -1, 22, 101, 204, -1, 202, -1, 201, 193,
202, -1, 203, -1, 202, 194, 203, -1, 204, -1,
204, 101, 204, -1, 205, 110, 199, 111, -1, 110,
199, 111, -1, 206, -1, 207, -1, 206, 217, 206,
-1, 66, 217, 206, -1, 206, 217, 65, -1, 66,
217, 65, -1, 208, -1, 85, -1, 51, -1, 50,
-1, 91, -1, 230, -1, 187, -1, 239, -1, 236,
-1, 100, 34, 198, -1, 100, 35, 108, 209, 109,
-1, 210, -1, 209, 113, 210, -1, 107, -1, 239,
195, 211, -1, -1, 212, -1, 78, -1, 20, -1,
74, -1, 214, -1, 218, -1, 216, -1, -1, 36,
30, 108, 215, 188, -1, 37, 172, -1, 106, -1,
106, 119, -1, 119, 106, -1, 119, 106, 119, -1,
219, -1, 220, -1, 108, 236, 109, -1, 219, 108,
221, 109, -1, 222, -1, 221, 113, 222, -1, 120,
223, -1, 120, 118, 223, -1, 239, -1, 223, 118,
239, -1, -1, 225, -1, 74, -1, 38, 183, -1,
108, 109, -1, 108, 227, 109, -1, 228, -1, 227,
113, 228, -1, 239, -1, 239, 110, 229, 111, -1,
239, 110, 186, 111, -1, 229, -1, 107, -1, 10,
-1, 11, -1, 229, -1, 12, -1, -1, 232, -1,
233, 235, -1, 115, 234, 10, 116, -1, -1, 94,
-1, 24, -1, 80, -1, -1, 57, -1, 46, -1,
15, -1, 16, -1, 16, -1, -1, 239, -1, 9,
-1
};
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const unsigned short yyrline[] =
{
0, 352, 352, 358, 364, 381, 380, 409, 411, 414,
418, 423, 430, 438, 443, 447, 456, 458, 466, 470,
478, 482, 485, 488, 492, 512, 514, 522, 531, 535,
550, 558, 571, 579, 578, 592, 604, 606, 608, 619,
624, 630, 636, 638, 641, 652, 658, 664, 671, 677,
686, 688, 699, 703, 706, 713, 719, 725, 732, 738,
747, 749, 759, 773, 783, 799, 809, 825, 831, 838,
848, 858, 863, 870, 877, 885, 895, 901, 907, 911,
919, 930, 952, 954, 956, 962, 968, 976, 982, 989,
994, 1000, 1006, 1012, 1015, 1021, 1031, 1033, 1036, 1044,
1051, 1064, 1075, 1085, 1096, 1106, 1117, 1128, 1130, 1137,
1135, 1144, 1149, 1155, 1160, 1163, 1167, 1172, 1181, 1190,
1201, 1223, 1230, 1249, 1253, 1259, 1265, 1271, 1281, 1291,
1297, 1308, 1322, 1331, 1341, 1351, 1361, 1369, 1390, 1399,
1408, 1410, 1417, 1424, 1430, 1434, 1440, 1460, 1470, 1472,
1473, 1480, 1480, 1485, 1492, 1498, 1503, 1507, 1511, 1514,
1519, 1531, 1548, 1553, 1558, 1591, 1601, 1615, 1617, 1618,
1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628,
1634, 1636, 1637, 1640, 1647, 1659, 1661, 1665, 1669, 1670,
1671, 1672, 1673, 1677, 1678, 1679, 1680, 1684, 1685, 1692,
1692, 1693, 1693, 1695, 1697, 1702, 1704, 1709, 1713, 1722,
1726, 1731, 1736, 1739, 1745, 1755, 1757, 1762, 1764, 1769,
1771, 1777, 1779, 1784, 1793, 1801, 1807, 1813, 1820, 1828,
1836, 1845, 1850, 1854, 1859, 1865, 1870, 1871, 1872, 1885,
1899, 1903, 1908, 1912, 1917, 1924, 1937, 1939, 1942, 1946,
1949, 1956, 1958, 1959, 1964, 1962, 1974, 1982, 1984, 1985,
1986, 1988, 1992, 2000, 2015, 2021, 2028, 2041, 2053, 2068,
2072, 2089, 2094, 2097, 2102, 2124, 2129, 2134, 2140, 2146,
2154, 2162, 2170, 2177, 2187, 2192, 2198, 2200, 2230, 2232,
2235, 2242, 2248, 2250, 2251, 2252, 2255, 2257, 2258, 2261,
2266, 2273, 2280, 2282, 2287
};
#endif
#if YYDEBUG || YYERROR_VERBOSE
/* YYTNME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
static const char *const yytname[] =
{
"$end", "error", "$undefined", "TOK_PPEQ", "TOK_whitespace", "TOK_opaque",
"TOK_bstring", "TOK_cstring", "TOK_hstring", "TOK_identifier",
"TOK_number", "TOK_number_negative", "TOK_realnumber", "TOK_tuple",
"TOK_quadruple", "TOK_typereference", "TOK_capitalreference",
"TOK_typefieldreference", "TOK_valuefieldreference", "TOK_Literal",
"TOK_ABSENT", "TOK_ABSTRACT_SYNTAX", "TOK_ALL", "TOK_ANY",
"TOK_APPLICATION", "TOK_AUTOMATIC", "TOK_BEGIN", "TOK_BIT",
"TOK_BMPString", "TOK_BOOLEAN", "TOK_BY", "TOK_CHARACTER", "TOK_CHOICE",
"TOK_CLASS", "TOK_COMPONENT", "TOK_COMPONENTS", "TOK_CONSTRAINED",
"TOK_CONTAINING", "TOK_DEFAULT", "TOK_DEFINITIONS", "TOK_DEFINED",
"TOK_EMBEDDED", "TOK_ENCODED", "TOK_ENCODING_CONTROL", "TOK_END",
"TOK_ENUMERATED", "TOK_EXPLICIT", "TOK_EXPORTS", "TOK_EXTENSIBILITY",
"TOK_EXTERNAL", "TOK_FALSE", "TOK_FROM", "TOK_GeneralizedTime",
"TOK_GeneralString", "TOK_GraphicString", "TOK_IA5String",
"TOK_IDENTIFIER", "TOK_IMPLICIT", "TOK_IMPLIED", "TOK_IMPORTS",
"TOK_INCLUDES", "TOK_INSTANCE", "TOK_INSTRUCTIONS", "TOK_INTEGER",
"TOK_ISO646String", "TOK_MAX", "TOK_MIN", "TOK_MINUS_INFINITY",
"TOK_NULL", "TOK_NumericString", "TOK_OBJECT", "TOK_ObjectDescriptor",
"TOK_OCTET", "TOK_OF", "TOK_OPTIONAL", "TOK_PATTERN", "TOK_PDV",
"TOK_PLUS_INFINITY", "TOK_PRESENT", "TOK_PrintableString",
"TOK_PRIVATE", "TOK_REAL", "TOK_RELATIVE_OID", "TOK_SEQUENCE",
"TOK_SET", "TOK_SIZE", "TOK_STRING", "TOK_SYNTAX", "TOK_T61String",
"TOK_TAGS", "TOK_TeletexString", "TOK_TRUE", "TOK_TYPE_IDENTIFIER",
"TOK_UNIQUE", "TOK_UNIVERSAL", "TOK_UniversalString", "TOK_UTCTime",
"TOK_UTF8String", "TOK_VideotexString", "TOK_VisibleString", "TOK_WITH",
"TOK_EXCEPT", "'^'", "TOK_INTERSECTION", "'|'", "TOK_UNION",
"TOK_TwoDots", "TOK_ThreeDots", "'{'", "'}'", "'('", "')'", "';'",
"','", "':'", "'['", "']'", "'!'", "'.'", "'<'", "'@'", "$accept",
"ParsedGrammar", "ModuleList", "ModuleDefinition", "@1",
"optObjectIdentifier", "ObjectIdentifier", "ObjectIdentifierBody",
"ObjectIdentifierElement", "optModuleDefinitionFlags",
"ModuleDefinitionFlags", "ModuleDefinitionFlag", "optModuleBody",
"ModuleBody", "AssignmentList", "Assignment", "@2", "optImports",
"ImportsDefinition", "ImportsBundleSet", "AssignedIdentifier",
"ImportsBundle", "ImportsList", "ImportsElement", "optExports",
"ExportsDefinition", "ExportsBody", "ExportsElement", "ValueSet",
"ValueSetTypeAssignment", "DefinedType", "DataTypeReference",
"ParameterArgumentList", "ParameterArgumentName", "ActualParameterList",
"ActualParameter", "optComponentTypeLists", "ComponentTypeLists",
"ComponentType", "AlternativeTypeLists", "AlternativeType",
"ObjectClass", "optUnique", "FieldSpec", "ClassField", "optWithSyntax",
"WithSyntax", "@3", "WithSyntaxList", "WithSyntaxToken",
"ExtensionAndException", "Type", "NSTD_IndirectMarker",
"TypeDeclaration", "TypeDeclarationSet", "ComplexTypeReference",
"ComplexTypeReferenceAmpList", "ComplexTypeReferenceElement",
"PrimitiveFieldReference", "FieldName", "DefinedObjectClass",
"ValueDefinition", "Value", "@4", "SimpleValue", "DefinedValue",
"RestrictedCharacterStringValue", "Opaque", "BasicTypeId",
"BasicTypeId_UniverationCompatible", "BasicType", "BasicString",
"UnionMark", "IntersectionMark", "optConstraints", "Constraint",
"SubtypeConstraint", "SetOfConstraints", "ElementSetSpecs",
"ElementSetSpec", "Unions", "Intersections", "IntersectionElements",
"ConstraintSubtypeElement", "ConstraintSpec", "SingleValue",
"ContainedSubtype", "InnerTypeConstraint", "WithComponentsList",
"WithComponentsElement", "optPresenceConstraint", "PresenceConstraint",
"GeneralConstraint", "UserDefinedConstraint", "@5",
"ContentsConstraint", "ConstraintRangeSpec", "TableConstraint",
"SimpleTableConstraint", "ComponentRelationConstraint",
"AtNotationList", "AtNotationElement", "ComponentIdList", "optMarker",
"Marker", "UniverationDefinition", "UniverationList",
"UniverationElement", "SignedNumber", "RealValue", "optTag", "Tag",
"TagTypeValue", "TagClass", "TagPlicit", "TypeRefName",
"ObjectClassReference", "optIdentifier", "Identifier", 0
};
#endif
# ifdef YYPRINT
/* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
token YYLEX-NUM. */
static const unsigned short yytoknum[] =
{
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
285, 286, 287, 288, 289, 290, 291, 292, 293, 294,
295, 296, 297, 298, 299, 300, 301, 302, 303, 304,
305, 306, 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, 333, 334,
335, 336, 337, 338, 339, 340, 341, 342, 343, 344,
345, 346, 347, 348, 349, 350, 351, 352, 353, 354,
355, 356, 94, 357, 124, 358, 359, 360, 123, 125,
40, 41, 59, 44, 58, 91, 93, 33, 46, 60,
64
};
# endif
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
static const unsigned char yyr1[] =
{
0, 121, 122, 123, 123, 125, 124, 126, 126, 127,
127, 128, 128, 129, 129, 129, 130, 130, 131, 131,
132, 132, 132, 132, 132, 133, 133, 134, 135, 135,
136, 136, 136, 137, 136, 136, 138, 138, 139, 139,
140, 140, 141, 141, 142, 143, 143, 144, 144, 144,
145, 145, 146, 146, 146, 147, 147, 148, 148, 148,
149, 150, 151, 151, 151, 152, 152, 152, 152, 153,
153, 154, 154, 154, 154, 154, 155, 155, 156, 156,
156, 156, 157, 157, 158, 158, 159, 159, 159, 159,
160, 160, 161, 161, 161, 162, 163, 163, 164, 164,
165, 165, 165, 165, 165, 165, 165, 166, 166, 168,
167, 169, 169, 170, 170, 170, 170, 171, 171, 171,
172, 173, 174, 175, 175, 175, 175, 175, 175, 175,
175, 175, 176, 176, 176, 176, 176, 176, 177, 177,
178, 179, 179, 180, 180, 180, 181, 182, 183, 183,
183, 184, 183, 183, 185, 185, 185, 185, 185, 185,
186, 186, 187, 187, 187, 188, 188, 189, 189, 189,
189, 189, 189, 189, 189, 189, 189, 189, 189, 189,
190, 190, 190, 191, 191, 192, 192, 192, 192, 192,
192, 192, 192, 192, 192, 192, 192, 192, 192, 193,
193, 194, 194, 195, 195, 196, 196, 197, 197, 198,
198, 199, 199, 199, 199, 200, 200, 201, 201, 202,
202, 203, 203, 204, 204, 204, 204, 204, 204, 204,
204, 204, 205, 205, 206, 206, 206, 206, 206, 207,
208, 208, 209, 209, 210, 210, 211, 211, 212, 212,
212, 213, 213, 213, 215, 214, 216, 217, 217, 217,
217, 218, 218, 219, 220, 221, 221, 222, 222, 223,
223, 224, 224, 225, 225, 226, 226, 227, 227, 228,
228, 228, 228, 228, 229, 229, 230, 230, 231, 231,
232, 233, 234, 234, 234, 234, 235, 235, 235, 236,
236, 237, 238, 238, 239
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
static const unsigned char yyr2[] =
{
0, 2, 1, 1, 2, 0, 9, 0, 1, 3,
2, 1, 2, 1, 4, 1, 0, 1, 1, 2,
2, 2, 2, 2, 2, 0, 1, 3, 1, 2,
1, 1, 1, 0, 3, 1, 0, 1, 3, 2,
1, 2, 0, 1, 4, 1, 3, 1, 3, 1,
0, 1, 3, 3, 2, 1, 3, 1, 3, 1,
3, 4, 1, 1, 4, 3, 3, 6, 6, 1,
3, 1, 3, 3, 3, 3, 1, 3, 1, 1,
1, 1, 0, 1, 1, 3, 3, 2, 3, 1,
1, 3, 2, 1, 1, 5, 0, 1, 1, 3,
2, 4, 3, 3, 3, 3, 3, 0, 1, 0,
6, 1, 2, 1, 1, 1, 3, 1, 3, 3,
3, 0, 2, 1, 4, 4, 4, 6, 6, 1,
4, 3, 1, 3, 3, 3, 1, 3, 1, 3,
1, 1, 1, 1, 3, 3, 1, 4, 1, 1,
3, 0, 3, 1, 1, 1, 1, 1, 1, 1,
1, 3, 1, 1, 1, 1, 2, 1, 1, 1,
1, 2, 2, 1, 1, 2, 2, 1, 1, 1,
1, 1, 2, 1, 2, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 0, 1, 1, 3, 1, 4, 3,
4, 1, 1, 3, 5, 1, 3, 1, 3, 1,
3, 1, 3, 4, 3, 1, 1, 3, 3, 3,
3, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3, 5, 1, 3, 1, 3, 0, 1, 1, 1,
1, 1, 1, 1, 0, 5, 2, 1, 2, 2,
3, 1, 1, 3, 4, 1, 3, 2, 3, 1,
3, 0, 1, 1, 2, 2, 3, 1, 3, 1,
4, 4, 1, 1, 1, 1, 1, 1, 0, 1,
2, 4, 0, 1, 1, 1, 0, 1, 1, 1,
1, 1, 0, 1, 1
};
/* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
STATE-NUM when YYTABLE doesn't specify something else to do. Zero
means the default is an error. */
static const unsigned short yydefact[] =
{
0, 299, 300, 0, 2, 3, 5, 1, 4, 7,
0, 0, 8, 304, 15, 10, 0, 11, 13, 16,
9, 12, 0, 0, 0, 0, 0, 0, 0, 17,
18, 0, 24, 22, 20, 23, 21, 0, 19, 14,
50, 0, 0, 26, 36, 51, 0, 54, 0, 55,
57, 59, 6, 0, 0, 37, 53, 52, 0, 0,
39, 0, 40, 0, 45, 47, 49, 185, 0, 186,
187, 188, 189, 190, 198, 191, 192, 193, 194, 195,
196, 197, 27, 28, 32, 30, 31, 35, 0, 0,
56, 58, 38, 41, 0, 0, 0, 33, 29, 288,
132, 301, 0, 167, 0, 0, 181, 174, 178, 180,
168, 0, 0, 169, 173, 177, 0, 0, 63, 183,
170, 62, 179, 136, 0, 42, 46, 48, 34, 0,
292, 66, 65, 121, 289, 296, 0, 182, 176, 175,
172, 171, 0, 69, 0, 170, 71, 0, 288, 0,
184, 0, 0, 43, 44, 0, 294, 295, 293, 0,
0, 203, 298, 297, 290, 133, 135, 0, 0, 0,
0, 0, 61, 156, 162, 157, 284, 285, 163, 164,
154, 155, 81, 0, 76, 78, 79, 158, 159, 80,
283, 275, 0, 277, 282, 279, 141, 142, 137, 138,
140, 134, 153, 151, 147, 148, 149, 0, 160, 288,
288, 0, 98, 0, 129, 0, 0, 203, 203, 123,
122, 0, 0, 120, 204, 205, 207, 288, 70, 75,
74, 73, 72, 287, 0, 234, 233, 0, 232, 235,
0, 211, 0, 237, 0, 212, 215, 217, 219, 221,
0, 225, 226, 231, 286, 236, 239, 238, 64, 288,
276, 0, 0, 0, 0, 0, 0, 146, 143, 0,
273, 271, 271, 271, 100, 272, 96, 271, 271, 107,
0, 291, 0, 288, 0, 288, 0, 288, 0, 0,
0, 288, 0, 0, 0, 251, 253, 252, 261, 262,
0, 68, 67, 0, 257, 0, 0, 0, 0, 0,
60, 0, 199, 200, 0, 201, 202, 0, 0, 0,
0, 77, 278, 0, 0, 160, 139, 165, 152, 161,
150, 274, 105, 0, 104, 106, 97, 271, 102, 103,
0, 95, 108, 99, 0, 117, 0, 90, 93, 94,
288, 131, 0, 0, 83, 84, 89, 271, 288, 302,
0, 302, 0, 0, 256, 0, 209, 206, 0, 0,
216, 258, 259, 230, 228, 0, 240, 0, 224, 213,
218, 220, 222, 0, 229, 227, 281, 280, 166, 144,
145, 101, 0, 130, 0, 124, 288, 92, 288, 125,
288, 87, 271, 288, 303, 126, 288, 208, 254, 263,
0, 0, 265, 210, 260, 244, 0, 242, 203, 0,
223, 109, 118, 119, 91, 88, 85, 86, 121, 121,
0, 0, 267, 269, 264, 0, 241, 0, 246, 214,
0, 127, 128, 255, 268, 0, 266, 243, 249, 250,
248, 245, 247, 113, 114, 0, 0, 111, 115, 270,
0, 110, 112, 116
};
/* YYDEFGOTO[NTERM-NUM]. */
static const short yydefgoto[] =
{
-1, 3, 4, 5, 9, 11, 12, 16, 17, 28,
29, 30, 42, 43, 82, 83, 128, 54, 55, 61,
154, 62, 63, 64, 44, 45, 48, 49, 182, 84,
117, 85, 142, 143, 183, 184, 353, 354, 355, 346,
347, 131, 337, 211, 212, 341, 342, 440, 456, 457,
356, 357, 160, 161, 220, 118, 198, 199, 458, 272,
273, 86, 204, 264, 205, 206, 243, 328, 119, 120,
121, 122, 314, 317, 223, 224, 225, 226, 293, 245,
246, 247, 248, 249, 250, 251, 252, 253, 416, 417,
451, 452, 294, 295, 430, 296, 306, 297, 298, 299,
411, 412, 432, 274, 275, 150, 192, 193, 254, 255,
133, 134, 135, 159, 164, 256, 123, 403, 257
};
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
STATE-NUM. */
#define YYPACT_NINF -282
static const short yypact[] =
{
193, -282, -282, 28, 193, -282, -282, -282, -282, -47,
13, 45, -282, -282, -282, -282, 37, -282, -16, 168,
-282, -282, 138, 93, 83, 140, 165, 147, 223, 168,
-282, 155, -282, -282, -282, -282, -282, 245, -282, -282,
64, 84, 225, -282, 222, -282, 176, -282, 132, -282,
196, -282, -282, 167, 512, -282, -282, -282, 249, 202,
-282, 11, -282, 65, -282, 212, -282, -282, 314, -282,
-282, -282, -282, -282, -282, -282, -282, -282, -282, -282,
-282, -282, 512, -282, -282, -282, -282, -282, 344, 665,
-282, -282, -282, -282, 193, 249, 234, -282, -282, -8,
215, -282, 262, -282, 264, 278, -282, -282, -282, -282,
-282, 299, 270, -282, -282, -282, 741, 354, 250, -282,
255, -282, -282, 246, 362, -47, -282, -282, -282, 258,
25, -282, -282, -282, -282, 128, 249, -282, -282, -282,
-282, -282, 134, -282, 254, -282, 256, 261, 60, 70,
-282, 279, 224, -282, -282, 243, -282, -282, -282, 364,
589, 82, -282, -282, -282, -282, -282, 373, 741, 249,
249, 444, -282, -282, -282, -282, -282, -282, -282, -282,
-282, -282, -282, 159, -282, -282, -282, -282, -282, -282,
-282, -282, 177, -282, -282, 268, -282, -282, 263, -282,
-282, -282, -282, -282, -282, -282, -282, 265, 266, 174,
73, 203, -282, 272, 339, 274, 318, 109, 112, -282,
-282, 282, 191, -282, -282, -282, 284, -8, -282, -282,
-282, -282, -282, -282, 300, -282, -282, -61, -282, -282,
294, -282, 444, -282, 293, 291, 231, 235, -282, 304,
301, -61, -282, -282, -282, -282, -282, -282, -282, 60,
-282, 92, 269, 322, 401, 400, 224, -282, -282, 224,
-282, 50, -21, 50, -282, -282, 317, -21, 50, 319,
243, -282, 387, 66, 326, 47, 345, 47, 347, 444,
392, 309, 193, 320, 325, -282, -282, -282, 321, -282,
444, -282, -282, 472, 311, 331, 296, 323, 330, 333,
-282, 338, -282, -282, 472, -282, -282, 472, 472, 444,
312, -282, -282, 335, 336, -282, -282, -282, 423, -282,
-282, -282, -282, 327, -282, -282, -282, 50, -282, -282,
361, -282, -282, -282, 400, 332, 204, -282, -282, -282,
309, -282, 377, 352, 349, -282, -282, 50, 309, 400,
355, 400, 365, 367, -282, 368, -282, -282, 343, 378,
-282, -282, 359, -282, -282, 444, 284, 23, -282, 379,
235, -282, -282, 380, -282, -282, -282, -282, -282, -282,
-282, -282, 382, -282, 269, -282, 66, -282, 309, -282,
51, -282, 50, 309, -282, -282, 309, -282, -282, -282,
31, 205, -282, -282, -282, -282, 218, -282, 82, 458,
-282, -282, -282, -282, -282, -282, -282, -282, -282, -282,
401, 400, 375, -282, -282, 343, -282, 23, 137, -282,
46, -282, -282, 423, 375, 400, -282, -282, -282, -282,
-282, -282, -282, -282, -282, 46, 20, -282, -282, -282,
17, -282, -282, -282
};
/* YYPGOTO[NTERM-NUM]. */
static const short yypgoto[] =
{
-282, -282, -282, 492, -282, -282, 372, -282, 482, -282,
-282, 470, -282, -282, -282, 418, -282, -282, -282, -282,
-282, 440, -282, 407, -282, -282, -282, 445, 357, -282,
-48, -282, -282, 337, -282, 247, 220, -282, 111, -282,
116, 286, -282, -282, 236, -282, -282, -282, 59, -210,
-281, -96, -282, -76, -282, 233, -282, 252, -136, 308,
310, -282, -80, -282, -118, -258, -119, 89, -59, -24,
-282, 22, -282, -282, -208, -282, -282, 219, -155, 106,
-282, 216, 214, -138, -282, -229, -282, -282, -282, 95,
-282, -282, -282, -282, -282, -282, 283, -282, -282, -282,
-282, 98, 105, -259, -282, -282, -282, 276, -141, -282,
-182, -282, -282, -282, -282, 1, -282, 178, -10
};
/* YYTABLE[YYPACT[STATE-NUM]]. What to do in state STATE-NUM. If
positive, shift that token. If negative, reduce the rule which
number is the opposite. If zero, do what YYDEFACT says.
If YYTABLE_NINF, parse error. */
#define YYTABLE_NINF -272
static const short yytable[] =
{
18, 6, 348, 132, 323, 6, 18, 188, 194, 286,
288, 188, 332, 334, 335, 200, 244, 269, 338, 339,
13, 453, 13, 14, 453, 129, 1, 2, 7, 187,
186, 51, 13, 187, 196, 197, 454, 196, 197, 454,
13, 124, 50, 66, 89, 304, 13, 14, 51, 156,
453, 66, 185, 270, 65, 88, 13, 144, 305, 50,
13, 10, 65, 196, 197, 454, 173, 174, 175, 13,
176, 177, 89, 178, 179, 13, 87, 374, 391, 13,
176, 177, 352, 88, 19, 66, 352, 309, 269, 267,
268, 385, 145, 13, 22, 125, 65, 333, 401, 1,
2, 13, 176, 177, 87, 157, 46, 130, -25, 144,
180, 41, 219, 271, 276, 348, 94, 146, 188, 158,
194, 324, 15, 92, 270, 188, 166, 200, 188, 461,
415, 302, 455, 463, 362, 455, 422, 165, 189, 195,
187, 186, 208, 427, 145, 369, 20, 187, 31, 431,
187, 181, 201, 207, 345, 32, -82, 448, 345, 230,
232, 455, 130, 185, 383, 370, 130, 221, 171, 146,
229, 231, 33, 345, 162, 130, 13, 190, 95, 191,
382, 130, 1, 2, 23, 163, 330, 349, 130, 331,
267, 268, 222, 24, 221, 364, 47, 221, 174, 190,
13, 176, 177, 233, 178, 179, 1, 2, 1, 2,
438, 449, 269, 234, 25, 450, 26, 285, 60, 222,
287, 428, 222, 35, 429, 27, 37, 290, 291, 34,
173, 174, 175, 13, 176, 177, 36, 178, 179, 1,
2, 235, 236, 167, 57, 58, 462, 168, 270, 189,
462, 195, 325, 423, 397, 329, 208, 237, 13, 208,
209, 210, 402, 207, 1, 2, 39, 207, 258, 52,
207, 40, 259, 350, 180, 358, 238, 358, 13, 176,
177, 53, 239, -271, 1, 2, 260, -271, 56, 130,
261, 240, 202, 365, 1, 2, 196, 197, 241, 292,
349, 242, 425, 174, 59, 13, 176, 177, 233, 178,
179, 91, 279, 395, 434, 181, 280, 396, 435, 174,
96, 13, 176, 177, 233, 178, 179, 436, 307, 308,
97, 437, 203, 136, 393, 312, 313, 315, 316, 196,
197, 100, 101, 127, 389, 390, 235, 99, 137, 404,
138, 404, 441, 442, 139, 140, 141, 147, 148, 100,
101, 373, 235, 149, 151, 152, 155, 418, 169, 171,
170, 102, 67, 103, 213, 104, 227, 384, 262, 282,
266, 263, 283, 265, 325, 105, 350, 239, 281, 106,
358, 284, 289, 107, 300, 207, 108, 69, 70, 71,
433, 303, 310, 239, 311, 318, 327, 109, 72, 13,
336, 319, 110, 73, 111, 74, 112, 344, 359, 340,
361, 433, 363, 75, 130, 113, 114, 418, 388, 368,
371, 366, 76, 375, 77, 459, 367, 372, 377, 78,
115, 79, 80, 81, 378, 379, 386, 387, 392, 394,
398, 174, 116, 13, 176, 177, 233, 178, 179, 1,
2, 399, 400, 410, 405, 174, 234, 13, 176, 177,
233, 178, 179, 1, 2, 408, 407, 409, 414, 174,
234, 13, 176, 177, 233, 178, 179, 1, 2, 413,
421, 420, 419, 445, 235, 236, 8, 153, 21, 38,
98, 93, 126, 90, 172, 228, 321, 360, 235, 236,
237, 426, 424, 301, 460, 326, 343, 351, 277, 443,
278, 13, 235, 236, 237, 439, 376, 1, 2, 238,
380, 381, 447, 446, 320, 239, 444, 322, 237, 406,
67, 0, 0, 238, 240, 0, 0, 0, 0, 239,
0, 241, 0, 0, 242, 68, 0, 238, 240, 0,
0, 0, 0, 239, 0, 69, 70, 71, 242, 0,
0, 0, 240, 0, 0, 0, 72, 0, 0, 0,
0, 73, 242, 74, 0, 0, 0, 0, 0, 0,
0, 75, 0, 0, 0, 0, 0, 0, 0, 0,
76, 0, 77, 0, 100, 101, 0, 78, 0, 79,
80, 81, 214, 0, 0, 0, 102, 67, 103, 0,
104, 215, 0, 0, 0, 0, 0, 0, 0, 0,
105, 0, 0, 0, 106, 0, 0, 0, 107, 0,
0, 108, 69, 70, 71, 0, 0, 0, 0, 0,
216, 0, 109, 72, 0, 0, 0, 110, 73, 111,
74, 112, 0, 0, 0, 0, 0, 0, 75, 0,
113, 114, 217, 218, 0, 0, 0, 76, 0, 77,
100, 101, 0, 0, 78, 115, 79, 80, 81, 0,
0, 0, 102, 67, 103, 0, 104, 0, 0, 0,
0, 0, 0, 0, 0, 0, 105, 0, 0, 0,
106, 0, 0, 0, 107, 0, 0, 108, 69, 70,
71, 0, 0, 0, 0, 0, 0, 0, 109, 72,
0, 0, 0, 110, 73, 111, 74, 112, 0, 0,
0, 0, 0, 0, 75, 0, 113, 114, 0, 0,
0, 0, 0, 76, 0, 77, 1, 2, 0, 0,
78, 115, 79, 80, 81, 0, 0, 0, 102, 67,
103, 0, 104, 0, 0, 0, 0, 0, 0, 0,
0, 0, 105, 0, 0, 0, 106, 0, 0, 0,
107, 0, 0, 108, 69, 70, 71, 0, 0, 0,
0, 0, 0, 0, 109, 72, 0, 0, 0, 110,
73, 111, 74, 112, 0, 0, 0, 0, 0, 0,
75, 0, 113, 114, 0, 0, 0, 0, 0, 76,
0, 77, 0, 0, 0, 0, 78, 115, 79, 80,
81
};
static const short yycheck[] =
{
10, 0, 283, 99, 262, 4, 16, 148, 149, 217,
218, 152, 271, 272, 273, 151, 171, 38, 277, 278,
9, 4, 9, 10, 4, 33, 15, 16, 0, 148,
148, 41, 9, 152, 17, 18, 19, 17, 18, 19,
9, 89, 41, 53, 54, 106, 9, 10, 58, 24,
4, 61, 148, 74, 53, 54, 9, 116, 119, 58,
9, 108, 61, 17, 18, 19, 6, 7, 8, 9,
10, 11, 82, 13, 14, 9, 54, 306, 337, 9,
10, 11, 35, 82, 39, 95, 35, 242, 38, 16,
17, 320, 116, 9, 110, 94, 95, 118, 357, 15,
16, 9, 10, 11, 82, 80, 22, 115, 44, 168,
50, 47, 160, 209, 210, 396, 51, 116, 259, 94,
261, 262, 109, 112, 74, 266, 136, 263, 269, 109,
107, 227, 115, 116, 289, 115, 394, 136, 148, 149,
259, 259, 152, 402, 168, 300, 109, 266, 10, 118,
269, 91, 151, 152, 107, 62, 109, 20, 107, 169,
170, 115, 115, 259, 319, 303, 115, 85, 108, 168,
169, 170, 89, 107, 46, 115, 9, 107, 113, 109,
318, 115, 15, 16, 16, 57, 266, 283, 115, 269,
16, 17, 110, 25, 85, 291, 112, 85, 7, 107,
9, 10, 11, 12, 13, 14, 15, 16, 15, 16,
418, 74, 38, 22, 46, 78, 48, 108, 51, 110,
108, 403, 110, 58, 406, 57, 3, 36, 37, 89,
6, 7, 8, 9, 10, 11, 89, 13, 14, 15,
16, 50, 51, 109, 112, 113, 456, 113, 74, 259,
460, 261, 262, 394, 350, 265, 266, 66, 9, 269,
17, 18, 358, 262, 15, 16, 111, 266, 109, 44,
269, 26, 113, 283, 50, 285, 85, 287, 9, 10,
11, 59, 91, 109, 15, 16, 109, 113, 112, 115,
113, 100, 68, 292, 15, 16, 17, 18, 107, 108,
396, 110, 398, 7, 108, 9, 10, 11, 12, 13,
14, 109, 109, 109, 109, 91, 113, 113, 113, 7,
108, 9, 10, 11, 12, 13, 14, 109, 34, 35,
16, 113, 108, 118, 344, 104, 105, 102, 103, 17,
18, 15, 16, 109, 17, 18, 50, 3, 86, 359,
86, 361, 428, 429, 76, 56, 86, 3, 108, 15,
16, 65, 50, 108, 118, 3, 108, 377, 114, 108,
114, 27, 28, 29, 10, 31, 3, 65, 110, 40,
114, 118, 108, 118, 394, 41, 396, 91, 116, 45,
400, 73, 110, 49, 110, 394, 52, 53, 54, 55,
410, 101, 109, 91, 113, 101, 5, 63, 64, 9,
93, 110, 68, 69, 70, 71, 72, 30, 73, 100,
73, 431, 30, 79, 115, 81, 82, 437, 5, 108,
119, 111, 88, 110, 90, 445, 111, 106, 108, 95,
96, 97, 98, 99, 111, 107, 111, 111, 87, 117,
73, 7, 108, 9, 10, 11, 12, 13, 14, 15,
16, 109, 113, 120, 109, 7, 22, 9, 10, 11,
12, 13, 14, 15, 16, 108, 111, 109, 119, 7,
22, 9, 10, 11, 12, 13, 14, 15, 16, 111,
108, 111, 113, 118, 50, 51, 4, 125, 16, 29,
82, 61, 95, 58, 147, 168, 259, 287, 50, 51,
66, 400, 396, 227, 455, 263, 280, 284, 210, 430,
210, 9, 50, 51, 66, 419, 307, 15, 16, 85,
314, 317, 437, 435, 251, 91, 431, 261, 66, 361,
28, -1, -1, 85, 100, -1, -1, -1, -1, 91,
-1, 107, -1, -1, 110, 43, -1, 85, 100, -1,
-1, -1, -1, 91, -1, 53, 54, 55, 110, -1,
-1, -1, 100, -1, -1, -1, 64, -1, -1, -1,
-1, 69, 110, 71, -1, -1, -1, -1, -1, -1,
-1, 79, -1, -1, -1, -1, -1, -1, -1, -1,
88, -1, 90, -1, 15, 16, -1, 95, -1, 97,
98, 99, 23, -1, -1, -1, 27, 28, 29, -1,
31, 32, -1, -1, -1, -1, -1, -1, -1, -1,
41, -1, -1, -1, 45, -1, -1, -1, 49, -1,
-1, 52, 53, 54, 55, -1, -1, -1, -1, -1,
61, -1, 63, 64, -1, -1, -1, 68, 69, 70,
71, 72, -1, -1, -1, -1, -1, -1, 79, -1,
81, 82, 83, 84, -1, -1, -1, 88, -1, 90,
15, 16, -1, -1, 95, 96, 97, 98, 99, -1,
-1, -1, 27, 28, 29, -1, 31, -1, -1, -1,
-1, -1, -1, -1, -1, -1, 41, -1, -1, -1,
45, -1, -1, -1, 49, -1, -1, 52, 53, 54,
55, -1, -1, -1, -1, -1, -1, -1, 63, 64,
-1, -1, -1, 68, 69, 70, 71, 72, -1, -1,
-1, -1, -1, -1, 79, -1, 81, 82, -1, -1,
-1, -1, -1, 88, -1, 90, 15, 16, -1, -1,
95, 96, 97, 98, 99, -1, -1, -1, 27, 28,
29, -1, 31, -1, -1, -1, -1, -1, -1, -1,
-1, -1, 41, -1, -1, -1, 45, -1, -1, -1,
49, -1, -1, 52, 53, 54, 55, -1, -1, -1,
-1, -1, -1, -1, 63, 64, -1, -1, -1, 68,
69, 70, 71, 72, -1, -1, -1, -1, -1, -1,
79, -1, 81, 82, -1, -1, -1, -1, -1, 88,
-1, 90, -1, -1, -1, -1, 95, 96, 97, 98,
99
};
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
symbol of state STATE-NUM. */
static const unsigned char yystos[] =
{
0, 15, 16, 122, 123, 124, 236, 0, 124, 125,
108, 126, 127, 9, 10, 109, 128, 129, 239, 39,
109, 129, 110, 16, 25, 46, 48, 57, 130, 131,
132, 10, 62, 89, 89, 58, 89, 3, 132, 111,
26, 47, 133, 134, 145, 146, 22, 112, 147, 148,
236, 239, 44, 59, 138, 139, 112, 112, 113, 108,
51, 140, 142, 143, 144, 236, 239, 28, 43, 53,
54, 55, 64, 69, 71, 79, 88, 90, 95, 97,
98, 99, 135, 136, 150, 152, 182, 192, 236, 239,
148, 109, 112, 142, 51, 113, 108, 16, 136, 3,
15, 16, 27, 29, 31, 41, 45, 49, 52, 63,
68, 70, 72, 81, 82, 96, 108, 151, 176, 189,
190, 191, 192, 237, 151, 236, 144, 109, 137, 33,
115, 162, 172, 231, 232, 233, 118, 86, 86, 76,
56, 86, 153, 154, 189, 190, 236, 3, 108, 108,
226, 118, 3, 127, 141, 108, 24, 80, 94, 234,
173, 174, 46, 57, 235, 236, 239, 109, 113, 114,
114, 108, 149, 6, 7, 8, 10, 11, 13, 14,
50, 91, 149, 155, 156, 172, 185, 187, 229, 239,
107, 109, 227, 228, 229, 239, 17, 18, 177, 178,
179, 236, 68, 108, 183, 185, 186, 236, 239, 17,
18, 164, 165, 10, 23, 32, 61, 83, 84, 151,
175, 85, 110, 195, 196, 197, 198, 3, 154, 236,
239, 236, 239, 12, 22, 50, 51, 66, 85, 91,
100, 107, 110, 187, 199, 200, 201, 202, 203, 204,
205, 206, 207, 208, 229, 230, 236, 239, 109, 113,
109, 113, 110, 118, 184, 118, 114, 16, 17, 38,
74, 172, 180, 181, 224, 225, 172, 180, 181, 109,
113, 116, 40, 108, 73, 108, 195, 108, 195, 110,
36, 37, 108, 199, 213, 214, 216, 218, 219, 220,
110, 162, 172, 101, 106, 119, 217, 34, 35, 199,
109, 113, 104, 105, 193, 102, 103, 194, 101, 110,
217, 156, 228, 186, 229, 239, 178, 5, 188, 239,
183, 183, 224, 118, 224, 224, 93, 163, 224, 224,
100, 166, 167, 165, 30, 107, 160, 161, 171, 172,
239, 176, 35, 157, 158, 159, 171, 172, 239, 73,
157, 73, 199, 30, 172, 236, 111, 111, 108, 199,
204, 119, 106, 65, 206, 110, 198, 108, 111, 107,
202, 203, 204, 199, 65, 206, 111, 111, 5, 17,
18, 224, 87, 239, 117, 109, 113, 172, 73, 109,
113, 224, 172, 238, 239, 109, 238, 111, 108, 109,
120, 221, 222, 111, 119, 107, 209, 210, 239, 113,
111, 108, 186, 229, 161, 172, 159, 224, 231, 231,
215, 118, 223, 239, 109, 113, 109, 113, 195, 200,
168, 174, 174, 188, 223, 118, 222, 210, 20, 74,
78, 211, 212, 4, 19, 115, 169, 170, 179, 239,
169, 109, 170, 116
};
#if ! defined (YYSIZE_T) && defined (__SIZE_TYPE__)
# define YYSIZE_T __SIZE_TYPE__
#endif
#if ! defined (YYSIZE_T) && defined (size_t)
# define YYSIZE_T size_t
#endif
#if ! defined (YYSIZE_T)
# if defined (__STDC__) || defined (__cplusplus)
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
# define YYSIZE_T size_t
# endif
#endif
#if ! defined (YYSIZE_T)
# define YYSIZE_T unsigned int
#endif
#define yyerrok (yyerrstatus = 0)
#define yyclearin (yychar = YYEMPTY)
#define YYEMPTY -2
#define YYEOF 0
#define YYACCEPT goto yyacceptlab
#define YYABORT goto yyabortlab
#define YYERROR goto yyerrlab1
/* Like YYERROR except do call yyerror. This remains here temporarily
to ease the transition to the new meaning of YYERROR, for GCC.
Once GCC version 2 has supplanted version 1, this can go. */
#define YYFAIL goto yyerrlab
#define YYRECOVERING() (!!yyerrstatus)
#define YYBACKUP(Token, Value) \
do \
if (yychar == YYEMPTY && yylen == 1) \
{ \
yychar = (Token); \
yylval = (Value); \
yychar1 = YYTRANSLATE (yychar); \
YYPOPSTACK; \
goto yybackup; \
} \
else \
{ \
yyerror ("syntax error: cannot back up"); \
YYERROR; \
} \
while (0)
#define YYTERROR 1
#define YYERRCODE 256
/* YYLLOC_DEFAULT -- Compute the default location (before the actions
are run). */
#ifndef YYLLOC_DEFAULT
# define YYLLOC_DEFAULT(Current, Rhs, N) \
Current.first_line = Rhs[1].first_line; \
Current.first_column = Rhs[1].first_column; \
Current.last_line = Rhs[N].last_line; \
Current.last_column = Rhs[N].last_column;
#endif
/* YYLEX -- calling `yylex' with the right arguments. */
#define YYLEX yylex ()
/* Enable debugging if requested. */
#if YYDEBUG
# ifndef YYFPRINTF
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
# define YYFPRINTF fprintf
# endif
# define YYDPRINTF(Args) \
do { \
if (yydebug) \
YYFPRINTF Args; \
} while (0)
# define YYDSYMPRINT(Args) \
do { \
if (yydebug) \
yysymprint Args; \
} while (0)
/* Nonzero means print parse trace. It is left uninitialized so that
multiple parsers can coexist. */
int yydebug;
#else /* !YYDEBUG */
# define YYDPRINTF(Args)
# define YYDSYMPRINT(Args)
#endif /* !YYDEBUG */
/* YYINITDEPTH -- initial size of the parser's stacks. */
#ifndef YYINITDEPTH
# define YYINITDEPTH 200
#endif
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
if the built-in stack extension method is used).
Do not make this value too large; the results are undefined if
SIZE_MAX < YYSTACK_BYTES (YYMAXDEPTH)
evaluated with infinite-precision integer arithmetic. */
#if YYMAXDEPTH == 0
# undef YYMAXDEPTH
#endif
#ifndef YYMAXDEPTH
# define YYMAXDEPTH 10000
#endif
#if YYERROR_VERBOSE
# ifndef yystrlen
# if defined (__GLIBC__) && defined (_STRING_H)
# define yystrlen strlen
# else
/* Return the length of YYSTR. */
static YYSIZE_T
# if defined (__STDC__) || defined (__cplusplus)
yystrlen (const char *yystr)
# else
yystrlen (yystr)
const char *yystr;
# endif
{
register const char *yys = yystr;
while (*yys++ != '\0')
continue;
return yys - yystr - 1;
}
# endif
# endif
# ifndef yystpcpy
# if defined (__GLIBC__) && defined (_STRING_H) && defined (_GNU_SOURCE)
# define yystpcpy stpcpy
# else
/* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in
YYDEST. */
static char *
# if defined (__STDC__) || defined (__cplusplus)
yystpcpy (char *yydest, const char *yysrc)
# else
yystpcpy (yydest, yysrc)
char *yydest;
const char *yysrc;
# endif
{
register char *yyd = yydest;
register const char *yys = yysrc;
while ((*yyd++ = *yys++) != '\0')
continue;
return yyd - 1;
}
# endif
# endif
#endif /* !YYERROR_VERBOSE */
#if YYDEBUG
/*-----------------------------.
| Print this symbol on YYOUT. |
`-----------------------------*/
static void
#if defined (__STDC__) || defined (__cplusplus)
yysymprint (FILE* yyout, int yytype, YYSTYPE yyvalue)
#else
yysymprint (yyout, yytype, yyvalue)
FILE* yyout;
int yytype;
YYSTYPE yyvalue;
#endif
{
/* Pacify ``unused variable'' warnings. */
(void) yyvalue;
if (yytype < YYNTOKENS)
{
YYFPRINTF (yyout, "token %s (", yytname[yytype]);
# ifdef YYPRINT
YYPRINT (yyout, yytoknum[yytype], yyvalue);
# endif
}
else
YYFPRINTF (yyout, "nterm %s (", yytname[yytype]);
switch (yytype)
{
default:
break;
}
YYFPRINTF (yyout, ")");
}
#endif /* YYDEBUG. */
/*-----------------------------------------------.
| Release the memory associated to this symbol. |
`-----------------------------------------------*/
static void
#if defined (__STDC__) || defined (__cplusplus)
yydestruct (int yytype, YYSTYPE yyvalue)
#else
yydestruct (yytype, yyvalue)
int yytype;
YYSTYPE yyvalue;
#endif
{
/* Pacify ``unused variable'' warnings. */
(void) yyvalue;
switch (yytype)
{
default:
break;
}
}
/* The user can define YYPARSE_PARAM as the name of an argument to be passed
into yyparse. The argument should have type void *.
It should actually point to an object.
Grammar actions can access the variable by casting it
to the proper pointer type. */
#ifdef YYPARSE_PARAM
# if defined (__STDC__) || defined (__cplusplus)
# define YYPARSE_PARAM_ARG void *YYPARSE_PARAM
# define YYPARSE_PARAM_DECL
# else
# define YYPARSE_PARAM_ARG YYPARSE_PARAM
# define YYPARSE_PARAM_DECL void *YYPARSE_PARAM;
# endif
#else /* !YYPARSE_PARAM */
# define YYPARSE_PARAM_ARG
# define YYPARSE_PARAM_DECL
#endif /* !YYPARSE_PARAM */
/* Prevent warning if -Wstrict-prototypes. */
#ifdef __GNUC__
# ifdef YYPARSE_PARAM
int yyparse (void *);
# else
int yyparse (void);
# endif
#endif
/* The lookahead symbol. */
int yychar;
/* The semantic value of the lookahead symbol. */
YYSTYPE yylval;
/* Number of parse errors so far. */
int yynerrs;
int
yyparse (YYPARSE_PARAM_ARG)
YYPARSE_PARAM_DECL
{
register int yystate;
register int yyn;
int yyresult;
/* Number of tokens to shift before error messages enabled. */
int yyerrstatus;
/* Lookahead token as an internal (translated) token number. */
int yychar1 = 0;
/* Three stacks and their tools:
`yyss': related to states,
`yyvs': related to semantic values,
`yyls': related to locations.
Refer to the stacks thru separate pointers, to allow yyoverflow
to reallocate them elsewhere. */
/* The state stack. */
short yyssa[YYINITDEPTH];
short *yyss = yyssa;
register short *yyssp;
/* The semantic value stack. */
YYSTYPE yyvsa[YYINITDEPTH];
YYSTYPE *yyvs = yyvsa;
register YYSTYPE *yyvsp;
#define YYPOPSTACK (yyvsp--, yyssp--)
YYSIZE_T yystacksize = YYINITDEPTH;
/* The variables used to return semantic value and location from the
action routines. */
YYSTYPE yyval;
/* When reducing, the number of symbols on the RHS of the reduced
rule. */
int yylen;
YYDPRINTF ((stderr, "Starting parse\n"));
yystate = 0;
yyerrstatus = 0;
yynerrs = 0;
yychar = YYEMPTY; /* Cause a token to be read. */
/* Initialize stack pointers.
Waste one element of value and location stack
so that they stay on the same level as the state stack.
The wasted elements are never initialized. */
yyssp = yyss;
yyvsp = yyvs;
goto yysetstate;
/*------------------------------------------------------------.
| yynewstate -- Push a new state, which is found in yystate. |
`------------------------------------------------------------*/
yynewstate:
/* In all cases, when you get here, the value and location stacks
have just been pushed. so pushing a state here evens the stacks.
*/
yyssp++;
yysetstate:
*yyssp = yystate;
if (yyssp >= yyss + yystacksize - 1)
{
/* Get the current used size of the three stacks, in elements. */
YYSIZE_T yysize = yyssp - yyss + 1;
#ifdef yyoverflow
{
/* Give user a chance to reallocate the stack. Use copies of
these so that the &'s don't force the real ones into
memory. */
YYSTYPE *yyvs1 = yyvs;
short *yyss1 = yyss;
/* Each stack pointer address is followed by the size of the
data in use in that stack, in bytes. This used to be a
conditional around just the two extra args, but that might
be undefined if yyoverflow is a macro. */
yyoverflow ("parser stack overflow",
&yyss1, yysize * sizeof (*yyssp),
&yyvs1, yysize * sizeof (*yyvsp),
&yystacksize);
yyss = yyss1;
yyvs = yyvs1;
}
#else /* no yyoverflow */
# ifndef YYSTACK_RELOCATE
goto yyoverflowlab;
# else
/* Extend the stack our own way. */
if (yystacksize >= YYMAXDEPTH)
goto yyoverflowlab;
yystacksize *= 2;
if (yystacksize > YYMAXDEPTH)
yystacksize = YYMAXDEPTH;
{
short *yyss1 = yyss;
union yyalloc *yyptr =
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
if (! yyptr)
goto yyoverflowlab;
YYSTACK_RELOCATE (yyss);
YYSTACK_RELOCATE (yyvs);
# undef YYSTACK_RELOCATE
if (yyss1 != yyssa)
YYSTACK_FREE (yyss1);
}
# endif
#endif /* no yyoverflow */
yyssp = yyss + yysize - 1;
yyvsp = yyvs + yysize - 1;
YYDPRINTF ((stderr, "Stack size increased to %lu\n",
(unsigned long int) yystacksize));
if (yyssp >= yyss + yystacksize - 1)
YYABORT;
}
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
goto yybackup;
/*-----------.
| yybackup. |
`-----------*/
yybackup:
/* Do appropriate processing given the current state. */
/* Read a lookahead token if we need one and don't already have one. */
/* yyresume: */
/* First try to decide what to do without reference to lookahead token. */
yyn = yypact[yystate];
if (yyn == YYPACT_NINF)
goto yydefault;
/* Not known => get a lookahead token if don't already have one. */
/* yychar is either YYEMPTY or YYEOF
or a valid token in external form. */
if (yychar == YYEMPTY)
{
YYDPRINTF ((stderr, "Reading a token: "));
yychar = YYLEX;
}
/* Convert token to internal form (in yychar1) for indexing tables with. */
if (yychar <= 0) /* This means end of input. */
{
yychar1 = 0;
yychar = YYEOF; /* Don't call YYLEX any more. */
YYDPRINTF ((stderr, "Now at end of input.\n"));
}
else
{
yychar1 = YYTRANSLATE (yychar);
/* We have to keep this `#if YYDEBUG', since we use variables
which are defined only if `YYDEBUG' is set. */
YYDPRINTF ((stderr, "Next token is "));
YYDSYMPRINT ((stderr, yychar1, yylval));
YYDPRINTF ((stderr, "\n"));
}
/* If the proper action on seeing token YYCHAR1 is to reduce or to
detect an error, take that action. */
yyn += yychar1;
if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yychar1)
goto yydefault;
yyn = yytable[yyn];
if (yyn <= 0)
{
if (yyn == 0 || yyn == YYTABLE_NINF)
goto yyerrlab;
yyn = -yyn;
goto yyreduce;
}
if (yyn == YYFINAL)
YYACCEPT;
/* Shift the lookahead token. */
YYDPRINTF ((stderr, "Shifting token %d (%s), ",
yychar, yytname[yychar1]));
/* Discard the token being shifted unless it is eof. */
if (yychar != YYEOF)
yychar = YYEMPTY;
*++yyvsp = yylval;
/* Count tokens shifted since error; after three, turn off error
status. */
if (yyerrstatus)
yyerrstatus--;
yystate = yyn;
goto yynewstate;
/*-----------------------------------------------------------.
| yydefault -- do the default action for the current state. |
`-----------------------------------------------------------*/
yydefault:
yyn = yydefact[yystate];
if (yyn == 0)
goto yyerrlab;
goto yyreduce;
/*-----------------------------.
| yyreduce -- Do a reduction. |
`-----------------------------*/
yyreduce:
/* yyn is the number of a rule to reduce with. */
yylen = yyr2[yyn];
/* If YYLEN is nonzero, implement the default value of the action:
`$$ = $1'.
Otherwise, the following line sets YYVAL to garbage.
This behavior is undocumented and Bison
users should not rely upon it. Assigning to YYVAL
unconditionally makes the parser a bit smaller, and it avoids a
GCC warning that YYVAL may be used uninitialized. */
yyval = yyvsp[1-yylen];
#if YYDEBUG
/* We have to keep this `#if YYDEBUG', since we use variables which
are defined only if `YYDEBUG' is set. */
if (yydebug)
{
int yyi;
YYFPRINTF (stderr, "Reducing via rule %d (line %d), ",
yyn - 1, yyrline[yyn]);
/* Print the symbols being reduced, and their result. */
for (yyi = yyprhs[yyn]; yyrhs[yyi] >= 0; yyi++)
YYFPRINTF (stderr, "%s ", yytname[yyrhs[yyi]]);
YYFPRINTF (stderr, " -> %s\n", yytname[yyr1[yyn]]);
}
#endif
switch (yyn)
{
case 2:
#line 353 "asn1p_y.y"
{
*(void **)param = yyvsp[0].a_grammar;
}
break;
case 3:
#line 359 "asn1p_y.y"
{
yyval.a_grammar = asn1p_new();
checkmem(yyval.a_grammar);
TQ_ADD(&(yyval.a_grammar->modules), yyvsp[0].a_module, mod_next);
}
break;
case 4:
#line 364 "asn1p_y.y"
{
yyval.a_grammar = yyvsp[-1].a_grammar;
TQ_ADD(&(yyval.a_grammar->modules), yyvsp[0].a_module, mod_next);
}
break;
case 5:
#line 381 "asn1p_y.y"
{ currentModule = asn1p_module_new(); }
break;
case 6:
#line 386 "asn1p_y.y"
{
yyval.a_module = currentModule;
if(yyvsp[-1].a_module) {
asn1p_module_t tmp = *(yyval.a_module);
*(yyval.a_module) = *(yyvsp[-1].a_module);
*(yyvsp[-1].a_module) = tmp;
asn1p_module_free(yyvsp[-1].a_module);
} else {
/* There's a chance that a module is just plain empty */
}
yyval.a_module->ModuleName = yyvsp[-8].tv_str;
yyval.a_module->module_oid = yyvsp[-6].a_oid;
yyval.a_module->module_flags = yyvsp[-4].a_module_flags;
}
break;
case 7:
#line 410 "asn1p_y.y"
{ yyval.a_oid = 0; }
break;
case 8:
#line 411 "asn1p_y.y"
{ yyval.a_oid = yyvsp[0].a_oid; }
break;
case 9:
#line 415 "asn1p_y.y"
{
yyval.a_oid = yyvsp[-1].a_oid;
}
break;
case 10:
#line 418 "asn1p_y.y"
{
yyval.a_oid = 0;
}
break;
case 11:
#line 424 "asn1p_y.y"
{
yyval.a_oid = asn1p_oid_new();
asn1p_oid_add_arc(yyval.a_oid, &yyvsp[0].a_oid_arc);
if(yyvsp[0].a_oid_arc.name)
free(yyvsp[0].a_oid_arc.name);
}
break;
case 12:
#line 430 "asn1p_y.y"
{
yyval.a_oid = yyvsp[-1].a_oid;
asn1p_oid_add_arc(yyval.a_oid, &yyvsp[0].a_oid_arc);
if(yyvsp[0].a_oid_arc.name)
free(yyvsp[0].a_oid_arc.name);
}
break;
case 13:
#line 439 "asn1p_y.y"
{ /* iso */
yyval.a_oid_arc.name = yyvsp[0].tv_str;
yyval.a_oid_arc.number = -1;
}
break;
case 14:
#line 443 "asn1p_y.y"
{ /* iso(1) */
yyval.a_oid_arc.name = yyvsp[-3].tv_str;
yyval.a_oid_arc.number = yyvsp[-1].a_int;
}
break;
case 15:
#line 447 "asn1p_y.y"
{ /* 1 */
yyval.a_oid_arc.name = 0;
yyval.a_oid_arc.number = yyvsp[0].a_int;
}
break;
case 16:
#line 457 "asn1p_y.y"
{ yyval.a_module_flags = MSF_NOFLAGS; }
break;
case 17:
#line 458 "asn1p_y.y"
{
yyval.a_module_flags = yyvsp[0].a_module_flags;
}
break;
case 18:
#line 467 "asn1p_y.y"
{
yyval.a_module_flags = yyvsp[0].a_module_flags;
}
break;
case 19:
#line 470 "asn1p_y.y"
{
yyval.a_module_flags = yyvsp[-1].a_module_flags | yyvsp[0].a_module_flags;
}
break;
case 20:
#line 479 "asn1p_y.y"
{
yyval.a_module_flags = MSF_EXPLICIT_TAGS;
}
break;
case 21:
#line 482 "asn1p_y.y"
{
yyval.a_module_flags = MSF_IMPLICIT_TAGS;
}
break;
case 22:
#line 485 "asn1p_y.y"
{
yyval.a_module_flags = MSF_AUTOMATIC_TAGS;
}
break;
case 23:
#line 488 "asn1p_y.y"
{
yyval.a_module_flags = MSF_EXTENSIBILITY_IMPLIED;
}
break;
case 24:
#line 492 "asn1p_y.y"
{
/* X.680Amd1 specifies TAG and XER */
if(strcmp(yyvsp[-1].tv_str, "TAG") == 0) {
yyval.a_module_flags = MSF_TAG_INSTRUCTIONS;
} else if(strcmp(yyvsp[-1].tv_str, "XER") == 0) {
yyval.a_module_flags = MSF_XER_INSTRUCTIONS;
} else {
fprintf(stderr,
"WARNING: %s INSTRUCTIONS at line %d: "
"Unrecognized encoding reference\n",
yyvsp[-1].tv_str, yylineno);
yyval.a_module_flags = MSF_unk_INSTRUCTIONS;
}
free(yyvsp[-1].tv_str);
}
break;
case 25:
#line 513 "asn1p_y.y"
{ yyval.a_module = 0; }
break;
case 26:
#line 514 "asn1p_y.y"
{
yyval.a_module = yyvsp[0].a_module;
}
break;
case 27:
#line 523 "asn1p_y.y"
{
yyval.a_module = asn1p_module_new();
AL_IMPORT(yyval.a_module, exports, yyvsp[-2].a_module, xp_next);
AL_IMPORT(yyval.a_module, imports, yyvsp[-1].a_module, xp_next);
AL_IMPORT(yyval.a_module, members, yyvsp[0].a_module, next);
}
break;
case 28:
#line 532 "asn1p_y.y"
{
yyval.a_module = yyvsp[0].a_module;
}
break;
case 29:
#line 535 "asn1p_y.y"
{
if(yyvsp[-1].a_module) {
yyval.a_module = yyvsp[-1].a_module;
} else {
yyval.a_module = yyvsp[0].a_module;
break;
}
AL_IMPORT(yyval.a_module, members, yyvsp[0].a_module, next);
}
break;
case 30:
#line 551 "asn1p_y.y"
{
yyval.a_module = asn1p_module_new();
checkmem(yyval.a_module);
assert(yyvsp[0].a_expr->expr_type != A1TC_INVALID);
assert(yyvsp[0].a_expr->meta_type != AMT_INVALID);
TQ_ADD(&(yyval.a_module->members), yyvsp[0].a_expr, next);
}
break;
case 31:
#line 558 "asn1p_y.y"
{
yyval.a_module = asn1p_module_new();
checkmem(yyval.a_module);
assert(yyvsp[0].a_expr->expr_type != A1TC_INVALID);
assert(yyvsp[0].a_expr->meta_type != AMT_INVALID);
TQ_ADD(&(yyval.a_module->members), yyvsp[0].a_expr, next);
}
break;
case 32:
#line 571 "asn1p_y.y"
{
yyval.a_module = asn1p_module_new();
checkmem(yyval.a_module);
assert(yyvsp[0].a_expr->expr_type != A1TC_INVALID);
assert(yyvsp[0].a_expr->meta_type != AMT_INVALID);
TQ_ADD(&(yyval.a_module->members), yyvsp[0].a_expr, next);
}
break;
case 33:
#line 579 "asn1p_y.y"
{ asn1p_lexer_hack_push_encoding_control(); }
break;
case 34:
#line 580 "asn1p_y.y"
{
fprintf(stderr,
"WARNING: ENCODING-CONTROL %s "
"specification at line %d ignored\n",
yyvsp[-1].tv_str, yylineno);
free(yyvsp[-1].tv_str);
yyval.a_module = 0;
}
break;
case 35:
#line 592 "asn1p_y.y"
{
return yyerror(
"Attempt to redefine a standard basic string type, "
"please comment out or remove this type redefinition.");
}
break;
case 36:
#line 605 "asn1p_y.y"
{ yyval.a_module = 0; }
break;
case 38:
#line 609 "asn1p_y.y"
{
if(!saved_aid && 0)
return yyerror("Unterminated IMPORTS FROM, "
"expected semicolon ';'");
saved_aid = 0;
yyval.a_module = yyvsp[-1].a_module;
}
break;
case 39:
#line 619 "asn1p_y.y"
{
return yyerror("Empty IMPORTS list");
}
break;
case 40:
#line 625 "asn1p_y.y"
{
yyval.a_module = asn1p_module_new();
checkmem(yyval.a_module);
TQ_ADD(&(yyval.a_module->imports), yyvsp[0].a_xports, xp_next);
}
break;
case 41:
#line 630 "asn1p_y.y"
{
yyval.a_module = yyvsp[-1].a_module;
TQ_ADD(&(yyval.a_module->imports), yyvsp[0].a_xports, xp_next);
}
break;
case 42:
#line 637 "asn1p_y.y"
{ memset(&yyval.a_aid, 0, sizeof(yyval.a_aid)); }
break;
case 43:
#line 638 "asn1p_y.y"
{ yyval.a_aid.oid = yyvsp[0].a_oid; }
break;
case 44:
#line 642 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-3].a_xports;
yyval.a_xports->fromModuleName = yyvsp[-1].tv_str;
yyval.a_xports->identifier = yyvsp[0].a_aid;
/* This stupid thing is used for look-back hack. */
saved_aid = yyval.a_xports->identifier.oid ? 0 : &(yyval.a_xports->identifier);
checkmem(yyval.a_xports);
}
break;
case 45:
#line 653 "asn1p_y.y"
{
yyval.a_xports = asn1p_xports_new();
checkmem(yyval.a_xports);
TQ_ADD(&(yyval.a_xports->members), yyvsp[0].a_expr, next);
}
break;
case 46:
#line 658 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-2].a_xports;
TQ_ADD(&(yyval.a_xports->members), yyvsp[0].a_expr, next);
}
break;
case 47:
#line 665 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
}
break;
case 48:
#line 671 "asn1p_y.y"
{ /* Completely equivalent to above */
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
}
break;
case 49:
#line 677 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
}
break;
case 50:
#line 687 "asn1p_y.y"
{ yyval.a_module = 0; }
break;
case 51:
#line 688 "asn1p_y.y"
{
yyval.a_module = asn1p_module_new();
checkmem(yyval.a_module);
if(yyvsp[0].a_xports) {
TQ_ADD(&(yyval.a_module->exports), yyvsp[0].a_xports, xp_next);
} else {
/* "EXPORTS ALL;" */
}
}
break;
case 52:
#line 700 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-1].a_xports;
}
break;
case 53:
#line 703 "asn1p_y.y"
{
yyval.a_xports = 0;
}
break;
case 54:
#line 706 "asn1p_y.y"
{
/* Empty EXPORTS clause effectively prohibits export. */
yyval.a_xports = asn1p_xports_new();
checkmem(yyval.a_xports);
}
break;
case 55:
#line 714 "asn1p_y.y"
{
yyval.a_xports = asn1p_xports_new();
assert(yyval.a_xports);
TQ_ADD(&(yyval.a_xports->members), yyvsp[0].a_expr, next);
}
break;
case 56:
#line 719 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-2].a_xports;
TQ_ADD(&(yyval.a_xports->members), yyvsp[0].a_expr, next);
}
break;
case 57:
#line 726 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_EXPORTVAR;
}
break;
case 58:
#line 732 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->expr_type = A1TC_EXPORTVAR;
}
break;
case 59:
#line 738 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_EXPORTVAR;
}
break;
case 60:
#line 747 "asn1p_y.y"
{ yyval.a_constr = yyvsp[-1].a_constr; }
break;
case 61:
#line 750 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
assert(yyval.a_expr->Identifier == 0);
yyval.a_expr->Identifier = yyvsp[-3].tv_str;
yyval.a_expr->meta_type = AMT_VALUESET;
yyval.a_expr->constraints = yyvsp[0].a_constr;
}
break;
case 62:
#line 760 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 63:
#line 773 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->reference = yyvsp[0].a_ref;
yyval.a_expr->expr_type = A1TC_REFERENCE;
yyval.a_expr->meta_type = AMT_TYPEREF;
}
break;
case 64:
#line 783 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->reference = yyvsp[-3].a_ref;
yyval.a_expr->rhs_pspecs = yyvsp[-1].a_expr;
yyval.a_expr->expr_type = A1TC_REFERENCE;
yyval.a_expr->meta_type = AMT_TYPEREF;
}
break;
case 65:
#line 803 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
assert(yyval.a_expr->expr_type);
assert(yyval.a_expr->meta_type);
}
break;
case 66:
#line 809 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
assert(yyval.a_expr->expr_type == A1TC_CLASSDEF);
assert(yyval.a_expr->meta_type == AMT_OBJECTCLASS);
}
break;
case 67:
#line 825 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
yyval.a_expr->Identifier = yyvsp[-5].tv_str;
yyval.a_expr->lhs_params = yyvsp[-3].a_plist;
}
break;
case 68:
#line 831 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
yyval.a_expr->Identifier = yyvsp[-5].tv_str;
yyval.a_expr->lhs_params = yyvsp[-3].a_plist;
}
break;
case 69:
#line 839 "asn1p_y.y"
{
int ret;
yyval.a_plist = asn1p_paramlist_new(yylineno);
checkmem(yyval.a_plist);
ret = asn1p_paramlist_add_param(yyval.a_plist, yyvsp[0].a_parg.governor, yyvsp[0].a_parg.argument);
checkmem(ret == 0);
if(yyvsp[0].a_parg.governor) asn1p_ref_free(yyvsp[0].a_parg.governor);
if(yyvsp[0].a_parg.argument) free(yyvsp[0].a_parg.argument);
}
break;
case 70:
#line 848 "asn1p_y.y"
{
int ret;
yyval.a_plist = yyvsp[-2].a_plist;
ret = asn1p_paramlist_add_param(yyval.a_plist, yyvsp[0].a_parg.governor, yyvsp[0].a_parg.argument);
checkmem(ret == 0);
if(yyvsp[0].a_parg.governor) asn1p_ref_free(yyvsp[0].a_parg.governor);
if(yyvsp[0].a_parg.argument) free(yyvsp[0].a_parg.argument);
}
break;
case 71:
#line 859 "asn1p_y.y"
{
yyval.a_parg.governor = NULL;
yyval.a_parg.argument = yyvsp[0].tv_str;
}
break;
case 72:
#line 863 "asn1p_y.y"
{
int ret;
yyval.a_parg.governor = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_parg.governor, yyvsp[-2].tv_str, 0);
checkmem(ret == 0);
yyval.a_parg.argument = yyvsp[0].tv_str;
}
break;
case 73:
#line 870 "asn1p_y.y"
{
int ret;
yyval.a_parg.governor = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_parg.governor, yyvsp[-2].tv_str, 0);
checkmem(ret == 0);
yyval.a_parg.argument = yyvsp[0].tv_str;
}
break;
case 74:
#line 877 "asn1p_y.y"
{
int ret;
yyval.a_parg.governor = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_parg.governor,
ASN_EXPR_TYPE2STR(yyvsp[-2].a_type), 1);
checkmem(ret == 0);
yyval.a_parg.argument = yyvsp[0].tv_str;
}
break;
case 75:
#line 885 "asn1p_y.y"
{
int ret;
yyval.a_parg.governor = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_parg.governor,
ASN_EXPR_TYPE2STR(yyvsp[-2].a_type), 1);
checkmem(ret == 0);
yyval.a_parg.argument = yyvsp[0].tv_str;
}
break;
case 76:
#line 896 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 77:
#line 901 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 78:
#line 908 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 79:
#line 911 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = "?";
yyval.a_expr->expr_type = A1TC_REFERENCE;
yyval.a_expr->meta_type = AMT_VALUE;
yyval.a_expr->value = yyvsp[0].a_value;
}
break;
case 80:
#line 919 "asn1p_y.y"
{
asn1p_ref_t *ref;
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
yyval.a_expr->meta_type = AMT_VALUE;
ref = asn1p_ref_new(yylineno);
asn1p_ref_add_component(ref, yyvsp[0].tv_str, RLT_lowercase);
yyval.a_expr->value = asn1p_value_fromref(ref, 0);
}
break;
case 81:
#line 930 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
yyval.a_expr->expr_type = A1TC_VALUESET;
yyval.a_expr->meta_type = AMT_VALUESET;
yyval.a_expr->constraints = yyvsp[0].a_constr;
}
break;
case 82:
#line 953 "asn1p_y.y"
{ yyval.a_expr = NEW_EXPR(); }
break;
case 83:
#line 954 "asn1p_y.y"
{ yyval.a_expr = yyvsp[0].a_expr; }
break;
case 84:
#line 957 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 85:
#line 962 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 86:
#line 969 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
assert(yyval.a_expr->Identifier == 0);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyvsp[0].a_marker.flags |= yyval.a_expr->marker.flags;
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 87:
#line 976 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
yyvsp[0].a_marker.flags |= yyval.a_expr->marker.flags;
yyval.a_expr->marker = yyvsp[0].a_marker;
_fixup_anonymous_identifier(yyval.a_expr);
}
break;
case 88:
#line 982 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->meta_type = yyvsp[0].a_expr->meta_type;
yyval.a_expr->expr_type = A1TC_COMPONENTS_OF;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 89:
#line 989 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 90:
#line 995 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 91:
#line 1000 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 92:
#line 1007 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
assert(yyval.a_expr->Identifier == 0);
yyval.a_expr->Identifier = yyvsp[-1].tv_str;
}
break;
case 93:
#line 1012 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 94:
#line 1015 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
_fixup_anonymous_identifier(yyval.a_expr);
}
break;
case 95:
#line 1022 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
checkmem(yyval.a_expr);
yyval.a_expr->with_syntax = yyvsp[0].a_wsynt;
assert(yyval.a_expr->expr_type == A1TC_CLASSDEF);
assert(yyval.a_expr->meta_type == AMT_OBJECTCLASS);
}
break;
case 96:
#line 1032 "asn1p_y.y"
{ yyval.a_int = 0; }
break;
case 97:
#line 1033 "asn1p_y.y"
{ yyval.a_int = 1; }
break;
case 98:
#line 1037 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = A1TC_CLASSDEF;
yyval.a_expr->meta_type = AMT_OBJECTCLASS;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 99:
#line 1044 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 100:
#line 1054 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-1].tv_str;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_TFS; /* TypeFieldSpec */
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 101:
#line 1064 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
yyval.a_expr->Identifier = yyvsp[-3].tv_str;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_FTVFS; /* FixedTypeValueFieldSpec */
yyval.a_expr->unique = yyvsp[-1].a_int;
yyval.a_expr->marker = yyvsp[0].a_marker;
asn1p_expr_add(yyval.a_expr, yyvsp[-2].a_expr);
}
break;
case 102:
#line 1075 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_VTVFS;
yyval.a_expr->reference = yyvsp[-1].a_ref;
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 103:
#line 1085 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->reference = yyvsp[-1].a_ref;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_OFS;
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 104:
#line 1096 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_VTVSFS;
yyval.a_expr->reference = yyvsp[-1].a_ref;
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 105:
#line 1106 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_FTVSFS;
asn1p_expr_add(yyval.a_expr, yyvsp[-1].a_expr);
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 106:
#line 1117 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->reference = yyvsp[-1].a_ref;
yyval.a_expr->meta_type = AMT_OBJECTFIELD;
yyval.a_expr->expr_type = A1TC_CLASSFIELD_OSFS;
yyval.a_expr->marker = yyvsp[0].a_marker;
}
break;
case 107:
#line 1129 "asn1p_y.y"
{ yyval.a_wsynt = 0; }
break;
case 108:
#line 1130 "asn1p_y.y"
{
yyval.a_wsynt = yyvsp[0].a_wsynt;
}
break;
case 109:
#line 1137 "asn1p_y.y"
{ asn1p_lexer_hack_enable_with_syntax(); }
break;
case 110:
#line 1139 "asn1p_y.y"
{
yyval.a_wsynt = yyvsp[-1].a_wsynt;
}
break;
case 111:
#line 1145 "asn1p_y.y"
{
yyval.a_wsynt = asn1p_wsyntx_new();
TQ_ADD(&(yyval.a_wsynt->chunks), yyvsp[0].a_wchunk, next);
}
break;
case 112:
#line 1149 "asn1p_y.y"
{
yyval.a_wsynt = yyvsp[-1].a_wsynt;
TQ_ADD(&(yyval.a_wsynt->chunks), yyvsp[0].a_wchunk, next);
}
break;
case 113:
#line 1156 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromstring(yyvsp[0].tv_opaque.buf, 0);
yyval.a_wchunk->type = WC_WHITESPACE;
}
break;
case 114:
#line 1160 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromstring(yyvsp[0].tv_str, 0);
}
break;
case 115:
#line 1163 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromstring(yyvsp[0].a_refcomp.name, 0);
yyval.a_wchunk->type = WC_FIELD;
}
break;
case 116:
#line 1167 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromsyntax(yyvsp[-1].a_wsynt);
}
break;
case 117:
#line 1173 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = strdup("...");
checkmem(yyval.a_expr->Identifier);
yyval.a_expr->expr_type = A1TC_EXTENSIBLE;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 118:
#line 1181 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = strdup("...");
checkmem(yyval.a_expr->Identifier);
yyval.a_expr->value = yyvsp[0].a_value;
yyval.a_expr->expr_type = A1TC_EXTENSIBLE;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 119:
#line 1190 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = strdup("...");
yyval.a_expr->value = yyvsp[0].a_value;
checkmem(yyval.a_expr->Identifier);
yyval.a_expr->expr_type = A1TC_EXTENSIBLE;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 120:
#line 1202 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
yyval.a_expr->tag = yyvsp[-2].a_tag;
/*
* Outer constraint for SEQUENCE OF and SET OF applies
* to the inner type.
*/
if(yyval.a_expr->expr_type == ASN_CONSTR_SEQUENCE_OF
|| yyval.a_expr->expr_type == ASN_CONSTR_SET_OF) {
assert(!TQ_FIRST(&(yyval.a_expr->members))->constraints);
TQ_FIRST(&(yyval.a_expr->members))->constraints = yyvsp[0].a_constr;
} else {
if(yyval.a_expr->constraints) {
assert(!yyvsp[-1].a_expr);
} else {
yyval.a_expr->constraints = yyvsp[0].a_constr;
}
}
}
break;
case 121:
#line 1224 "asn1p_y.y"
{
yyval.a_int = asn1p_as_pointer ? EM_INDIRECT : 0;
asn1p_as_pointer = 0;
}
break;
case 122:
#line 1231 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
yyval.a_expr->marker.flags |= yyvsp[-1].a_int;
if((yyval.a_expr->marker.flags & EM_INDIRECT)
&& (yyval.a_expr->marker.flags & EM_OPTIONAL) != EM_OPTIONAL) {
fprintf(stderr,
"INFO: Directive <ASN1C:RepresentAsPointer> "
"applied to %s at line %d\n",
ASN_EXPR_TYPE2STR(yyval.a_expr->expr_type)
? ASN_EXPR_TYPE2STR(yyval.a_expr->expr_type)
: "member",
yyval.a_expr->_lineno
);
}
}
break;
case 123:
#line 1250 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 124:
#line 1253 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
assert(yyval.a_expr->expr_type == A1TC_INVALID);
yyval.a_expr->expr_type = ASN_CONSTR_CHOICE;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 125:
#line 1259 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
assert(yyval.a_expr->expr_type == A1TC_INVALID);
yyval.a_expr->expr_type = ASN_CONSTR_SEQUENCE;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 126:
#line 1265 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
assert(yyval.a_expr->expr_type == A1TC_INVALID);
yyval.a_expr->expr_type = ASN_CONSTR_SET;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 127:
#line 1271 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->constraints = yyvsp[-4].a_constr;
yyval.a_expr->expr_type = ASN_CONSTR_SEQUENCE_OF;
yyval.a_expr->meta_type = AMT_TYPE;
yyvsp[0].a_expr->Identifier = yyvsp[-2].tv_str;
yyvsp[0].a_expr->tag = yyvsp[-1].a_tag;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 128:
#line 1281 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->constraints = yyvsp[-4].a_constr;
yyval.a_expr->expr_type = ASN_CONSTR_SET_OF;
yyval.a_expr->meta_type = AMT_TYPE;
yyvsp[0].a_expr->Identifier = yyvsp[-2].tv_str;
yyvsp[0].a_expr->tag = yyvsp[-1].a_tag;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 129:
#line 1291 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = ASN_TYPE_ANY;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 130:
#line 1297 "asn1p_y.y"
{
int ret;
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->reference = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_expr->reference,
yyvsp[0].tv_str, RLT_lowercase);
checkmem(ret == 0);
yyval.a_expr->expr_type = ASN_TYPE_ANY;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 131:
#line 1308 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->reference = yyvsp[0].a_ref;
yyval.a_expr->expr_type = A1TC_INSTANCE;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 132:
#line 1323 "asn1p_y.y"
{
int ret;
yyval.a_ref = asn1p_ref_new(yylineno);
checkmem(yyval.a_ref);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
free(yyvsp[0].tv_str);
}
break;
case 133:
#line 1331 "asn1p_y.y"
{
int ret;
yyval.a_ref = asn1p_ref_new(yylineno);
checkmem(yyval.a_ref);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[-2].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
free(yyvsp[-2].tv_str);
}
break;
case 134:
#line 1341 "asn1p_y.y"
{
int ret;
yyval.a_ref = asn1p_ref_new(yylineno);
checkmem(yyval.a_ref);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[-2].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
free(yyvsp[-2].tv_str);
}
break;
case 135:
#line 1351 "asn1p_y.y"
{
int ret;
yyval.a_ref = asn1p_ref_new(yylineno);
checkmem(yyval.a_ref);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[-2].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_lowercase);
checkmem(ret == 0);
free(yyvsp[-2].tv_str);
}
break;
case 136:
#line 1361 "asn1p_y.y"
{
int ret;
yyval.a_ref = asn1p_ref_new(yylineno);
checkmem(yyval.a_ref);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_CAPITALS);
free(yyvsp[0].tv_str);
checkmem(ret == 0);
}
break;
case 137:
#line 1369 "asn1p_y.y"
{
int ret;
yyval.a_ref = yyvsp[0].a_ref;
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[-2].tv_str, RLT_CAPITALS);
free(yyvsp[-2].tv_str);
checkmem(ret == 0);
/*
* Move the last element infront.
*/
{
struct asn1p_ref_component_s tmp_comp;
tmp_comp = yyval.a_ref->components[yyval.a_ref->comp_count-1];
memmove(&yyval.a_ref->components[1],
&yyval.a_ref->components[0],
sizeof(yyval.a_ref->components[0])
* (yyval.a_ref->comp_count - 1));
yyval.a_ref->components[0] = tmp_comp;
}
}
break;
case 138:
#line 1391 "asn1p_y.y"
{
int ret;
yyval.a_ref = asn1p_ref_new(yylineno);
checkmem(yyval.a_ref);
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].a_refcomp.name, yyvsp[0].a_refcomp.lex_type);
free(yyvsp[0].a_refcomp.name);
checkmem(ret == 0);
}
break;
case 139:
#line 1399 "asn1p_y.y"
{
int ret;
yyval.a_ref = yyvsp[-2].a_ref;
ret = asn1p_ref_add_component(yyval.a_ref, yyvsp[0].a_refcomp.name, yyvsp[0].a_refcomp.lex_type);
free(yyvsp[0].a_refcomp.name);
checkmem(ret == 0);
}
break;
case 141:
#line 1412 "asn1p_y.y"
{
yyval.a_refcomp.lex_type = RLT_AmpUppercase;
yyval.a_refcomp.name = yyvsp[0].tv_str;
}
break;
case 142:
#line 1417 "asn1p_y.y"
{
yyval.a_refcomp.lex_type = RLT_Amplowercase;
yyval.a_refcomp.name = yyvsp[0].tv_str;
}
break;
case 143:
#line 1426 "asn1p_y.y"
{
yyval.a_ref = asn1p_ref_new(yylineno);
asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_AmpUppercase);
}
break;
case 144:
#line 1430 "asn1p_y.y"
{
yyval.a_ref = yyval.a_ref;
asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_AmpUppercase);
}
break;
case 145:
#line 1434 "asn1p_y.y"
{
yyval.a_ref = yyval.a_ref;
asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_Amplowercase);
}
break;
case 146:
#line 1441 "asn1p_y.y"
{
yyval.a_ref = asn1p_ref_new(yylineno);
asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_CAPITALS);
}
break;
case 147:
#line 1461 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
assert(yyval.a_expr->Identifier == NULL);
yyval.a_expr->Identifier = yyvsp[-3].tv_str;
yyval.a_expr->meta_type = AMT_VALUE;
yyval.a_expr->value = yyvsp[0].a_value;
}
break;
case 150:
#line 1473 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_CHOICE_IDENTIFIER;
yyval.a_value->value.choice_identifier.identifier = yyvsp[-2].tv_str;
yyval.a_value->value.choice_identifier.value = yyvsp[0].a_value;
}
break;
case 151:
#line 1480 "asn1p_y.y"
{ asn1p_lexer_hack_push_opaque_state(); }
break;
case 152:
#line 1480 "asn1p_y.y"
{
yyval.a_value = asn1p_value_frombuf(yyvsp[0].tv_opaque.buf, yyvsp[0].tv_opaque.len, 0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_UNPARSED;
}
break;
case 153:
#line 1485 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_NULL;
}
break;
case 154:
#line 1493 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_FALSE;
}
break;
case 155:
#line 1498 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_TRUE;
}
break;
case 156:
#line 1503 "asn1p_y.y"
{
yyval.a_value = _convert_bitstring2binary(yyvsp[0].tv_str, 'B');
checkmem(yyval.a_value);
}
break;
case 157:
#line 1507 "asn1p_y.y"
{
yyval.a_value = _convert_bitstring2binary(yyvsp[0].tv_str, 'H');
checkmem(yyval.a_value);
}
break;
case 158:
#line 1511 "asn1p_y.y"
{
yyval.a_value = yyval.a_value;
}
break;
case 159:
#line 1514 "asn1p_y.y"
{
yyval.a_value = yyvsp[0].a_value;
}
break;
case 160:
#line 1520 "asn1p_y.y"
{
asn1p_ref_t *ref;
int ret;
ref = asn1p_ref_new(yylineno);
checkmem(ref);
ret = asn1p_ref_add_component(ref, yyvsp[0].tv_str, RLT_lowercase);
checkmem(ret == 0);
yyval.a_value = asn1p_value_fromref(ref, 0);
checkmem(yyval.a_value);
free(yyvsp[0].tv_str);
}
break;
case 161:
#line 1531 "asn1p_y.y"
{
asn1p_ref_t *ref;
int ret;
ref = asn1p_ref_new(yylineno);
checkmem(ref);
ret = asn1p_ref_add_component(ref, yyvsp[-2].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
ret = asn1p_ref_add_component(ref, yyvsp[0].tv_str, RLT_lowercase);
checkmem(ret == 0);
yyval.a_value = asn1p_value_fromref(ref, 0);
checkmem(yyval.a_value);
free(yyvsp[-2].tv_str);
free(yyvsp[0].tv_str);
}
break;
case 162:
#line 1549 "asn1p_y.y"
{
yyval.a_value = asn1p_value_frombuf(yyvsp[0].tv_opaque.buf, yyvsp[0].tv_opaque.len, 0);
checkmem(yyval.a_value);
}
break;
case 163:
#line 1553 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(yyvsp[0].a_int);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_TUPLE;
}
break;
case 164:
#line 1558 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(yyvsp[0].a_int);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_QUADRUPLE;
}
break;
case 165:
#line 1592 "asn1p_y.y"
{
yyval.tv_opaque.len = yyvsp[0].tv_opaque.len + 1;
yyval.tv_opaque.buf = malloc(yyval.tv_opaque.len + 1);
checkmem(yyval.tv_opaque.buf);
yyval.tv_opaque.buf[0] = '{';
memcpy(yyval.tv_opaque.buf + 1, yyvsp[0].tv_opaque.buf, yyvsp[0].tv_opaque.len);
yyval.tv_opaque.buf[yyval.tv_opaque.len] = '\0';
free(yyvsp[0].tv_opaque.buf);
}
break;
case 166:
#line 1601 "asn1p_y.y"
{
int newsize = yyvsp[-1].tv_opaque.len + yyvsp[0].tv_opaque.len;
char *p = malloc(newsize + 1);
checkmem(p);
memcpy(p , yyvsp[-1].tv_opaque.buf, yyvsp[-1].tv_opaque.len);
memcpy(p + yyvsp[-1].tv_opaque.len, yyvsp[0].tv_opaque.buf, yyvsp[0].tv_opaque.len);
p[newsize] = '\0';
free(yyvsp[-1].tv_opaque.buf);
free(yyvsp[0].tv_opaque.buf);
yyval.tv_opaque.buf = p;
yyval.tv_opaque.len = newsize;
}
break;
case 167:
#line 1616 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_BOOLEAN; }
break;
case 168:
#line 1617 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_NULL; }
break;
case 169:
#line 1618 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_REAL; }
break;
case 170:
#line 1619 "asn1p_y.y"
{ yyval.a_type = yyvsp[0].a_type; }
break;
case 171:
#line 1620 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_OCTET_STRING; }
break;
case 172:
#line 1621 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_OBJECT_IDENTIFIER; }
break;
case 173:
#line 1622 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_RELATIVE_OID; }
break;
case 174:
#line 1623 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_EXTERNAL; }
break;
case 175:
#line 1624 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_EMBEDDED_PDV; }
break;
case 176:
#line 1625 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_CHARACTER_STRING; }
break;
case 177:
#line 1626 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_UTCTime; }
break;
case 178:
#line 1627 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_GeneralizedTime; }
break;
case 179:
#line 1628 "asn1p_y.y"
{ yyval.a_type = yyvsp[0].a_type; }
break;
case 180:
#line 1635 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_INTEGER; }
break;
case 181:
#line 1636 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_ENUMERATED; }
break;
case 182:
#line 1637 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_BIT_STRING; }
break;
case 183:
#line 1641 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = yyvsp[0].a_type;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 184:
#line 1647 "asn1p_y.y"
{
if(yyvsp[0].a_expr) {
yyval.a_expr = yyvsp[0].a_expr;
} else {
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
}
yyval.a_expr->expr_type = yyvsp[-1].a_type;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 185:
#line 1660 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_BMPString; }
break;
case 186:
#line 1661 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_GeneralString;
fprintf(stderr, "WARNING: GeneralString is not fully supported\n");
}
break;
case 187:
#line 1665 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_GraphicString;
fprintf(stderr, "WARNING: GraphicString is not fully supported\n");
}
break;
case 188:
#line 1669 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_IA5String; }
break;
case 189:
#line 1670 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_ISO646String; }
break;
case 190:
#line 1671 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_NumericString; }
break;
case 191:
#line 1672 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_PrintableString; }
break;
case 192:
#line 1673 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_T61String;
fprintf(stderr, "WARNING: T61String is not fully supported\n");
}
break;
case 193:
#line 1677 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_TeletexString; }
break;
case 194:
#line 1678 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_UniversalString; }
break;
case 195:
#line 1679 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_UTF8String; }
break;
case 196:
#line 1680 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_VideotexString;
fprintf(stderr, "WARNING: VideotexString is not fully supported\n");
}
break;
case 197:
#line 1684 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_VisibleString; }
break;
case 198:
#line 1685 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_ObjectDescriptor; }
break;
case 203:
#line 1696 "asn1p_y.y"
{ yyval.a_constr = 0; }
break;
case 204:
#line 1697 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 206:
#line 1704 "asn1p_y.y"
{
yyval.a_constr = yyvsp[-1].a_constr;
}
break;
case 207:
#line 1710 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_SET, yyvsp[0].a_constr, 0);
}
break;
case 208:
#line 1713 "asn1p_y.y"
{
/*
* This is a special case, for compatibility purposes.
* It goes without parentheses.
*/
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_SIZE, yyvsp[-1].a_constr, 0);
}
break;
case 209:
#line 1723 "asn1p_y.y"
{
yyval.a_constr = yyvsp[-1].a_constr;
}
break;
case 210:
#line 1726 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_SET, yyvsp[-3].a_constr, yyvsp[-1].a_constr);
}
break;
case 211:
#line 1732 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
yyval.a_constr->type = ACT_EL_EXT;
}
break;
case 212:
#line 1736 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 213:
#line 1739 "asn1p_y.y"
{
asn1p_constraint_t *ct;
ct = asn1p_constraint_new(yylineno);
ct->type = ACT_EL_EXT;
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CSV, yyvsp[-2].a_constr, ct);
}
break;
case 214:
#line 1745 "asn1p_y.y"
{
asn1p_constraint_t *ct;
ct = asn1p_constraint_new(yylineno);
ct->type = ACT_EL_EXT;
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CSV, yyvsp[-4].a_constr, ct);
ct = yyval.a_constr;
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CSV, ct, yyvsp[0].a_constr);
}
break;
case 216:
#line 1757 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_AEX, yyvsp[0].a_constr, 0);
}
break;
case 218:
#line 1764 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_UNI, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 220:
#line 1771 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_INT, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 222:
#line 1779 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_EXC, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 223:
#line 1785 "asn1p_y.y"
{
int ret;
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = yyvsp[-3].a_ctype;
ret = asn1p_constraint_insert(yyval.a_constr, yyvsp[-1].a_constr);
checkmem(ret == 0);
}
break;
case 224:
#line 1793 "asn1p_y.y"
{
int ret;
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_CA_SET;
ret = asn1p_constraint_insert(yyval.a_constr, yyvsp[-1].a_constr);
checkmem(ret == 0);
}
break;
case 225:
#line 1801 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_EL_VALUE;
yyval.a_constr->value = yyvsp[0].a_value;
}
break;
case 226:
#line 1807 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_EL_TYPE;
yyval.a_constr->containedSubtype = yyvsp[0].a_value;
}
break;
case 227:
#line 1813 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = yyvsp[-1].a_ctype;
yyval.a_constr->range_start = yyvsp[-2].a_value;
yyval.a_constr->range_stop = yyvsp[0].a_value;
}
break;
case 228:
#line 1820 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = yyvsp[-1].a_ctype;
yyval.a_constr->range_start = asn1p_value_fromint(-123);
yyval.a_constr->range_stop = yyvsp[0].a_value;
yyval.a_constr->range_start->type = ATV_MIN;
}
break;
case 229:
#line 1828 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = yyvsp[-1].a_ctype;
yyval.a_constr->range_start = yyvsp[-2].a_value;
yyval.a_constr->range_stop = asn1p_value_fromint(321);
yyval.a_constr->range_stop->type = ATV_MAX;
}
break;
case 230:
#line 1836 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = yyvsp[-1].a_ctype;
yyval.a_constr->range_start = asn1p_value_fromint(-123);
yyval.a_constr->range_stop = asn1p_value_fromint(321);
yyval.a_constr->range_start->type = ATV_MIN;
yyval.a_constr->range_stop->type = ATV_MAX;
}
break;
case 231:
#line 1845 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 232:
#line 1851 "asn1p_y.y"
{
yyval.a_ctype = ACT_CT_SIZE;
}
break;
case 233:
#line 1854 "asn1p_y.y"
{
yyval.a_ctype = ACT_CT_FROM;
}
break;
case 234:
#line 1860 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_FALSE;
}
break;
case 235:
#line 1865 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(1);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_TRUE;
}
break;
case 238:
#line 1872 "asn1p_y.y"
{
asn1p_ref_t *ref;
int ret;
ref = asn1p_ref_new(yylineno);
checkmem(ref);
ret = asn1p_ref_add_component(ref, yyvsp[0].tv_str, RLT_lowercase);
checkmem(ret == 0);
yyval.a_value = asn1p_value_fromref(ref, 0);
checkmem(yyval.a_value);
free(yyvsp[0].tv_str);
}
break;
case 239:
#line 1886 "asn1p_y.y"
{
asn1p_ref_t *ref;
int ret;
ref = asn1p_ref_new(yylineno);
checkmem(ref);
ret = asn1p_ref_add_component(ref, yyvsp[0].tv_str, RLT_UNKNOWN);
checkmem(ret == 0);
yyval.a_value = asn1p_value_fromref(ref, 0);
checkmem(yyval.a_value);
free(yyvsp[0].tv_str);
}
break;
case 240:
#line 1900 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_WCOMP, yyvsp[0].a_constr, 0);
}
break;
case 241:
#line 1903 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_WCOMPS, yyvsp[-1].a_constr, 0);
}
break;
case 242:
#line 1909 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 243:
#line 1912 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_WCOMPS, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 244:
#line 1918 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_EL_EXT;
yyval.a_constr->value = asn1p_value_frombuf("...", 3, 1);
}
break;
case 245:
#line 1924 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_EL_VALUE;
yyval.a_constr->value = asn1p_value_frombuf(yyvsp[-2].tv_str, strlen(yyvsp[-2].tv_str), 0);
yyval.a_constr->presence = yyvsp[0].a_pres;
if(yyvsp[-1].a_constr) asn1p_constraint_insert(yyval.a_constr, yyvsp[-1].a_constr);
}
break;
case 246:
#line 1938 "asn1p_y.y"
{ yyval.a_pres = ACPRES_DEFAULT; }
break;
case 247:
#line 1939 "asn1p_y.y"
{ yyval.a_pres = yyvsp[0].a_pres; }
break;
case 248:
#line 1943 "asn1p_y.y"
{
yyval.a_pres = ACPRES_PRESENT;
}
break;
case 249:
#line 1946 "asn1p_y.y"
{
yyval.a_pres = ACPRES_ABSENT;
}
break;
case 250:
#line 1949 "asn1p_y.y"
{
yyval.a_pres = ACPRES_OPTIONAL;
}
break;
case 254:
#line 1964 "asn1p_y.y"
{ asn1p_lexer_hack_push_opaque_state(); }
break;
case 255:
#line 1964 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_CT_CTDBY;
yyval.a_constr->value = asn1p_value_frombuf(yyvsp[0].tv_opaque.buf, yyvsp[0].tv_opaque.len, 0);
checkmem(yyval.a_constr->value);
yyval.a_constr->value->type = ATV_UNPARSED;
}
break;
case 256:
#line 1975 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
yyval.a_constr->type = ACT_CT_CTNG;
yyval.a_constr->value = asn1p_value_fromtype(yyvsp[0].a_expr);
}
break;
case 257:
#line 1983 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_RANGE; }
break;
case 258:
#line 1984 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_RLRANGE; }
break;
case 259:
#line 1985 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_LLRANGE; }
break;
case 260:
#line 1986 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_ULRANGE; }
break;
case 261:
#line 1989 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 262:
#line 1992 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 263:
#line 2001 "asn1p_y.y"
{
asn1p_ref_t *ref = asn1p_ref_new(yylineno);
asn1p_constraint_t *ct;
int ret;
ret = asn1p_ref_add_component(ref, yyvsp[-1].tv_str, 0);
checkmem(ret == 0);
ct = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
ct->type = ACT_EL_VALUE;
ct->value = asn1p_value_fromref(ref, 0);
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CRC, ct, 0);
}
break;
case 264:
#line 2016 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CRC, yyvsp[-3].a_constr, yyvsp[-1].a_constr);
}
break;
case 265:
#line 2022 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
checkmem(yyval.a_constr);
yyval.a_constr->type = ACT_EL_VALUE;
yyval.a_constr->value = asn1p_value_fromref(yyvsp[0].a_ref, 0);
}
break;
case 266:
#line 2028 "asn1p_y.y"
{
asn1p_constraint_t *ct;
ct = asn1p_constraint_new(yylineno);
checkmem(ct);
ct->type = ACT_EL_VALUE;
ct->value = asn1p_value_fromref(yyvsp[0].a_ref, 0);
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CSV, yyvsp[-2].a_constr, ct);
}
break;
case 267:
#line 2042 "asn1p_y.y"
{
char *p = malloc(strlen(yyvsp[0].tv_str) + 2);
int ret;
*p = '@';
strcpy(p + 1, yyvsp[0].tv_str);
yyval.a_ref = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_ref, p, 0);
checkmem(ret == 0);
free(p);
free(yyvsp[0].tv_str);
}
break;
case 268:
#line 2053 "asn1p_y.y"
{
char *p = malloc(strlen(yyvsp[0].tv_str) + 3);
int ret;
p[0] = '@';
p[1] = '.';
strcpy(p + 2, yyvsp[0].tv_str);
yyval.a_ref = asn1p_ref_new(yylineno);
ret = asn1p_ref_add_component(yyval.a_ref, p, 0);
checkmem(ret == 0);
free(p);
free(yyvsp[0].tv_str);
}
break;
case 269:
#line 2069 "asn1p_y.y"
{
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 270:
#line 2072 "asn1p_y.y"
{
int l1 = strlen(yyvsp[-2].tv_str);
int l3 = strlen(yyvsp[0].tv_str);
yyval.tv_str = malloc(l1 + 1 + l3 + 1);
memcpy(yyval.tv_str, yyvsp[-2].tv_str, l1);
yyval.tv_str[l1] = '.';
memcpy(yyval.tv_str + l1 + 1, yyvsp[0].tv_str, l3);
yyval.tv_str[l1 + 1 + l3] = '\0';
}
break;
case 271:
#line 2090 "asn1p_y.y"
{
yyval.a_marker.flags = EM_NOMARK;
yyval.a_marker.default_value = 0;
}
break;
case 272:
#line 2094 "asn1p_y.y"
{ yyval.a_marker = yyvsp[0].a_marker; }
break;
case 273:
#line 2098 "asn1p_y.y"
{
yyval.a_marker.flags = EM_OPTIONAL | EM_INDIRECT;
yyval.a_marker.default_value = 0;
}
break;
case 274:
#line 2102 "asn1p_y.y"
{
yyval.a_marker.flags = EM_DEFAULT;
yyval.a_marker.default_value = yyvsp[0].a_value;
}
break;
case 275:
#line 2125 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
}
break;
case 276:
#line 2129 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
}
break;
case 277:
#line 2135 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 278:
#line 2140 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 279:
#line 2147 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = A1TC_UNIVERVAL;
yyval.a_expr->meta_type = AMT_VALUE;
yyval.a_expr->Identifier = yyvsp[0].tv_str;
}
break;
case 280:
#line 2154 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = A1TC_UNIVERVAL;
yyval.a_expr->meta_type = AMT_VALUE;
yyval.a_expr->Identifier = yyvsp[-3].tv_str;
yyval.a_expr->value = yyvsp[-1].a_value;
}
break;
case 281:
#line 2162 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = A1TC_UNIVERVAL;
yyval.a_expr->meta_type = AMT_VALUE;
yyval.a_expr->Identifier = yyvsp[-3].tv_str;
yyval.a_expr->value = yyvsp[-1].a_value;
}
break;
case 282:
#line 2170 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = A1TC_UNIVERVAL;
yyval.a_expr->meta_type = AMT_VALUE;
yyval.a_expr->value = yyvsp[0].a_value;
}
break;
case 283:
#line 2177 "asn1p_y.y"
{
yyval.a_expr = NEW_EXPR();
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = strdup("...");
checkmem(yyval.a_expr->Identifier);
yyval.a_expr->expr_type = A1TC_EXTENSIBLE;
yyval.a_expr->meta_type = AMT_VALUE;
}
break;
case 284:
#line 2188 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(yyvsp[0].a_int);
checkmem(yyval.a_value);
}
break;
case 285:
#line 2192 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(yyvsp[0].a_int);
checkmem(yyval.a_value);
}
break;
case 287:
#line 2200 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromdouble(yyvsp[0].a_dbl);
checkmem(yyval.a_value);
}
break;
case 288:
#line 2231 "asn1p_y.y"
{ memset(&yyval.a_tag, 0, sizeof(yyval.a_tag)); }
break;
case 289:
#line 2232 "asn1p_y.y"
{ yyval.a_tag = yyvsp[0].a_tag; }
break;
case 290:
#line 2236 "asn1p_y.y"
{
yyval.a_tag = yyvsp[-1].a_tag;
yyval.a_tag.tag_mode = yyvsp[0].a_tag.tag_mode;
}
break;
case 291:
#line 2243 "asn1p_y.y"
{
yyval.a_tag = yyvsp[-2].a_tag;
yyval.a_tag.tag_value = yyvsp[-1].a_int;
}
break;
case 292:
#line 2249 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_CONTEXT_SPECIFIC; }
break;
case 293:
#line 2250 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_UNIVERSAL; }
break;
case 294:
#line 2251 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_APPLICATION; }
break;
case 295:
#line 2252 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_PRIVATE; }
break;
case 296:
#line 2256 "asn1p_y.y"
{ yyval.a_tag.tag_mode = TM_DEFAULT; }
break;
case 297:
#line 2257 "asn1p_y.y"
{ yyval.a_tag.tag_mode = TM_IMPLICIT; }
break;
case 298:
#line 2258 "asn1p_y.y"
{ yyval.a_tag.tag_mode = TM_EXPLICIT; }
break;
case 299:
#line 2262 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 300:
#line 2266 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 301:
#line 2274 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 302:
#line 2281 "asn1p_y.y"
{ yyval.tv_str = 0; }
break;
case 303:
#line 2282 "asn1p_y.y"
{
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 304:
#line 2288 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
}
/* Line 1016 of /usr/local/share/bison/yacc.c. */
#line 4343 "asn1p_y.c"
yyvsp -= yylen;
yyssp -= yylen;
#if YYDEBUG
if (yydebug)
{
short *yyssp1 = yyss - 1;
YYFPRINTF (stderr, "state stack now");
while (yyssp1 != yyssp)
YYFPRINTF (stderr, " %d", *++yyssp1);
YYFPRINTF (stderr, "\n");
}
#endif
*++yyvsp = yyval;
/* Now `shift' the result of the reduction. Determine what state
that goes to, based on the state we popped back to and the rule
number reduced by. */
yyn = yyr1[yyn];
yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
yystate = yytable[yystate];
else
yystate = yydefgoto[yyn - YYNTOKENS];
goto yynewstate;
/*------------------------------------.
| yyerrlab -- here on detecting error |
`------------------------------------*/
yyerrlab:
/* If not already recovering from an error, report this error. */
if (!yyerrstatus)
{
++yynerrs;
#if YYERROR_VERBOSE
yyn = yypact[yystate];
if (YYPACT_NINF < yyn && yyn < YYLAST)
{
YYSIZE_T yysize = 0;
int yytype = YYTRANSLATE (yychar);
char *yymsg;
int yyx, yycount;
yycount = 0;
/* Start YYX at -YYN if negative to avoid negative indexes in
YYCHECK. */
for (yyx = yyn < 0 ? -yyn : 0;
yyx < (int) (sizeof (yytname) / sizeof (char *)); yyx++)
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
yysize += yystrlen (yytname[yyx]) + 15, yycount++;
yysize += yystrlen ("parse error, unexpected ") + 1;
yysize += yystrlen (yytname[yytype]);
yymsg = (char *) YYSTACK_ALLOC (yysize);
if (yymsg != 0)
{
char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
yyp = yystpcpy (yyp, yytname[yytype]);
if (yycount < 5)
{
yycount = 0;
for (yyx = yyn < 0 ? -yyn : 0;
yyx < (int) (sizeof (yytname) / sizeof (char *));
yyx++)
if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
{
const char *yyq = ! yycount ? ", expecting " : " or ";
yyp = yystpcpy (yyp, yyq);
yyp = yystpcpy (yyp, yytname[yyx]);
yycount++;
}
}
yyerror (yymsg);
YYSTACK_FREE (yymsg);
}
else
yyerror ("parse error; also virtual memory exhausted");
}
else
#endif /* YYERROR_VERBOSE */
yyerror ("parse error");
}
goto yyerrlab1;
/*----------------------------------------------------.
| yyerrlab1 -- error raised explicitly by an action. |
`----------------------------------------------------*/
yyerrlab1:
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 (yychar == YYEOF)
{
/* Pop the error token. */
YYPOPSTACK;
/* Pop the rest of the stack. */
while (yyssp > yyss)
{
YYDPRINTF ((stderr, "Error: popping "));
YYDSYMPRINT ((stderr,
yystos[*yyssp],
*yyvsp));
YYDPRINTF ((stderr, "\n"));
yydestruct (yystos[*yyssp], *yyvsp);
YYPOPSTACK;
}
YYABORT;
}
YYDPRINTF ((stderr, "Discarding token %d (%s).\n",
yychar, yytname[yychar1]));
yydestruct (yychar1, yylval);
yychar = YYEMPTY;
}
/* Else will try to reuse lookahead token after shifting the error
token. */
yyerrstatus = 3; /* Each real token shifted decrements this. */
for (;;)
{
yyn = yypact[yystate];
if (yyn != YYPACT_NINF)
{
yyn += YYTERROR;
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
{
yyn = yytable[yyn];
if (0 < yyn)
break;
}
}
/* Pop the current state because it cannot handle the error token. */
if (yyssp == yyss)
YYABORT;
YYDPRINTF ((stderr, "Error: popping "));
YYDSYMPRINT ((stderr,
yystos[*yyssp], *yyvsp));
YYDPRINTF ((stderr, "\n"));
yydestruct (yystos[yystate], *yyvsp);
yyvsp--;
yystate = *--yyssp;
#if YYDEBUG
if (yydebug)
{
short *yyssp1 = yyss - 1;
YYFPRINTF (stderr, "Error: state stack now");
while (yyssp1 != yyssp)
YYFPRINTF (stderr, " %d", *++yyssp1);
YYFPRINTF (stderr, "\n");
}
#endif
}
if (yyn == YYFINAL)
YYACCEPT;
YYDPRINTF ((stderr, "Shifting error token, "));
*++yyvsp = yylval;
yystate = yyn;
goto yynewstate;
/*-------------------------------------.
| yyacceptlab -- YYACCEPT comes here. |
`-------------------------------------*/
yyacceptlab:
yyresult = 0;
goto yyreturn;
/*-----------------------------------.
| yyabortlab -- YYABORT comes here. |
`-----------------------------------*/
yyabortlab:
yyresult = 1;
goto yyreturn;
#ifndef yyoverflow
/*----------------------------------------------.
| yyoverflowlab -- parser overflow comes here. |
`----------------------------------------------*/
yyoverflowlab:
yyerror ("parser stack overflow");
yyresult = 2;
/* Fall through. */
#endif
yyreturn:
#ifndef yyoverflow
if (yyss != yyssa)
YYSTACK_FREE (yyss);
#endif
return yyresult;
}
#line 2294 "asn1p_y.y"
/*
* Convert Xstring ('0101'B or '5'H) to the binary vector.
*/
static asn1p_value_t *
_convert_bitstring2binary(char *str, int base) {
asn1p_value_t *val;
int slen;
int memlen;
int baselen;
int bits;
uint8_t *binary_vector;
uint8_t *bv_ptr;
uint8_t cur_val;
assert(str);
assert(str[0] == '\'');
switch(base) {
case 'B':
baselen = 1;
break;
case 'H':
baselen = 4;
break;
default:
assert(base == 'B' || base == 'H');
errno = EINVAL;
return NULL;
}
slen = strlen(str);
assert(str[slen - 1] == base);
assert(str[slen - 2] == '\'');
memlen = slen / (8 / baselen); /* Conservative estimate */
bv_ptr = binary_vector = malloc(memlen + 1);
if(bv_ptr == NULL)
/* ENOMEM */
return NULL;
cur_val = 0;
bits = 0;
while(*(++str) != '\'') {
switch(baselen) {
case 1:
switch(*str) {
case '1':
cur_val |= 1 << (7 - (bits % 8));
case '0':
break;
default:
assert(!"_y UNREACH1");
case ' ': case '\r': case '\n':
continue;
}
break;
case 4:
switch(*str) {
case '0': case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
cur_val |= (*str - '0') << (4 - (bits % 8));
break;
case 'A': case 'B': case 'C':
case 'D': case 'E': case 'F':
cur_val |= ((*str - 'A') + 10)
<< (4 - (bits % 8));
break;
default:
assert(!"_y UNREACH2");
case ' ': case '\r': case '\n':
continue;
}
break;
}
bits += baselen;
if((bits % 8) == 0) {
*bv_ptr++ = cur_val;
cur_val = 0;
}
}
*bv_ptr = cur_val;
assert((bv_ptr - binary_vector) <= memlen);
val = asn1p_value_frombits(binary_vector, bits, 0);
if(val == NULL) {
free(binary_vector);
}
return val;
}
/*
* For unnamed types (used in old X.208 compliant modules)
* generate some sort of interim names, to not to force human being to fix
* the specification's compliance to modern ASN.1 standards.
*/
static void
_fixup_anonymous_identifier(asn1p_expr_t *expr) {
char *p;
assert(expr->Identifier == 0);
/*
* Try to figure out the type name
* without going too much into details
*/
expr->Identifier = ASN_EXPR_TYPE2STR(expr->expr_type);
if(expr->reference && expr->reference->comp_count > 0)
expr->Identifier = expr->reference->components[0].name;
fprintf(stderr,
"WARNING: Line %d: expected lower-case member identifier, "
"found an unnamed %s.\n"
"WARNING: Obsolete X.208 syntax detected, "
"please give the member a name.\n",
yylineno, expr->Identifier ? expr->Identifier : "type");
if(!expr->Identifier)
expr->Identifier = "unnamed";
expr->Identifier = strdup(expr->Identifier);
assert(expr->Identifier);
/* Make a lowercase identifier from the type name */
for(p = expr->Identifier; *p; p++) {
switch(*p) {
case 'A' ... 'Z': *p += 32; break;
case ' ': *p = '_'; break;
case '-': *p = '_'; break;
}
}
fprintf(stderr, "NOTE: Assigning temporary identifier \"%s\". "
"Name clash may occur later.\n",
expr->Identifier);
}
int
yyerror(const char *msg) {
extern char *asn1p_text;
fprintf(stderr,
"ASN.1 grammar parse error "
"near line %d (token \"%s\"): %s\n",
yylineno, asn1p_text, msg);
return -1;
}