• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop AutoTools Parser
 

KDevelop AutoTools Parser

  • buildtools
  • lib
  • parsers
  • autotools
autotools_yacc.h
1 /* A Bison parser, made by GNU Bison 1.875d. */
2 
3 /* Skeleton parser for Yacc-like parsing with Bison,
4  Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5 
6  This program is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2, or (at your option)
9  any later version.
10 
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License
17  along with this program; if not, write to the Free Software
18  Foundation, Inc., 51 Franklin Street, Fifth Floor,
19  Boston, MA 02110-1301, USA. */
20 
21 /* As a special exception, when this file is copied by Bison into a
22  Bison output file, you may use that output file without restriction.
23  This special exception was added by the Free Software Foundation
24  in version 1.24 of Bison. */
25 
26 /* Tokens. */
27 #ifndef YYTOKENTYPE
28 # define YYTOKENTYPE
29  /* Put the tokens into the symbol table, so that GDB and other debuggers
30  know about them. */
31  enum yytokentype {
32  ID_SIMPLE = 258,
33  ID_LIST = 259,
34  LBRACE = 260,
35  EQ = 261,
36  PLUSEQ = 262,
37  MINUSQE = 263,
38  STAREQ = 264,
39  TILDEEQ = 265,
40  RBRACE = 266,
41  COLON = 267,
42  NUMSIGN = 268,
43  NEWLINE = 269,
44  NUMBER = 270,
45  COMMENT = 271,
46  CONT = 272,
47  DOT = 273,
48  RCURLY = 274,
49  LCURLY = 275,
50  ID_ARGS = 276,
51  LIST_COMMENT = 277,
52  ID_LIST_SINGLE = 278,
53  IF_KEYWORD = 279,
54  ELSE_KEYWORD = 280,
55  ENDIF_KEYWORD = 281,
56  KEYWORD = 282,
57  RULE = 283
58  };
59 #endif
60 #define ID_SIMPLE 258
61 #define ID_LIST 259
62 #define LBRACE 260
63 #define EQ 261
64 #define PLUSEQ 262
65 #define MINUSQE 263
66 #define STAREQ 264
67 #define TILDEEQ 265
68 #define RBRACE 266
69 #define COLON 267
70 #define NUMSIGN 268
71 #define NEWLINE 269
72 #define NUMBER 270
73 #define COMMENT 271
74 #define CONT 272
75 #define DOT 273
76 #define RCURLY 274
77 #define LCURLY 275
78 #define ID_ARGS 276
79 #define LIST_COMMENT 277
80 #define ID_LIST_SINGLE 278
81 #define IF_KEYWORD 279
82 #define ELSE_KEYWORD 280
83 #define ENDIF_KEYWORD 281
84 #define KEYWORD 282
85 #define RULE 283
86 
87 
88 
89 
90 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
91 typedef int YYSTYPE;
92 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
93 # define YYSTYPE_IS_DECLARED 1
94 # define YYSTYPE_IS_TRIVIAL 1
95 #endif
96 
97 extern YYSTYPE yylval;
98 
99 
100 

KDevelop AutoTools Parser

Skip menu "KDevelop AutoTools Parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop AutoTools Parser

Skip menu "KDevelop AutoTools Parser"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop AutoTools Parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.