⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css_syntax.c

📁 著名的标准C++的html解析器
💻 C
📖 第 1 页 / 共 4 页
字号:
/* A Bison parser, made from css_syntax.y   by GNU bison 1.35.  */#define YYBISON 1  /* Identify Bison output.  */# define	IMPORT_SYM	257# define	IMPORTANT_SYM	258# define	IDENT	259# define	STRING	260# define	NUMBER	261# define	PERCENTAGE	262# define	LENGTH	263# define	EMS	264# define	EXS	265# define	LINK_PSCLASS_AFTER_IDENT	266# define	VISITED_PSCLASS_AFTER_IDENT	267# define	ACTIVE_PSCLASS_AFTER_IDENT	268# define	FIRST_LINE_AFTER_IDENT	269# define	FIRST_LETTER_AFTER_IDENT	270# define	HASH_AFTER_IDENT	271# define	CLASS_AFTER_IDENT	272# define	LINK_PSCLASS	273# define	VISITED_PSCLASS	274# define	ACTIVE_PSCLASS	275# define	FIRST_LINE	276# define	FIRST_LETTER	277# define	HASH	278# define	CLASS	279# define	URL	280# define	RGB	281# define	CDO	282# define	CDC	283# define	CSL	284#line 1 "css_syntax.y"#include <stdio.h>#include <string.h>#include "css_lex.h"#include "parser.h"#define YYPARSE_PARAM yyparam#define YYERROR_VERBOSE 1//#define YYDEBUG 1#line 15 "css_syntax.y"#ifndef YYSTYPEtypedef union {	char *lexeme;	char letter;	struct property_t *property;	struct selector_t *selector;	struct selector_list_t *selector_list;	int pseudo_class;	int pseudo_element;} yystype;# define YYSTYPE yystype# define YYSTYPE_IS_TRIVIAL 1#endif#ifndef YYDEBUG# define YYDEBUG 0#endif#define	YYFINAL		99#define	YYFLAG		-32768#define	YYNTBASE	39/* YYTRANSLATE(YYLEX) -- Bison token number corresponding to YYLEX. */#define YYTRANSLATE(x) ((unsigned)(x) <= 284 ? yytranslate[x] : 70)/* YYTRANSLATE[YYLEX] -- Bison token number corresponding to YYLEX. */static const 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,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,    33,    35,    32,     2,    34,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,    38,    31,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,    36,     2,    37,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     2,     2,     2,     2,       2,     2,     2,     2,     2,     2,     1,     3,     4,     5,       6,     7,     8,     9,    10,    11,    12,    13,    14,    15,      16,    17,    18,    19,    20,    21,    22,    23,    24,    25,      26,    27,    28,    29,    30};#if YYDEBUGstatic const short yyprhs[] ={       0,     0,     4,     8,     9,    13,    14,    17,    18,    20,      22,    24,    28,    30,    32,    34,    36,    38,    40,    41,      43,    48,    50,    54,    56,    60,    63,    66,    68,    70,      73,    75,    77,    80,    85,    89,    93,    97,   100,   103,     106,   108,   112,   115,   118,   120,   123,   125,   127,   129,     131,   133,   135,   137,   139,   141,   143,   145,   147,   149,     151,   153,   155,   157,   162,   166,   168,   169,   171,   173,     177,   180,   183,   185,   187,   189,   191,   193,   195,   197,     199,   201,   203,   205,   207};static const short yyrhs[] ={      42,    41,    40,     0,    49,    42,    40,     0,     0,    44,      42,    41,     0,     0,    42,    43,     0,     0,    28,     0,      29,     0,    30,     0,     3,    45,    31,     0,     6,     0,      26,     0,    32,     0,    33,     0,    34,     0,    35,     0,       0,     5,     0,    50,    36,    51,    37,     0,    52,     0,      52,    35,    50,     0,    64,     0,    64,    31,    51,     0,      53,    60,     0,    53,    61,     0,    53,     0,    61,     0,      52,     1,     0,     1,     0,    54,     0,    54,    53,     0,      55,    62,    58,    56,     0,    55,    62,    56,     0,    55,      58,    56,     0,    55,    62,    58,     0,    55,    62,     0,      55,    58,     0,    55,    56,     0,    55,     0,    63,    58,      56,     0,    63,    58,     0,    63,    56,     0,    63,     0,      59,    56,     0,    59,     0,    57,     0,     5,     0,    12,       0,    13,     0,    14,     0,    19,     0,    20,     0,    21,       0,    18,     0,    25,     0,    16,     0,    15,     0,    23,       0,    22,     0,    17,     0,    24,     0,    48,    38,    66,      65,     0,    48,    38,    66,     0,     1,     0,     0,     4,       0,    67,     0,    66,    47,    67,     0,    66,     1,     0,      46,    68,     0,    68,     0,     7,     0,     6,     0,     8,       0,     9,     0,    10,     0,    11,     0,     5,     0,    69,       0,    26,     0,    27,     0,    24,     0,    17,     0};#endif#if YYDEBUG/* YYRLINE[YYN] -- source line where rule number YYN was defined. */static const short yyrline[] ={       0,    96,   102,   114,   118,   119,   123,   124,   128,   129,     130,   134,   138,   139,   163,   164,   168,   169,   170,   174,     178,   194,   204,   219,   222,   233,   241,   249,   250,   251,     252,   256,   257,   270,   280,   290,   300,   310,   320,   330,     340,   350,   360,   370,   380,   390,   400,   410,   423,   427,     428,   429,   433,   434,   435,   439,   443,   447,   448,   452,     462,   479,   483,   487,   496,   505,   506,   512,   516,   517,     527,   531,   539,   543,   544,   545,   546,   547,   548,   549,     550,   551,   552,   560,   565};#endif#if (YYDEBUG) || defined YYERROR_VERBOSE/* YYTNAME[TOKEN_NUM] -- String name of the token TOKEN_NUM. */static const char *const yytname[] ={  "$", "error", "$undefined.", "IMPORT_SYM", "IMPORTANT_SYM", "IDENT",   "STRING", "NUMBER", "PERCENTAGE", "LENGTH", "EMS", "EXS",   "LINK_PSCLASS_AFTER_IDENT", "VISITED_PSCLASS_AFTER_IDENT",   "ACTIVE_PSCLASS_AFTER_IDENT", "FIRST_LINE_AFTER_IDENT",   "FIRST_LETTER_AFTER_IDENT", "HASH_AFTER_IDENT", "CLASS_AFTER_IDENT",   "LINK_PSCLASS", "VISITED_PSCLASS", "ACTIVE_PSCLASS", "FIRST_LINE",   "FIRST_LETTER", "HASH", "CLASS", "URL", "RGB", "CDO", "CDC", "CSL",   "';'", "'-'", "'+'", "'/'", "','", "'{'", "'}'", "':'", "stylesheet",   "rulesets", "imports", "comments", "comment", "import", "string_or_url",   "unary_operator", "operator", "property", "ruleset", "selectors",   "declarations", "selector", "simple_selectors", "simple_selector",   "element_name", "pseudo_class", "solitary_pseudo_class", "class",   "solitary_class", "pseudo_element", "solitary_pseudo_element", "id",   "solitary_id", "declaration", "prio", "expr", "term", "value",   "hexcolor", 0};#endif/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */static const short yyr1[] ={       0,    39,    40,    40,    41,    41,    42,    42,    43,    43,      43,    44,    45,    45,    46,    46,    47,    47,    47,    48,      49,    50,    50,    51,    51,    52,    52,    52,    52,    52,      52,    53,    53,    54,    54,    54,    54,    54,    54,    54,      54,    54,    54,    54,    54,    54,    54,    54,    55,    56,      56,    56,    57,    57,    57,    58,    59,    60,    60,    61,      61,    62,    63,    64,    64,    64,    64,    65,    66,    66,      66,    67,    67,    68,    68,    68,    68,    68,    68,    68,      68,    68,    68,    69,    69};/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */static const short yyr2[] ={       0,     3,     3,     0,     3,     0,     2,     0,     1,     1,       1,     3,     1,     1,     1,     1,     1,     1,     0,     1,       4,     1,     3,     1,     3,     2,     2,     1,     1,     2,       1,     1,     2,     4,     3,     3,     3,     2,     2,     2,       1,     3,     2,     2,     1,     2,     1,     1,     1,     1,       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,       1,     1,     1,     4,     3,     1,     0,     1,     1,     3,       2,     2,     1,     1,     1,     1,     1,     1,     1,     1,       1,     1,     1,     1,     1};/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE   doesn't specify something else to do.  Zero means the default is an   error. */static const short yydefact[] ={       7,     5,     0,     8,     9,    10,     0,     6,     7,    12,      13,     0,    30,    48,    52,    53,    54,    60,    59,    62,      56,     1,     7,     0,     0,    27,    31,    40,    47,    46,      28,    44,     5,    11,     0,     0,    29,     0,    58,    57,      25,    26,    32,    49,    50,    51,    61,    55,    39,    38,      37,    45,    43,    42,     4,     2,    65,    19,     0,     0,      23,    22,    35,    34,    36,    41,     0,    20,     0,    33,      79,    74,    73,    75,    76,    77,    78,    84,    83,    81,      82,    14,    15,     0,     0,    68,    72,    80,    24,    71,      70,    67,    16,    17,     0,    63,    69,     0,     0,     0};static const short yydefgoto[] ={      97,    21,     6,     1,     7,     8,    11,    83,    94,    58,      22,    23,    59,    24,    25,    26,    27,    48,    28,    49,      29,    40,    30,    50,    31,    60,    95,    84,    85,    86,      87};static const short yypact[] ={  -32768,    26,    -5,-32768,-32768,-32768,    86,-32768,-32768,-32768,  -32768,   -29,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,  -32768,-32768,-32768,   -24,    13,   113,    38,   132,-32768,    80,  -32768,   139,    26,-32768,    45,    10,-32768,    95,-32768,-32768,  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,    80,     139,-32768,-32768,    80,-32768,-32768,-32768,-32768,   -21,   -18,      -9,-32768,-32768,-32768,    80,-32768,    71,-32768,    10,-32768,  -32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,-32768,  -32768,-32768,-32768,   116,    -1,-32768,-32768,-32768,-32768,-32768,  -32768,-32768,-32768,-32768,    71,-32768,-32768,    24,    28,-32768};static const short yypgoto[] ={  -32768,     1,     8,     5,-32768,-32768,-32768,-32768,-32768,-32768,  -32768,     0,   -17,-32768,    18,-32768,-32768,   -11,-32768,    21,  -32768,-32768,    35,-32768,-32768,-32768,-32768,-32768,   -33,     2,  -32768};#define	YYLAST		157static const short yytable[] ={      90,     9,    33,    91,   -18,   -18,   -18,   -18,   -18,   -18,     -18,    56,    35,    32,    36,    57,   -18,    66,    51,    67,      52,    10,    68,   -18,    98,   -18,   -18,    34,    99,     2,     -64,   -18,   -18,    92,    93,    55,   -64,    61,    62,    63,      54,   -66,    65,    13,    42,    -3,    12,   -66,    37,   -21,      13,    88,    53,    69,     3,     4,     5,    14,    15,    16,      41,    96,    19,    20,    14,    15,    16,    17,    18,    19,      20,    64,     0,     3,     4,     5,    70,    71,    72,    73,      74,    75,    76,     0,     0,    89,    -3,    12,    77,     0,       0,    13,    43,    44,    45,    78,    12,    79,    80,     0,      13,     0,     0,    81,    82,    14,    15,    16,    17,    18,      19,    20,     0,     0,    14,    15,    16,    17,    18,    19,      20,    70,    71,    72,    73,    74,    75,    76,    38,    39,       0,     0,     0,    77,     0,    17,    18,     0,     0,     0,      78,     0,    79,    80,    43,    44,    45,     0,     0,    46,      47,    43,    44,    45,     0,     0,     0,    47};static const short yycheck[] ={       1,     6,    31,     4,     5,     6,     7,     8,     9,    10,      11,     1,    36,     8,     1,     5,    17,    38,    29,    37,      31,    26,    31,    24,     0,    26,    27,    22,     0,     3,      31,    32,    33,    34,    35,    34,    37,    37,    49,    50,      32,    31,    53,     5,    26,     0,     1,    37,    35,    36,       5,    68,    31,    64,    28,    29,    30,    19,    20,    21,      25,    94,    24,    25,    19,    20,    21,    22,    23,    24,      25,    50,    -1,    28,    29,    30,     5,     6,     7,     8,       9,    10,    11,    -1,    -1,    83,     0,     1,    17,    -1,      -1,     5,    12,    13,    14,    24,     1,    26,    27,    -1,       5,    -1,    -1,    32,    33,    19,    20,    21,    22,    23,      24,    25,    -1,    -1,    19,    20,    21,    22,    23,    24,      25,     5,     6,     7,     8,     9,    10,    11,    15,    16,      -1,    -1,    -1,    17,    -1,    22,    23,    -1,    -1,    -1,      24,    -1,    26,    27,    12,    13,    14,    -1,    -1,    17,      18,    12,    13,    14,    -1,    -1,    -1,    18};#define YYPURE 1/* -*-C-*-  Note some compilers choke on comments on `#line' lines.  */#line 3 "/usr/share/bison/bison.simple"/* Skeleton output parser for 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.  *//* This is the parser code that is written into each bison parser when   the %semantic_parser declaration is not specified in the grammar.   It was written by Richard Stallman by simplifying the hairy parser   used when %semantic_parser is specified.  *//* 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.  */#if ! defined (yyoverflow) || defined (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) || defined (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;# if YYLSP_NEEDED  YYLTYPE yyls;# endif};/* 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.  */# if YYLSP_NEEDED#  define YYSTACK_BYTES(N) \     ((N) * (sizeof (short) + sizeof (YYSTYPE) + sizeof (YYLTYPE))	\      + 2 * YYSTACK_GAP_MAX)# else#  define YYSTACK_BYTES(N) \     ((N) * (sizeof (short) + sizeof (YYSTYPE))				\      + YYSTACK_GAP_MAX)# endif/* 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 (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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -