recutils
rec-sex-tab.h
Go to the documentation of this file.
1 /* A Bison parser, made by GNU Bison 3.0.4. */
2 
3 /* Bison interface for Yacc-like parsers in C
4 
5  Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
6 
7  This program is free software: you can redistribute it and/or modify
8  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation, either version 3 of the License, or
10  (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 
20 /* As a special exception, you may create a larger work that contains
21  part or all of the Bison parser skeleton and distribute that work
22  under terms of your choice, so long as that work isn't itself a
23  parser generator using the skeleton or a modified version thereof
24  as a parser skeleton. Alternatively, if you modify or redistribute
25  the parser skeleton itself, you may (at your option) remove this
26  special exception, which will cause the skeleton and the resulting
27  Bison output files to be licensed under the GNU General Public
28  License without this special exception.
29 
30  This special exception was added by the Free Software Foundation in
31  version 2.2 of Bison. */
32 
33 #ifndef YY_SEX_REC_SEX_TAB_H_INCLUDED
34 # define YY_SEX_REC_SEX_TAB_H_INCLUDED
35 /* Debug traces. */
36 #ifndef YYDEBUG
37 # define YYDEBUG 0
38 #endif
39 #if YYDEBUG
40 extern int sexdebug;
41 #endif
42 
43 /* Token type. */
44 #ifndef YYTOKENTYPE
45 # define YYTOKENTYPE
47  {
79  REC_SEX_TOK_SHARP = 289
80  };
81 #endif
82 
83 /* Value type. */
84 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
85 
86 union YYSTYPE
87 {
88 #line 92 "../../src/rec-sex-tab.y" /* yacc.c:1909 */
89 
92 
93 #line 94 "rec-sex-tab.h" /* yacc.c:1909 */
94 };
95 
96 typedef union YYSTYPE YYSTYPE;
97 # define YYSTYPE_IS_TRIVIAL 1
98 # define YYSTYPE_IS_DECLARED 1
99 #endif
100 
101 
102 
103 int sexparse (rec_sex_parser_t sex_parser);
104 
105 #endif /* !YY_SEX_REC_SEX_TAB_H_INCLUDED */
yytokentype
Definition: rec-sex-tab.h:47
@ REC_SEX_TOK_OR
Definition: rec-sex-tab.h:56
@ REC_SEX_TOK_ADD
Definition: rec-sex-tab.h:67
@ REC_SEX_TOK_COLON
Definition: rec-sex-tab.h:52
@ REC_SEX_TOK_SAMETIME
Definition: rec-sex-tab.h:63
@ REC_SEX_TOK_GT
Definition: rec-sex-tab.h:60
@ REC_SEX_TOK_AMP
Definition: rec-sex-tab.h:72
@ REC_SEX_TOK_LT
Definition: rec-sex-tab.h:59
@ REC_SEX_TOK_DIV
Definition: rec-sex-tab.h:69
@ REC_SEX_TOK_AFTER
Definition: rec-sex-tab.h:64
@ REC_SEX_TOK_GTE
Definition: rec-sex-tab.h:62
@ REC_SEX_TOK_BEFORE
Definition: rec-sex-tab.h:65
@ REC_SEX_TOK_LTE
Definition: rec-sex-tab.h:61
@ REC_SEX_TOK_NEG
Definition: rec-sex-tab.h:73
@ REC_SEX_TOK_STR
Definition: rec-sex-tab.h:50
@ REC_SEX_TOK_BP
Definition: rec-sex-tab.h:76
@ REC_SEX_TOK_MAT
Definition: rec-sex-tab.h:71
@ REC_SEX_TOK_REAL
Definition: rec-sex-tab.h:49
@ REC_SEX_TOK_AND
Definition: rec-sex-tab.h:55
@ REC_SEX_TOK_QM
Definition: rec-sex-tab.h:53
@ REC_SEX_TOK_MIN
Definition: rec-sex-tab.h:74
@ REC_SEX_TOK_MUL
Definition: rec-sex-tab.h:68
@ REC_SEX_TOK_NAM
Definition: rec-sex-tab.h:51
@ REC_SEX_TOK_SHARP
Definition: rec-sex-tab.h:79
@ REC_SEX_TOK_MOD
Definition: rec-sex-tab.h:70
@ REC_SEX_TOK_NOT
Definition: rec-sex-tab.h:75
@ REC_SEX_TOK_NEQ
Definition: rec-sex-tab.h:58
@ REC_SEX_TOK_EQL
Definition: rec-sex-tab.h:57
@ REC_SEX_TOK_IMPLIES
Definition: rec-sex-tab.h:54
@ REC_SEX_TOK_EP
Definition: rec-sex-tab.h:77
@ REC_SEX_TOK_INT
Definition: rec-sex-tab.h:48
@ REC_SEX_TOK_SUB
Definition: rec-sex-tab.h:66
@ REC_SEX_TOK_ERR
Definition: rec-sex-tab.h:78
int sexparse(rec_sex_parser_t sex_parser)
Definition: rec-sex-ast.c:41
Definition: rec-sex-ast.c:58
Definition: rec-sex-parser.c:41
Definition: rec-sex-tab.h:87
rec_sex_ast_t ast
Definition: rec-sex-tab.h:91
rec_sex_ast_node_t node
Definition: rec-sex-tab.h:90