blob: ba23ed2e66c0e1b43ac31aeba34a08c627cff5d0 [file] [log] [blame]
/* 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);
#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)
/* 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 72 "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 392 "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 413 "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 803
/* YYNTOKENS -- Number of terminals. */
#define YYNTOKENS 121
/* YYNNTS -- Number of nonterminals. */
#define YYNNTS 109
/* YYNRULES -- Number of rules. */
#define YYNRULES 293
/* YYNRULES -- Number of states. */
#define YYNSTATES 450
/* 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, 19, 20, 22, 26,
29, 31, 34, 36, 41, 43, 44, 46, 48, 51,
54, 57, 60, 63, 66, 67, 69, 71, 74, 76,
78, 80, 82, 84, 85, 89, 91, 95, 98, 100,
103, 104, 106, 111, 113, 117, 119, 123, 125, 129,
133, 136, 138, 142, 144, 148, 150, 154, 159, 161,
163, 168, 172, 176, 183, 190, 192, 196, 198, 202,
206, 210, 214, 216, 220, 222, 224, 226, 228, 229,
231, 233, 237, 241, 244, 248, 250, 252, 256, 259,
261, 263, 269, 270, 272, 274, 278, 281, 286, 290,
294, 298, 302, 306, 307, 309, 310, 317, 319, 322,
324, 326, 328, 332, 334, 338, 342, 346, 347, 350,
352, 357, 362, 367, 374, 381, 383, 388, 392, 394,
398, 402, 406, 408, 412, 414, 418, 420, 422, 424,
426, 430, 434, 436, 441, 443, 445, 449, 450, 454,
456, 458, 460, 462, 464, 466, 468, 470, 474, 476,
478, 480, 482, 485, 487, 489, 491, 493, 496, 499,
501, 503, 506, 509, 511, 513, 515, 517, 519, 522,
524, 527, 529, 531, 533, 535, 537, 539, 541, 543,
545, 547, 549, 551, 553, 555, 557, 559, 561, 563,
565, 566, 568, 570, 575, 579, 584, 586, 588, 592,
598, 600, 604, 608, 612, 616, 621, 625, 627, 629,
633, 637, 641, 645, 647, 649, 650, 656, 658, 661,
664, 668, 670, 672, 674, 676, 678, 680, 682, 684,
688, 694, 696, 700, 702, 706, 707, 709, 711, 713,
715, 717, 719, 723, 728, 730, 734, 737, 741, 743,
747, 748, 750, 752, 755, 758, 762, 764, 768, 770,
775, 780, 782, 784, 786, 788, 790, 792, 793, 795,
798, 803, 804, 806, 808, 810, 811, 813, 815, 817,
819, 821, 822, 824
};
/* YYRHS -- A `-1'-separated list of the rules' RHS. */
static const short yyrhs[] =
{
122, 0, -1, 123, -1, 124, -1, 123, 124, -1,
226, 125, 39, 129, 3, 26, 132, 44, -1, -1,
126, -1, 108, 127, 109, -1, 108, 109, -1, 128,
-1, 127, 128, -1, 229, -1, 229, 110, 10, 111,
-1, 10, -1, -1, 130, -1, 131, -1, 130, 131,
-1, 46, 89, -1, 57, 89, -1, 25, 89, -1,
48, 58, -1, 16, 62, -1, -1, 133, -1, 134,
-1, 133, 134, -1, 136, -1, 142, -1, 148, -1,
178, -1, 146, -1, -1, 43, 16, 135, -1, 188,
-1, 59, 137, 112, -1, 59, 51, -1, 139, -1,
137, 139, -1, -1, 126, -1, 140, 51, 226, 138,
-1, 141, -1, 140, 113, 141, -1, 226, -1, 226,
108, 109, -1, 229, -1, 47, 143, 112, -1, 47,
22, 112, -1, 47, 112, -1, 144, -1, 143, 113,
144, -1, 226, -1, 226, 108, 109, -1, 229, -1,
108, 195, 109, -1, 226, 147, 3, 145, -1, 187,
-1, 172, -1, 172, 108, 151, 109, -1, 226, 3,
168, -1, 226, 3, 158, -1, 226, 108, 149, 109,
3, 168, -1, 226, 108, 149, 109, 3, 158, -1,
150, -1, 149, 113, 150, -1, 226, -1, 226, 114,
229, -1, 226, 114, 226, -1, 185, 114, 229, -1,
185, 114, 226, -1, 152, -1, 151, 113, 152, -1,
168, -1, 181, -1, 229, -1, 145, -1, -1, 154,
-1, 155, -1, 154, 113, 155, -1, 229, 168, 214,
-1, 168, 214, -1, 35, 73, 168, -1, 167, -1,
157, -1, 156, 113, 157, -1, 229, 168, -1, 167,
-1, 168, -1, 33, 108, 160, 109, 162, -1, -1,
93, -1, 161, -1, 160, 113, 161, -1, 17, 214,
-1, 18, 168, 159, 214, -1, 18, 176, 214, -1,
18, 177, 214, -1, 17, 176, 214, -1, 17, 168,
214, -1, 17, 177, 214, -1, -1, 163, -1, -1,
100, 87, 108, 164, 165, 109, -1, 166, -1, 165,
166, -1, 4, -1, 19, -1, 175, -1, 115, 165,
116, -1, 107, -1, 107, 117, 182, -1, 107, 117,
219, -1, 221, 170, 192, -1, -1, 169, 171, -1,
147, -1, 32, 108, 156, 109, -1, 83, 108, 153,
109, -1, 84, 108, 153, 109, -1, 83, 192, 73,
228, 221, 170, -1, 84, 192, 73, 228, 221, 170,
-1, 23, -1, 23, 40, 30, 229, -1, 61, 73,
172, -1, 15, -1, 15, 118, 226, -1, 227, 118,
226, -1, 15, 118, 229, -1, 227, -1, 227, 118,
173, -1, 174, -1, 173, 118, 174, -1, 175, -1,
17, -1, 18, -1, 17, -1, 176, 118, 17, -1,
176, 118, 18, -1, 16, -1, 229, 147, 3, 179,
-1, 181, -1, 182, -1, 229, 114, 179, -1, -1,
108, 180, 184, -1, 68, -1, 50, -1, 91, -1,
6, -1, 8, -1, 183, -1, 219, -1, 229, -1,
226, 118, 229, -1, 7, -1, 13, -1, 14, -1,
5, -1, 184, 5, -1, 29, -1, 68, -1, 81,
-1, 186, -1, 72, 86, -1, 70, 56, -1, 82,
-1, 49, -1, 41, 76, -1, 31, 86, -1, 96,
-1, 52, -1, 188, -1, 63, -1, 45, -1, 27,
86, -1, 185, -1, 186, 216, -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, 101, -1, -1, 193, -1, 194, -1,
85, 110, 195, 111, -1, 110, 195, 111, -1, 194,
110, 195, 111, -1, 107, -1, 196, -1, 196, 113,
107, -1, 196, 113, 107, 113, 196, -1, 197, -1,
22, 101, 197, -1, 196, 189, 197, -1, 196, 190,
197, -1, 197, 191, 197, -1, 200, 110, 195, 111,
-1, 110, 195, 111, -1, 201, -1, 202, -1, 201,
199, 201, -1, 66, 199, 201, -1, 201, 199, 65,
-1, 66, 199, 65, -1, 208, -1, 203, -1, -1,
36, 30, 108, 198, 184, -1, 106, -1, 106, 119,
-1, 119, 106, -1, 119, 106, 119, -1, 85, -1,
51, -1, 50, -1, 91, -1, 220, -1, 183, -1,
229, -1, 226, -1, 100, 34, 194, -1, 100, 35,
108, 204, 109, -1, 205, -1, 204, 113, 205, -1,
107, -1, 229, 192, 206, -1, -1, 207, -1, 78,
-1, 20, -1, 74, -1, 209, -1, 210, -1, 108,
226, 109, -1, 209, 108, 211, 109, -1, 212, -1,
211, 113, 212, -1, 120, 213, -1, 120, 118, 213,
-1, 229, -1, 213, 118, 229, -1, -1, 215, -1,
74, -1, 38, 179, -1, 108, 109, -1, 108, 217,
109, -1, 218, -1, 217, 113, 218, -1, 229, -1,
229, 110, 219, 111, -1, 229, 110, 182, 111, -1,
219, -1, 107, -1, 10, -1, 11, -1, 219, -1,
12, -1, -1, 222, -1, 223, 225, -1, 115, 224,
10, 116, -1, -1, 94, -1, 24, -1, 80, -1,
-1, 57, -1, 46, -1, 15, -1, 16, -1, 16,
-1, -1, 229, -1, 9, -1
};
/* YYRLINE[YYN] -- source line where rule number YYN was defined. */
static const unsigned short yyrline[] =
{
0, 326, 326, 332, 338, 354, 379, 381, 384, 388,
393, 400, 408, 413, 417, 426, 428, 436, 440, 448,
452, 455, 458, 462, 482, 484, 492, 496, 528, 532,
541, 548, 561, 569, 568, 582, 594, 605, 610, 616,
622, 624, 627, 638, 644, 650, 657, 663, 671, 675,
678, 685, 691, 697, 704, 710, 719, 721, 731, 745,
755, 771, 781, 797, 803, 810, 820, 830, 835, 842,
849, 857, 867, 873, 879, 883, 891, 902, 924, 926,
928, 934, 940, 948, 954, 961, 966, 972, 978, 984,
987, 993, 1003, 1005, 1008, 1016, 1023, 1036, 1047, 1057,
1068, 1078, 1089, 1100, 1102, 1109, 1107, 1116, 1121, 1127,
1132, 1135, 1139, 1144, 1153, 1162, 1173, 1195, 1202, 1221,
1225, 1231, 1237, 1243, 1253, 1263, 1269, 1280, 1294, 1303,
1313, 1323, 1333, 1341, 1362, 1371, 1380, 1382, 1389, 1396,
1402, 1406, 1412, 1432, 1442, 1444, 1445, 1452, 1452, 1457,
1464, 1470, 1475, 1479, 1483, 1486, 1491, 1503, 1520, 1525,
1530, 1563, 1573, 1587, 1589, 1590, 1591, 1592, 1593, 1594,
1595, 1596, 1597, 1598, 1599, 1600, 1606, 1608, 1609, 1612,
1619, 1631, 1633, 1637, 1641, 1642, 1643, 1644, 1645, 1649,
1650, 1651, 1652, 1656, 1657, 1664, 1664, 1665, 1665, 1666,
1668, 1670, 1675, 1679, 1688, 1692, 1697, 1702, 1705, 1711,
1721, 1725, 1728, 1731, 1734, 1739, 1748, 1756, 1762, 1768,
1775, 1783, 1791, 1800, 1803, 1807, 1806, 1817, 1819, 1820,
1821, 1824, 1828, 1833, 1839, 1844, 1845, 1846, 1859, 1873,
1877, 1882, 1886, 1891, 1898, 1911, 1913, 1916, 1920, 1923,
1928, 1932, 1940, 1955, 1961, 1968, 1981, 1993, 2008, 2012,
2029, 2034, 2037, 2042, 2064, 2069, 2074, 2080, 2086, 2094,
2102, 2110, 2117, 2127, 2132, 2138, 2140, 2170, 2172, 2175,
2182, 2188, 2190, 2191, 2192, 2195, 2197, 2198, 2201, 2206,
2213, 2220, 2222, 2227
};
#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", "ModuleSpecification",
"optObjectIdentifier", "ObjectIdentifier", "ObjectIdentifierBody",
"ObjectIdentifierElement", "optModuleSpecificationFlags",
"ModuleSpecificationFlags", "ModuleSpecificationFlag",
"optModuleSpecificationBody", "ModuleSpecificationBody",
"ModuleSpecificationElement", "@1", "ImportsDefinition",
"ImportsBundleSet", "AssignedIdentifier", "ImportsBundle",
"ImportsList", "ImportsElement", "ExportsDefinition", "ExportsBody",
"ExportsElement", "ValueSet", "ValueSetTypeAssignment", "DefinedType",
"DataTypeReference", "ParameterArgumentList", "ParameterArgumentName",
"ActualParameterList", "ActualParameter", "optComponentTypeLists",
"ComponentTypeLists", "ComponentType", "AlternativeTypeLists",
"AlternativeType", "ObjectClass", "optUnique", "FieldSpec",
"ClassField", "optWithSyntax", "WithSyntax", "@2", "WithSyntaxList",
"WithSyntaxToken", "ExtensionAndException", "Type",
"NSTD_IndirectMarker", "TypeDeclaration", "TypeDeclarationSet",
"ComplexTypeReference", "ComplexTypeReferenceAmpList",
"ComplexTypeReferenceElement", "PrimitiveFieldReference", "FieldName",
"DefinedObjectClass", "ValueDefinition", "Value", "@3", "SimpleValue",
"DefinedValue", "RestrictedCharacterStringValue", "Opaque",
"BasicTypeId", "BasicTypeId_UniverationCompatible", "BasicType",
"BasicString", "Union", "Intersection", "Except", "optConstraints",
"Constraints", "SetOfConstraints", "ElementSetSpecs", "ElementSetSpec",
"ConstraintSubtypeElement", "@4", "ConstraintRangeSpec",
"ConstraintSpec", "SingleValue", "ContainedSubtype",
"InnerTypeConstraint", "WithComponentsList", "WithComponentsElement",
"optPresenceConstraint", "PresenceConstraint", "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, 124, 125, 125, 126, 126,
127, 127, 128, 128, 128, 129, 129, 130, 130, 131,
131, 131, 131, 131, 132, 132, 133, 133, 134, 134,
134, 134, 134, 135, 134, 134, 136, 136, 137, 137,
138, 138, 139, 140, 140, 141, 141, 141, 142, 142,
142, 143, 143, 144, 144, 144, 145, 146, 147, 147,
147, 148, 148, 148, 148, 149, 149, 150, 150, 150,
150, 150, 151, 151, 152, 152, 152, 152, 153, 153,
154, 154, 155, 155, 155, 155, 156, 156, 157, 157,
157, 158, 159, 159, 160, 160, 161, 161, 161, 161,
161, 161, 161, 162, 162, 164, 163, 165, 165, 166,
166, 166, 166, 167, 167, 167, 168, 169, 170, 171,
171, 171, 171, 171, 171, 171, 171, 171, 172, 172,
172, 172, 172, 172, 173, 173, 174, 175, 175, 176,
176, 176, 177, 178, 179, 179, 179, 180, 179, 179,
181, 181, 181, 181, 181, 181, 182, 182, 183, 183,
183, 184, 184, 185, 185, 185, 185, 185, 185, 185,
185, 185, 185, 185, 185, 185, 186, 186, 186, 187,
187, 188, 188, 188, 188, 188, 188, 188, 188, 188,
188, 188, 188, 188, 188, 189, 189, 190, 190, 191,
192, 192, 193, 193, 194, 194, 195, 195, 195, 195,
196, 196, 196, 196, 196, 197, 197, 197, 197, 197,
197, 197, 197, 197, 197, 198, 197, 199, 199, 199,
199, 200, 200, 201, 201, 201, 201, 201, 202, 203,
203, 204, 204, 205, 205, 206, 206, 207, 207, 207,
208, 208, 209, 210, 211, 211, 212, 212, 213, 213,
214, 214, 215, 215, 216, 216, 217, 217, 218, 218,
218, 218, 218, 219, 219, 220, 220, 221, 221, 222,
223, 224, 224, 224, 224, 225, 225, 225, 226, 226,
227, 228, 228, 229
};
/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
static const unsigned char yyr2[] =
{
0, 2, 1, 1, 2, 8, 0, 1, 3, 2,
1, 2, 1, 4, 1, 0, 1, 1, 2, 2,
2, 2, 2, 2, 0, 1, 1, 2, 1, 1,
1, 1, 1, 0, 3, 1, 3, 2, 1, 2,
0, 1, 4, 1, 3, 1, 3, 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, 1,
0, 1, 1, 4, 3, 4, 1, 1, 3, 5,
1, 3, 3, 3, 3, 4, 3, 1, 1, 3,
3, 3, 3, 1, 1, 0, 5, 1, 2, 2,
3, 1, 1, 1, 1, 1, 1, 1, 1, 3,
5, 1, 3, 1, 3, 0, 1, 1, 1, 1,
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, 288, 289, 0, 2, 3, 6, 1, 4, 0,
0, 7, 293, 14, 9, 0, 10, 12, 15, 8,
11, 0, 0, 0, 0, 0, 0, 0, 16, 17,
0, 23, 21, 19, 22, 20, 0, 18, 13, 24,
181, 0, 0, 182, 183, 184, 0, 185, 186, 194,
187, 188, 189, 190, 191, 192, 193, 0, 25, 26,
28, 29, 32, 30, 31, 35, 0, 0, 33, 0,
50, 0, 51, 53, 55, 37, 0, 38, 0, 43,
45, 47, 5, 27, 277, 128, 290, 0, 163, 0,
0, 177, 170, 174, 176, 164, 0, 0, 165, 169,
173, 0, 0, 59, 179, 166, 58, 175, 132, 0,
34, 49, 48, 0, 0, 36, 39, 0, 0, 0,
0, 281, 62, 61, 117, 278, 285, 0, 178, 172,
171, 168, 167, 0, 65, 0, 166, 67, 0, 277,
0, 180, 0, 0, 52, 54, 40, 44, 46, 0,
283, 284, 282, 0, 0, 200, 287, 286, 279, 129,
131, 0, 0, 0, 0, 0, 57, 152, 158, 153,
273, 274, 159, 160, 150, 151, 77, 0, 72, 74,
75, 154, 155, 76, 272, 264, 0, 266, 271, 268,
137, 138, 133, 134, 136, 130, 149, 147, 143, 144,
145, 0, 156, 41, 42, 277, 277, 0, 94, 0,
125, 0, 0, 200, 200, 119, 118, 0, 0, 116,
201, 202, 277, 66, 71, 70, 69, 68, 276, 0,
0, 233, 232, 0, 231, 234, 0, 206, 0, 0,
236, 0, 207, 210, 0, 217, 218, 224, 223, 250,
251, 275, 235, 238, 237, 60, 277, 265, 0, 0,
0, 0, 0, 0, 142, 139, 0, 262, 260, 260,
260, 96, 261, 92, 260, 260, 103, 0, 280, 0,
277, 0, 277, 0, 277, 0, 0, 0, 0, 64,
63, 0, 0, 227, 0, 0, 0, 0, 0, 0,
56, 197, 198, 195, 196, 0, 0, 0, 199, 0,
0, 0, 0, 73, 267, 0, 0, 156, 135, 161,
148, 157, 146, 263, 101, 0, 100, 102, 93, 260,
98, 99, 0, 91, 104, 95, 0, 113, 0, 86,
89, 90, 277, 127, 0, 0, 79, 80, 85, 260,
277, 291, 0, 291, 0, 204, 0, 211, 225, 228,
229, 222, 220, 239, 0, 252, 216, 208, 212, 213,
214, 0, 221, 219, 0, 0, 254, 270, 269, 162,
140, 141, 97, 0, 126, 0, 120, 277, 88, 277,
121, 277, 83, 260, 277, 292, 122, 277, 203, 205,
0, 230, 243, 0, 241, 200, 0, 215, 0, 256,
258, 253, 0, 105, 114, 115, 87, 84, 81, 82,
117, 117, 226, 240, 0, 245, 209, 257, 0, 255,
0, 123, 124, 242, 248, 249, 247, 244, 246, 259,
109, 110, 0, 0, 107, 111, 0, 106, 108, 112
};
/* YYDEFGOTO[NTERM-NUM]. */
static const short yydefgoto[] =
{
-1, 3, 4, 5, 10, 11, 15, 16, 27, 28,
29, 57, 58, 59, 110, 60, 76, 204, 77, 78,
79, 61, 71, 72, 176, 62, 102, 63, 133, 134,
177, 178, 345, 346, 347, 338, 339, 122, 329, 207,
208, 333, 334, 430, 443, 444, 348, 349, 154, 155,
216, 103, 192, 193, 445, 269, 270, 64, 198, 261,
199, 200, 240, 320, 104, 105, 106, 107, 306, 307,
309, 219, 220, 221, 241, 242, 243, 400, 295, 244,
245, 246, 247, 403, 404, 437, 438, 248, 249, 250,
375, 376, 409, 271, 272, 141, 186, 187, 251, 252,
124, 125, 126, 153, 158, 253, 108, 394, 254
};
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
STATE-NUM. */
#define YYPACT_NINF -291
static const short yypact[] =
{
159, -291, -291, 40, 159, -291, -39, -291, -291, 5,
47, -291, -291, -291, -291, 17, -291, -22, 252, -291,
-291, 85, 84, 51, 59, 109, 87, 190, 252, -291,
94, -291, -291, -291, -291, -291, 194, -291, -291, 475,
-291, 256, 76, -291, -291, -291, 180, -291, -291, -291,
-291, -291, -291, -291, -291, -291, -291, 230, 475, -291,
-291, -291, -291, -291, -291, -291, 332, 628, -291, 168,
-291, 132, -291, 174, -291, -291, 16, -291, -23, -291,
182, -291, -291, -291, 1, 177, -291, 221, -291, 225,
242, -291, -291, -291, -291, -291, 265, 237, -291, -291,
-291, 704, 340, 248, -291, 249, -291, -291, 240, 359,
-291, -291, -291, 155, 255, -291, -291, 159, 155, 257,
259, 26, -291, -291, -291, -291, 8, 155, -291, -291,
-291, -291, -291, -6, -291, 254, -291, 258, 261, 193,
71, -291, 323, 202, -291, -291, -39, -291, -291, 271,
-291, -291, -291, 360, 552, -50, -291, -291, -291, -291,
-291, 368, 704, 155, 155, 212, -291, -291, -291, -291,
-291, -291, -291, -291, -291, -291, -291, 78, -291, -291,
-291, -291, -291, -291, -291, -291, 133, -291, -291, 264,
-291, -291, 262, -291, -291, -291, -291, -291, -291, -291,
-291, 270, 269, -291, -291, 77, 27, 142, -291, 263,
335, 281, 317, 156, 184, -291, -291, 282, 212, -291,
-291, 283, 1, -291, -291, -291, -291, -291, -291, 290,
364, -291, -291, -49, -291, -291, 291, -291, 159, 212,
-291, 288, 211, 297, 296, -49, -291, -291, -291, 299,
-291, -291, -291, -291, -291, -291, 193, -291, 91, 321,
311, 403, 400, 202, -291, -291, 202, -291, -27, 25,
-27, -291, -291, 319, 25, -27, 310, 271, -291, 386,
37, 318, 70, 344, 70, 345, 212, 312, 212, -291,
-291, 450, 313, 305, 320, 226, 315, 324, 325, 322,
-291, -291, -291, -291, -291, 329, 450, 450, -291, 450,
212, 460, 330, -291, -291, 326, 327, -291, -291, -291,
430, -291, -291, -291, -291, 328, -291, -291, -291, -27,
-291, -291, 362, -291, -291, -291, 400, 334, 147, -291,
-291, -291, 337, -291, 380, 346, 343, -291, -291, -27,
337, 400, 349, 400, 365, -291, 366, -291, -291, -291,
356, -291, -291, 283, 10, -291, -291, 367, -291, -291,
-291, 370, -291, -291, -5, 152, -291, -291, -291, -291,
-291, -291, -291, 371, -291, 321, -291, 37, -291, 337,
-291, 4, -291, -27, 337, -291, -291, 337, -291, -291,
403, -291, -291, 172, -291, -50, 432, -291, 400, 369,
-291, -291, 330, -291, -291, -291, -291, -291, -291, -291,
-291, -291, 430, -291, 10, 9, 247, 369, 400, -291,
54, -291, -291, -291, -291, -291, -291, -291, -291, -291,
-291, -291, 54, 57, -291, -291, 34, -291, -291, -291
};
/* YYPGOTO[NTERM-NUM]. */
static const short yypgoto[] =
{
-291, -291, -291, 474, -291, 339, -291, 473, -291, -291,
461, -291, -291, 434, -291, -291, -291, -291, 417, -291,
376, -291, -291, 382, 358, -291, -46, -291, -291, 342,
-291, 241, 215, -291, 111, -291, 118, 284, -291, -291,
231, -291, -291, -291, 65, -290, -275, -83, -291, -67,
-291, 228, -291, 251, -133, 306, 307, -291, 33, -291,
-132, -249, -131, 114, -33, -17, -291, -3, -291, -291,
-291, -211, -291, 219, -129, 113, -77, -291, 275, -291,
-247, -291, -291, -291, 97, -291, -291, -291, -291, -291,
-291, 112, 119, -252, -291, -291, -291, 268, -98, -291,
-92, -291, -291, -291, -291, 20, -291, 178, -9
};
/* 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 -261
static const short yytable[] =
{
17, 123, 283, 285, 12, 340, 17, 180, 181, 194,
315, 266, 181, 12, 12, 13, 324, 326, 327, 12,
6, 109, 330, 331, 6, 12, 12, 13, 117, 434,
67, 1, 2, 74, 120, 217, 65, 81, 440, 344,
7, 182, 188, 264, 265, 182, 12, 267, 362, 67,
150, 190, 191, 441, 156, 65, 179, 293, 440, 66,
218, 440, 73, 266, 373, 157, 80, 81, 135, 9,
294, 190, 191, 441, 190, 191, 441, 382, 66, 12,
12, 170, 171, 435, 136, 12, 18, 436, 21, 287,
118, 1, 2, 264, 265, 30, 80, 392, 69, 267,
12, 170, 171, 161, 74, 344, 151, 162, 215, 81,
299, 337, 340, 408, 14, 266, 121, 402, 160, 121,
152, 137, 268, 273, 180, 181, 19, 194, 115, 135,
183, 189, 181, 73, 202, 181, 414, 146, 80, 290,
32, 419, 121, 325, 337, 136, 31, 159, 33, 442,
449, 267, 121, 448, 225, 227, 448, 354, 182, 356,
188, 316, 195, 201, 12, 182, 447, 34, 182, 442,
1, 2, 442, 179, 1, 2, 35, 337, 184, -78,
185, 371, 137, 224, 226, 121, -260, 255, 70, 12,
-260, 256, 121, 36, 425, 1, 2, 341, 184, 167,
168, 169, 12, 170, 171, 38, 172, 173, 167, 168,
169, 12, 170, 171, 357, 172, 173, 1, 2, 168,
39, 12, 170, 171, 228, 172, 173, 1, 2, 368,
369, 75, 370, 168, 229, 12, 170, 171, 228, 172,
173, 217, 257, 174, 112, 113, 258, 183, 230, 189,
317, 276, 174, 321, 202, 277, 386, 202, 298, 388,
387, 411, 231, 232, 282, 412, 218, 393, 22, 217,
196, 342, 68, 350, 82, 350, 231, 23, 233, 201,
111, 423, 114, 201, 175, 424, 201, 415, 205, 206,
119, 361, 284, 175, 218, 127, 322, 234, 24, 323,
25, 165, 420, 235, 341, 421, 417, 128, 121, 26,
197, 129, 236, 301, 302, 303, 304, 235, 130, 237,
238, 131, 239, 132, 305, 296, 297, 384, 190, 191,
12, 170, 171, 85, 86, 84, 1, 2, 1, 2,
190, 191, 395, 138, 395, 380, 381, 85, 86, 301,
302, 303, 304, 431, 432, 405, 139, 140, 142, 87,
40, 88, 143, 89, 145, 410, 148, 149, 163, 165,
209, 222, 164, 90, 259, 279, 317, 91, 342, 278,
260, 92, 350, 263, 93, 43, 44, 45, 262, 280,
281, 291, 286, 288, 292, 94, 47, 300, 308, 410,
95, 48, 96, 49, 97, 201, 310, 312, 319, 12,
332, 50, 328, 98, 99, 405, 336, 351, 353, 439,
51, 358, 52, 355, 359, 218, 360, 53, 100, 54,
55, 56, 364, 366, 365, 379, 367, 377, 378, 168,
101, 12, 170, 171, 228, 172, 173, 1, 2, 383,
374, 385, 121, 389, 229, 390, 391, 168, 396, 12,
170, 171, 228, 172, 173, 1, 2, 168, 230, 12,
170, 171, 228, 172, 173, 401, 398, 399, 8, 413,
406, 407, 231, 232, 12, 203, 230, 428, 20, 37,
1, 2, 83, 116, 147, 144, 166, 313, 233, 352,
231, 232, 418, 40, 223, 416, 289, 446, 335, 343,
231, 318, 274, 275, 422, 363, 233, 234, 41, 426,
311, 433, 42, 235, 429, 372, 314, 427, 43, 44,
45, 397, 236, 0, 46, 234, 0, 0, 0, 47,
238, 235, 239, 0, 48, 0, 49, 0, 0, 0,
236, 235, 0, 0, 50, 0, 0, 0, 238, 0,
239, 0, 0, 51, 0, 52, 0, 85, 86, 0,
53, 0, 54, 55, 56, 210, 0, 0, 0, 87,
40, 88, 0, 89, 211, 0, 0, 0, 0, 0,
0, 0, 0, 90, 0, 0, 0, 91, 0, 0,
0, 92, 0, 0, 93, 43, 44, 45, 0, 0,
0, 0, 0, 212, 0, 94, 47, 0, 0, 0,
95, 48, 96, 49, 97, 0, 0, 0, 0, 0,
0, 50, 0, 98, 99, 213, 214, 0, 0, 0,
51, 0, 52, 85, 86, 0, 0, 53, 100, 54,
55, 56, 0, 0, 0, 87, 40, 88, 0, 89,
0, 0, 0, 0, 0, 0, 0, 0, 0, 90,
0, 0, 0, 91, 0, 0, 0, 92, 0, 0,
93, 43, 44, 45, 0, 0, 0, 0, 0, 0,
0, 94, 47, 0, 0, 0, 95, 48, 96, 49,
97, 0, 0, 0, 0, 0, 0, 50, 0, 98,
99, 0, 0, 0, 0, 0, 51, 0, 52, 1,
2, 0, 0, 53, 100, 54, 55, 56, 0, 0,
0, 87, 40, 88, 0, 89, 0, 0, 0, 0,
0, 0, 0, 0, 0, 90, 0, 0, 0, 91,
0, 0, 0, 92, 0, 0, 93, 43, 44, 45,
0, 0, 0, 0, 0, 0, 0, 94, 47, 0,
0, 0, 95, 48, 96, 49, 97, 0, 0, 0,
0, 0, 0, 50, 0, 98, 99, 0, 0, 0,
0, 0, 51, 0, 52, 0, 0, 0, 0, 53,
100, 54, 55, 56
};
static const short yycheck[] =
{
9, 84, 213, 214, 9, 280, 15, 139, 139, 142,
259, 38, 143, 9, 9, 10, 268, 269, 270, 9,
0, 67, 274, 275, 4, 9, 9, 10, 51, 20,
39, 15, 16, 42, 33, 85, 39, 46, 4, 35,
0, 139, 140, 16, 17, 143, 9, 74, 295, 58,
24, 17, 18, 19, 46, 58, 139, 106, 4, 39,
110, 4, 42, 38, 311, 57, 46, 76, 101, 108,
119, 17, 18, 19, 17, 18, 19, 329, 58, 9,
9, 10, 11, 74, 101, 9, 39, 78, 110, 218,
113, 15, 16, 16, 17, 10, 76, 349, 22, 74,
9, 10, 11, 109, 113, 35, 80, 113, 154, 118,
239, 107, 387, 118, 109, 38, 115, 107, 127, 115,
94, 101, 205, 206, 256, 256, 109, 260, 112, 162,
139, 140, 263, 113, 143, 266, 385, 117, 118, 222,
89, 393, 115, 118, 107, 162, 62, 127, 89, 115,
116, 74, 115, 443, 163, 164, 446, 286, 256, 288,
258, 259, 142, 143, 9, 263, 109, 58, 266, 115,
15, 16, 115, 256, 15, 16, 89, 107, 107, 109,
109, 310, 162, 163, 164, 115, 109, 109, 112, 9,
113, 113, 115, 3, 405, 15, 16, 280, 107, 6,
7, 8, 9, 10, 11, 111, 13, 14, 6, 7,
8, 9, 10, 11, 291, 13, 14, 15, 16, 7,
26, 9, 10, 11, 12, 13, 14, 15, 16, 306,
307, 51, 309, 7, 22, 9, 10, 11, 12, 13,
14, 85, 109, 50, 112, 113, 113, 256, 36, 258,
259, 109, 50, 262, 263, 113, 109, 266, 238, 342,
113, 109, 50, 51, 108, 113, 110, 350, 16, 85,
68, 280, 16, 282, 44, 284, 50, 25, 66, 259,
112, 109, 108, 263, 91, 113, 266, 385, 17, 18,
108, 65, 108, 91, 110, 118, 263, 85, 46, 266,
48, 108, 394, 91, 387, 397, 389, 86, 115, 57,
108, 86, 100, 102, 103, 104, 105, 91, 76, 107,
108, 56, 110, 86, 113, 34, 35, 336, 17, 18,
9, 10, 11, 15, 16, 3, 15, 16, 15, 16,
17, 18, 351, 3, 353, 17, 18, 15, 16, 102,
103, 104, 105, 420, 421, 364, 108, 108, 118, 27,
28, 29, 3, 31, 109, 374, 109, 108, 114, 108,
10, 3, 114, 41, 110, 40, 385, 45, 387, 116,
118, 49, 391, 114, 52, 53, 54, 55, 118, 108,
73, 101, 110, 110, 30, 63, 64, 109, 101, 408,
68, 69, 70, 71, 72, 385, 110, 108, 5, 9,
100, 79, 93, 81, 82, 424, 30, 73, 73, 428,
88, 108, 90, 111, 119, 110, 106, 95, 96, 97,
98, 99, 108, 111, 109, 5, 107, 111, 111, 7,
108, 9, 10, 11, 12, 13, 14, 15, 16, 87,
120, 117, 115, 73, 22, 109, 113, 7, 109, 9,
10, 11, 12, 13, 14, 15, 16, 7, 36, 9,
10, 11, 12, 13, 14, 119, 111, 111, 4, 108,
113, 111, 50, 51, 9, 146, 36, 118, 15, 28,
15, 16, 58, 76, 118, 113, 138, 256, 66, 284,
50, 51, 391, 28, 162, 387, 222, 442, 277, 281,
50, 260, 206, 206, 400, 296, 66, 85, 43, 406,
245, 424, 47, 91, 412, 65, 258, 408, 53, 54,
55, 353, 100, -1, 59, 85, -1, -1, -1, 64,
108, 91, 110, -1, 69, -1, 71, -1, -1, -1,
100, 91, -1, -1, 79, -1, -1, -1, 108, -1,
110, -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, 226, 0, 124, 108,
125, 126, 9, 10, 109, 127, 128, 229, 39, 109,
128, 110, 16, 25, 46, 48, 57, 129, 130, 131,
10, 62, 89, 89, 58, 89, 3, 131, 111, 26,
28, 43, 47, 53, 54, 55, 59, 64, 69, 71,
79, 88, 90, 95, 97, 98, 99, 132, 133, 134,
136, 142, 146, 148, 178, 188, 226, 229, 16, 22,
112, 143, 144, 226, 229, 51, 137, 139, 140, 141,
226, 229, 44, 134, 3, 15, 16, 27, 29, 31,
41, 45, 49, 52, 63, 68, 70, 72, 81, 82,
96, 108, 147, 172, 185, 186, 187, 188, 227, 147,
135, 112, 112, 113, 108, 112, 139, 51, 113, 108,
33, 115, 158, 168, 221, 222, 223, 118, 86, 86,
76, 56, 86, 149, 150, 185, 186, 226, 3, 108,
108, 216, 118, 3, 144, 109, 226, 141, 109, 108,
24, 80, 94, 224, 169, 170, 46, 57, 225, 226,
229, 109, 113, 114, 114, 108, 145, 6, 7, 8,
10, 11, 13, 14, 50, 91, 145, 151, 152, 168,
181, 183, 219, 229, 107, 109, 217, 218, 219, 229,
17, 18, 173, 174, 175, 226, 68, 108, 179, 181,
182, 226, 229, 126, 138, 17, 18, 160, 161, 10,
23, 32, 61, 83, 84, 147, 171, 85, 110, 192,
193, 194, 3, 150, 226, 229, 226, 229, 12, 22,
36, 50, 51, 66, 85, 91, 100, 107, 108, 110,
183, 195, 196, 197, 200, 201, 202, 203, 208, 209,
210, 219, 220, 226, 229, 109, 113, 109, 113, 110,
118, 180, 118, 114, 16, 17, 38, 74, 168, 176,
177, 214, 215, 168, 176, 177, 109, 113, 116, 40,
108, 73, 108, 192, 108, 192, 110, 195, 110, 158,
168, 101, 30, 106, 119, 199, 34, 35, 226, 195,
109, 102, 103, 104, 105, 113, 189, 190, 101, 191,
110, 199, 108, 152, 218, 182, 219, 229, 174, 5,
184, 229, 179, 179, 214, 118, 214, 214, 93, 159,
214, 214, 100, 162, 163, 161, 30, 107, 156, 157,
167, 168, 229, 172, 35, 153, 154, 155, 167, 168,
229, 73, 153, 73, 195, 111, 195, 197, 108, 119,
106, 65, 201, 194, 108, 109, 111, 107, 197, 197,
197, 195, 65, 201, 120, 211, 212, 111, 111, 5,
17, 18, 214, 87, 229, 117, 109, 113, 168, 73,
109, 113, 214, 168, 228, 229, 109, 228, 111, 111,
198, 119, 107, 204, 205, 229, 113, 111, 118, 213,
229, 109, 113, 108, 182, 219, 157, 168, 155, 214,
221, 221, 184, 109, 113, 192, 196, 213, 118, 212,
164, 170, 170, 205, 20, 74, 78, 206, 207, 229,
4, 19, 115, 165, 166, 175, 165, 109, 166, 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 327 "asn1p_y.y"
{
*(void **)param = yyvsp[0].a_grammar;
}
break;
case 3:
#line 333 "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 338 "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 359 "asn1p_y.y"
{
if(yyvsp[-1].a_module) {
yyval.a_module = yyvsp[-1].a_module;
} else {
/* There's a chance that a module is just plain empty */
yyval.a_module = asn1p_module_new();
}
checkmem(yyval.a_module);
yyval.a_module->ModuleName = yyvsp[-7].tv_str;
yyval.a_module->module_oid = yyvsp[-6].a_oid;
yyval.a_module->module_flags = yyvsp[-4].a_module_flags;
}
break;
case 6:
#line 380 "asn1p_y.y"
{ yyval.a_oid = 0; }
break;
case 7:
#line 381 "asn1p_y.y"
{ yyval.a_oid = yyvsp[0].a_oid; }
break;
case 8:
#line 385 "asn1p_y.y"
{
yyval.a_oid = yyvsp[-1].a_oid;
}
break;
case 9:
#line 388 "asn1p_y.y"
{
yyval.a_oid = 0;
}
break;
case 10:
#line 394 "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 11:
#line 400 "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 12:
#line 409 "asn1p_y.y"
{ /* iso */
yyval.a_oid_arc.name = yyvsp[0].tv_str;
yyval.a_oid_arc.number = -1;
}
break;
case 13:
#line 413 "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 14:
#line 417 "asn1p_y.y"
{ /* 1 */
yyval.a_oid_arc.name = 0;
yyval.a_oid_arc.number = yyvsp[0].a_int;
}
break;
case 15:
#line 427 "asn1p_y.y"
{ yyval.a_module_flags = MSF_NOFLAGS; }
break;
case 16:
#line 428 "asn1p_y.y"
{
yyval.a_module_flags = yyvsp[0].a_module_flags;
}
break;
case 17:
#line 437 "asn1p_y.y"
{
yyval.a_module_flags = yyvsp[0].a_module_flags;
}
break;
case 18:
#line 440 "asn1p_y.y"
{
yyval.a_module_flags = yyvsp[-1].a_module_flags | yyvsp[0].a_module_flags;
}
break;
case 19:
#line 449 "asn1p_y.y"
{
yyval.a_module_flags = MSF_EXPLICIT_TAGS;
}
break;
case 20:
#line 452 "asn1p_y.y"
{
yyval.a_module_flags = MSF_IMPLICIT_TAGS;
}
break;
case 21:
#line 455 "asn1p_y.y"
{
yyval.a_module_flags = MSF_AUTOMATIC_TAGS;
}
break;
case 22:
#line 458 "asn1p_y.y"
{
yyval.a_module_flags = MSF_EXTENSIBILITY_IMPLIED;
}
break;
case 23:
#line 462 "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 24:
#line 483 "asn1p_y.y"
{ yyval.a_module = 0; }
break;
case 25:
#line 484 "asn1p_y.y"
{
yyval.a_module = yyvsp[0].a_module;
}
break;
case 26:
#line 493 "asn1p_y.y"
{
yyval.a_module = yyvsp[0].a_module;
}
break;
case 27:
#line 496 "asn1p_y.y"
{
yyval.a_module = yyvsp[-1].a_module;
/* Behave well when one of them is skipped. */
if(!(yyvsp[-1].a_module)) {
if(yyvsp[0].a_module) yyval.a_module = yyvsp[0].a_module;
break;
}
#ifdef MY_IMPORT
#error MY_IMPORT DEFINED ELSEWHERE!
#endif
#define MY_IMPORT(foo,field) do { \
while(TQ_FIRST(&(yyvsp[0].a_module->foo))) { \
TQ_ADD(&(yyval.a_module->foo), \
TQ_REMOVE(&(yyvsp[0].a_module->foo), field), \
field); \
} \
assert(TQ_FIRST(&(yyvsp[0].a_module->foo)) == 0); \
} while(0)
MY_IMPORT(imports, xp_next);
MY_IMPORT(exports, xp_next);
MY_IMPORT(members, next);
#undef MY_IMPORT
}
break;
case 28:
#line 529 "asn1p_y.y"
{
yyval.a_module = yyvsp[0].a_module;
}
break;
case 29:
#line 532 "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 30:
#line 541 "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 548 "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 561 "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 569 "asn1p_y.y"
{ asn1p_lexer_hack_push_encoding_control(); }
break;
case 34:
#line 570 "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 582 "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 595 "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 37:
#line 605 "asn1p_y.y"
{
return yyerror("Empty IMPORTS list");
}
break;
case 38:
#line 611 "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 39:
#line 616 "asn1p_y.y"
{
yyval.a_module = yyvsp[-1].a_module;
TQ_ADD(&(yyval.a_module->imports), yyvsp[0].a_xports, xp_next);
}
break;
case 40:
#line 623 "asn1p_y.y"
{ memset(&yyval.a_aid, 0, sizeof(yyval.a_aid)); }
break;
case 41:
#line 624 "asn1p_y.y"
{ yyval.a_aid.oid = yyvsp[0].a_oid; }
break;
case 42:
#line 628 "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 43:
#line 639 "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 44:
#line 644 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-2].a_xports;
TQ_ADD(&(yyval.a_xports->members), yyvsp[0].a_expr, next);
}
break;
case 45:
#line 651 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
}
break;
case 46:
#line 657 "asn1p_y.y"
{ /* Completely equivalent to above */
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
}
break;
case 47:
#line 663 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_REFERENCE;
}
break;
case 48:
#line 672 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-1].a_xports;
}
break;
case 49:
#line 675 "asn1p_y.y"
{
yyval.a_xports = 0;
}
break;
case 50:
#line 678 "asn1p_y.y"
{
/* Empty EXPORTS clause effectively prohibits export. */
yyval.a_xports = asn1p_xports_new();
checkmem(yyval.a_xports);
}
break;
case 51:
#line 686 "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 52:
#line 691 "asn1p_y.y"
{
yyval.a_xports = yyvsp[-2].a_xports;
TQ_ADD(&(yyval.a_xports->members), yyvsp[0].a_expr, next);
}
break;
case 53:
#line 698 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_EXPORTVAR;
}
break;
case 54:
#line 704 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[-2].tv_str;
yyval.a_expr->expr_type = A1TC_EXPORTVAR;
}
break;
case 55:
#line 710 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->Identifier = yyvsp[0].tv_str;
yyval.a_expr->expr_type = A1TC_EXPORTVAR;
}
break;
case 56:
#line 719 "asn1p_y.y"
{ yyval.a_constr = yyvsp[-1].a_constr; }
break;
case 57:
#line 722 "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 58:
#line 732 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 59:
#line 745 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 60:
#line 755 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 61:
#line 775 "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 62:
#line 781 "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 63:
#line 797 "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 64:
#line 803 "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 65:
#line 811 "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 66:
#line 820 "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 67:
#line 831 "asn1p_y.y"
{
yyval.a_parg.governor = NULL;
yyval.a_parg.argument = yyvsp[0].tv_str;
}
break;
case 68:
#line 835 "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 69:
#line 842 "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 70:
#line 849 "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 71:
#line 857 "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 72:
#line 868 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 73:
#line 873 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 74:
#line 880 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 75:
#line 883 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 76:
#line 891 "asn1p_y.y"
{
asn1p_ref_t *ref;
yyval.a_expr = asn1p_expr_new(yylineno);
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 77:
#line 902 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
yyval.a_expr->expr_type = A1TC_VALUESET;
yyval.a_expr->meta_type = AMT_VALUESET;
yyval.a_expr->constraints = yyvsp[0].a_constr;
}
break;
case 78:
#line 925 "asn1p_y.y"
{ yyval.a_expr = asn1p_expr_new(yylineno); }
break;
case 79:
#line 926 "asn1p_y.y"
{ yyval.a_expr = yyvsp[0].a_expr; }
break;
case 80:
#line 929 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 81:
#line 934 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 82:
#line 941 "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 83:
#line 948 "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 84:
#line 954 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 85:
#line 961 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 86:
#line 967 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 87:
#line 972 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 88:
#line 979 "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 89:
#line 984 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 90:
#line 987 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
_fixup_anonymous_identifier(yyval.a_expr);
}
break;
case 91:
#line 994 "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 92:
#line 1004 "asn1p_y.y"
{ yyval.a_int = 0; }
break;
case 93:
#line 1005 "asn1p_y.y"
{ yyval.a_int = 1; }
break;
case 94:
#line 1009 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 95:
#line 1016 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 96:
#line 1026 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 97:
#line 1036 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 98:
#line 1047 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 99:
#line 1057 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 100:
#line 1068 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 101:
#line 1078 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 102:
#line 1089 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 103:
#line 1101 "asn1p_y.y"
{ yyval.a_wsynt = 0; }
break;
case 104:
#line 1102 "asn1p_y.y"
{
yyval.a_wsynt = yyvsp[0].a_wsynt;
}
break;
case 105:
#line 1109 "asn1p_y.y"
{ asn1p_lexer_hack_enable_with_syntax(); }
break;
case 106:
#line 1111 "asn1p_y.y"
{
yyval.a_wsynt = yyvsp[-1].a_wsynt;
}
break;
case 107:
#line 1117 "asn1p_y.y"
{
yyval.a_wsynt = asn1p_wsyntx_new();
TQ_ADD(&(yyval.a_wsynt->chunks), yyvsp[0].a_wchunk, next);
}
break;
case 108:
#line 1121 "asn1p_y.y"
{
yyval.a_wsynt = yyvsp[-1].a_wsynt;
TQ_ADD(&(yyval.a_wsynt->chunks), yyvsp[0].a_wchunk, next);
}
break;
case 109:
#line 1128 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromstring(yyvsp[0].tv_opaque.buf, 0);
yyval.a_wchunk->type = WC_WHITESPACE;
}
break;
case 110:
#line 1132 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromstring(yyvsp[0].tv_str, 0);
}
break;
case 111:
#line 1135 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromstring(yyvsp[0].a_refcomp.name, 0);
yyval.a_wchunk->type = WC_FIELD;
}
break;
case 112:
#line 1139 "asn1p_y.y"
{
yyval.a_wchunk = asn1p_wsyntx_chunk_fromsyntax(yyvsp[-1].a_wsynt);
}
break;
case 113:
#line 1145 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 114:
#line 1153 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 115:
#line 1162 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 116:
#line 1174 "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 117:
#line 1196 "asn1p_y.y"
{
yyval.a_int = asn1p_as_pointer ? EM_INDIRECT : 0;
asn1p_as_pointer = 0;
}
break;
case 118:
#line 1203 "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 119:
#line 1222 "asn1p_y.y"
{
yyval.a_expr = yyvsp[0].a_expr;
}
break;
case 120:
#line 1225 "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 121:
#line 1231 "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 122:
#line 1237 "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 123:
#line 1243 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 124:
#line 1253 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 125:
#line 1263 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = ASN_TYPE_ANY;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 126:
#line 1269 "asn1p_y.y"
{
int ret;
yyval.a_expr = asn1p_expr_new(yylineno);
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 127:
#line 1280 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 128:
#line 1295 "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 129:
#line 1303 "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 130:
#line 1313 "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 131:
#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[-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 132:
#line 1333 "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 133:
#line 1341 "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 134:
#line 1363 "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 135:
#line 1371 "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 137:
#line 1384 "asn1p_y.y"
{
yyval.a_refcomp.lex_type = RLT_AmpUppercase;
yyval.a_refcomp.name = yyvsp[0].tv_str;
}
break;
case 138:
#line 1389 "asn1p_y.y"
{
yyval.a_refcomp.lex_type = RLT_Amplowercase;
yyval.a_refcomp.name = yyvsp[0].tv_str;
}
break;
case 139:
#line 1398 "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 140:
#line 1402 "asn1p_y.y"
{
yyval.a_ref = yyval.a_ref;
asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_AmpUppercase);
}
break;
case 141:
#line 1406 "asn1p_y.y"
{
yyval.a_ref = yyval.a_ref;
asn1p_ref_add_component(yyval.a_ref, yyvsp[0].tv_str, RLT_Amplowercase);
}
break;
case 142:
#line 1413 "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 143:
#line 1433 "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 146:
#line 1445 "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 147:
#line 1452 "asn1p_y.y"
{ asn1p_lexer_hack_push_opaque_state(); }
break;
case 148:
#line 1452 "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 149:
#line 1457 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_NULL;
}
break;
case 150:
#line 1465 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_FALSE;
}
break;
case 151:
#line 1470 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_TRUE;
}
break;
case 152:
#line 1475 "asn1p_y.y"
{
yyval.a_value = _convert_bitstring2binary(yyvsp[0].tv_str, 'B');
checkmem(yyval.a_value);
}
break;
case 153:
#line 1479 "asn1p_y.y"
{
yyval.a_value = _convert_bitstring2binary(yyvsp[0].tv_str, 'H');
checkmem(yyval.a_value);
}
break;
case 154:
#line 1483 "asn1p_y.y"
{
yyval.a_value = yyval.a_value;
}
break;
case 155:
#line 1486 "asn1p_y.y"
{
yyval.a_value = yyvsp[0].a_value;
}
break;
case 156:
#line 1492 "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 157:
#line 1503 "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 158:
#line 1521 "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 159:
#line 1525 "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 160:
#line 1530 "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 161:
#line 1564 "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 162:
#line 1573 "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 163:
#line 1588 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_BOOLEAN; }
break;
case 164:
#line 1589 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_NULL; }
break;
case 165:
#line 1590 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_REAL; }
break;
case 166:
#line 1591 "asn1p_y.y"
{ yyval.a_type = yyvsp[0].a_type; }
break;
case 167:
#line 1592 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_OCTET_STRING; }
break;
case 168:
#line 1593 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_OBJECT_IDENTIFIER; }
break;
case 169:
#line 1594 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_RELATIVE_OID; }
break;
case 170:
#line 1595 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_EXTERNAL; }
break;
case 171:
#line 1596 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_EMBEDDED_PDV; }
break;
case 172:
#line 1597 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_CHARACTER_STRING; }
break;
case 173:
#line 1598 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_UTCTime; }
break;
case 174:
#line 1599 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_GeneralizedTime; }
break;
case 175:
#line 1600 "asn1p_y.y"
{ yyval.a_type = yyvsp[0].a_type; }
break;
case 176:
#line 1607 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_INTEGER; }
break;
case 177:
#line 1608 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_ENUMERATED; }
break;
case 178:
#line 1609 "asn1p_y.y"
{ yyval.a_type = ASN_BASIC_BIT_STRING; }
break;
case 179:
#line 1613 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
yyval.a_expr->expr_type = yyvsp[0].a_type;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 180:
#line 1619 "asn1p_y.y"
{
if(yyvsp[0].a_expr) {
yyval.a_expr = yyvsp[0].a_expr;
} else {
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
}
yyval.a_expr->expr_type = yyvsp[-1].a_type;
yyval.a_expr->meta_type = AMT_TYPE;
}
break;
case 181:
#line 1632 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_BMPString; }
break;
case 182:
#line 1633 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_GeneralString;
fprintf(stderr, "WARNING: GeneralString is not fully supported\n");
}
break;
case 183:
#line 1637 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_GraphicString;
fprintf(stderr, "WARNING: GraphicString is not fully supported\n");
}
break;
case 184:
#line 1641 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_IA5String; }
break;
case 185:
#line 1642 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_ISO646String; }
break;
case 186:
#line 1643 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_NumericString; }
break;
case 187:
#line 1644 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_PrintableString; }
break;
case 188:
#line 1645 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_T61String;
fprintf(stderr, "WARNING: T61String is not fully supported\n");
}
break;
case 189:
#line 1649 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_TeletexString; }
break;
case 190:
#line 1650 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_UniversalString; }
break;
case 191:
#line 1651 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_UTF8String; }
break;
case 192:
#line 1652 "asn1p_y.y"
{
yyval.a_type = ASN_STRING_VideotexString;
fprintf(stderr, "WARNING: VideotexString is not fully supported\n");
}
break;
case 193:
#line 1656 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_VisibleString; }
break;
case 194:
#line 1657 "asn1p_y.y"
{ yyval.a_type = ASN_STRING_ObjectDescriptor; }
break;
case 200:
#line 1669 "asn1p_y.y"
{ yyval.a_constr = 0; }
break;
case 201:
#line 1670 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 202:
#line 1676 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_SET, yyvsp[0].a_constr, 0);
}
break;
case 203:
#line 1679 "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 204:
#line 1689 "asn1p_y.y"
{
yyval.a_constr = yyvsp[-1].a_constr;
}
break;
case 205:
#line 1692 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_SET, yyvsp[-3].a_constr, yyvsp[-1].a_constr);
}
break;
case 206:
#line 1698 "asn1p_y.y"
{
yyval.a_constr = asn1p_constraint_new(yylineno);
yyval.a_constr->type = ACT_EL_EXT;
}
break;
case 207:
#line 1702 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 208:
#line 1705 "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 209:
#line 1711 "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 210:
#line 1722 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 211:
#line 1725 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_AEX, yyvsp[0].a_constr, 0);
}
break;
case 212:
#line 1728 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_UNI, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 213:
#line 1731 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_INT, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 214:
#line 1734 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_EXC, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 215:
#line 1740 "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 216:
#line 1748 "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 217:
#line 1756 "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 218:
#line 1762 "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 219:
#line 1768 "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 220:
#line 1775 "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 221:
#line 1783 "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 222:
#line 1791 "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 223:
#line 1800 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 224:
#line 1803 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 225:
#line 1807 "asn1p_y.y"
{ asn1p_lexer_hack_push_opaque_state(); }
break;
case 226:
#line 1807 "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 227:
#line 1818 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_RANGE; }
break;
case 228:
#line 1819 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_RLRANGE; }
break;
case 229:
#line 1820 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_LLRANGE; }
break;
case 230:
#line 1821 "asn1p_y.y"
{ yyval.a_ctype = ACT_EL_ULRANGE; }
break;
case 231:
#line 1825 "asn1p_y.y"
{
yyval.a_ctype = ACT_CT_SIZE;
}
break;
case 232:
#line 1828 "asn1p_y.y"
{
yyval.a_ctype = ACT_CT_FROM;
}
break;
case 233:
#line 1834 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(0);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_FALSE;
}
break;
case 234:
#line 1839 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(1);
checkmem(yyval.a_value);
yyval.a_value->type = ATV_TRUE;
}
break;
case 237:
#line 1846 "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 238:
#line 1860 "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 239:
#line 1874 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_WCOMP, yyvsp[0].a_constr, 0);
}
break;
case 240:
#line 1877 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_WCOMPS, yyvsp[-1].a_constr, 0);
}
break;
case 241:
#line 1883 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 242:
#line 1886 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CT_WCOMPS, yyvsp[-2].a_constr, yyvsp[0].a_constr);
}
break;
case 243:
#line 1892 "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 244:
#line 1898 "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 245:
#line 1912 "asn1p_y.y"
{ yyval.a_pres = ACPRES_DEFAULT; }
break;
case 246:
#line 1913 "asn1p_y.y"
{ yyval.a_pres = yyvsp[0].a_pres; }
break;
case 247:
#line 1917 "asn1p_y.y"
{
yyval.a_pres = ACPRES_PRESENT;
}
break;
case 248:
#line 1920 "asn1p_y.y"
{
yyval.a_pres = ACPRES_ABSENT;
}
break;
case 249:
#line 1923 "asn1p_y.y"
{
yyval.a_pres = ACPRES_OPTIONAL;
}
break;
case 250:
#line 1929 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 251:
#line 1932 "asn1p_y.y"
{
yyval.a_constr = yyvsp[0].a_constr;
}
break;
case 252:
#line 1941 "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 253:
#line 1956 "asn1p_y.y"
{
CONSTRAINT_INSERT(yyval.a_constr, ACT_CA_CRC, yyvsp[-3].a_constr, yyvsp[-1].a_constr);
}
break;
case 254:
#line 1962 "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 255:
#line 1968 "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 256:
#line 1982 "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 257:
#line 1993 "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 258:
#line 2009 "asn1p_y.y"
{
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 259:
#line 2012 "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 260:
#line 2030 "asn1p_y.y"
{
yyval.a_marker.flags = EM_NOMARK;
yyval.a_marker.default_value = 0;
}
break;
case 261:
#line 2034 "asn1p_y.y"
{ yyval.a_marker = yyvsp[0].a_marker; }
break;
case 262:
#line 2038 "asn1p_y.y"
{
yyval.a_marker.flags = EM_OPTIONAL | EM_INDIRECT;
yyval.a_marker.default_value = 0;
}
break;
case 263:
#line 2042 "asn1p_y.y"
{
yyval.a_marker.flags = EM_DEFAULT;
yyval.a_marker.default_value = yyvsp[0].a_value;
}
break;
case 264:
#line 2065 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
}
break;
case 265:
#line 2069 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-1].a_expr;
}
break;
case 266:
#line 2075 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
checkmem(yyval.a_expr);
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 267:
#line 2080 "asn1p_y.y"
{
yyval.a_expr = yyvsp[-2].a_expr;
asn1p_expr_add(yyval.a_expr, yyvsp[0].a_expr);
}
break;
case 268:
#line 2087 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 269:
#line 2094 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 270:
#line 2102 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 271:
#line 2110 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 272:
#line 2117 "asn1p_y.y"
{
yyval.a_expr = asn1p_expr_new(yylineno);
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 273:
#line 2128 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(yyvsp[0].a_int);
checkmem(yyval.a_value);
}
break;
case 274:
#line 2132 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromint(yyvsp[0].a_int);
checkmem(yyval.a_value);
}
break;
case 276:
#line 2140 "asn1p_y.y"
{
yyval.a_value = asn1p_value_fromdouble(yyvsp[0].a_dbl);
checkmem(yyval.a_value);
}
break;
case 277:
#line 2171 "asn1p_y.y"
{ memset(&yyval.a_tag, 0, sizeof(yyval.a_tag)); }
break;
case 278:
#line 2172 "asn1p_y.y"
{ yyval.a_tag = yyvsp[0].a_tag; }
break;
case 279:
#line 2176 "asn1p_y.y"
{
yyval.a_tag = yyvsp[-1].a_tag;
yyval.a_tag.tag_mode = yyvsp[0].a_tag.tag_mode;
}
break;
case 280:
#line 2183 "asn1p_y.y"
{
yyval.a_tag = yyvsp[-2].a_tag;
yyval.a_tag.tag_value = yyvsp[-1].a_int;
}
break;
case 281:
#line 2189 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_CONTEXT_SPECIFIC; }
break;
case 282:
#line 2190 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_UNIVERSAL; }
break;
case 283:
#line 2191 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_APPLICATION; }
break;
case 284:
#line 2192 "asn1p_y.y"
{ yyval.a_tag.tag_class = TC_PRIVATE; }
break;
case 285:
#line 2196 "asn1p_y.y"
{ yyval.a_tag.tag_mode = TM_DEFAULT; }
break;
case 286:
#line 2197 "asn1p_y.y"
{ yyval.a_tag.tag_mode = TM_IMPLICIT; }
break;
case 287:
#line 2198 "asn1p_y.y"
{ yyval.a_tag.tag_mode = TM_EXPLICIT; }
break;
case 288:
#line 2202 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 289:
#line 2206 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 290:
#line 2214 "asn1p_y.y"
{
checkmem(yyvsp[0].tv_str);
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 291:
#line 2221 "asn1p_y.y"
{ yyval.tv_str = 0; }
break;
case 292:
#line 2222 "asn1p_y.y"
{
yyval.tv_str = yyvsp[0].tv_str;
}
break;
case 293:
#line 2228 "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 4297 "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 2234 "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;
}