Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:03:27

0001 /* A Bison parser, made by GNU Bison 3.7.4.  */
0002 
0003 /* Bison interface for Yacc-like parsers in C
0004 
0005    Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
0006    Inc.
0007 
0008    This program is free software: you can redistribute it and/or modify
0009    it under the terms of the GNU General Public License as published by
0010    the Free Software Foundation, either version 3 of the License, or
0011    (at your option) any later version.
0012 
0013    This program is distributed in the hope that it will be useful,
0014    but WITHOUT ANY WARRANTY; without even the implied warranty of
0015    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0016    GNU General Public License for more details.
0017 
0018    You should have received a copy of the GNU General Public License
0019    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
0020 
0021 /* As a special exception, you may create a larger work that contains
0022    part or all of the Bison parser skeleton and distribute that work
0023    under terms of your choice, so long as that work isn't itself a
0024    parser generator using the skeleton or a modified version thereof
0025    as a parser skeleton.  Alternatively, if you modify or redistribute
0026    the parser skeleton itself, you may (at your option) remove this
0027    special exception, which will cause the skeleton and the resulting
0028    Bison output files to be licensed under the GNU General Public
0029    License without this special exception.
0030 
0031    This special exception was added by the Free Software Foundation in
0032    version 2.2 of Bison.  */
0033 
0034 /* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
0035    especially those whose name start with YY_ or yy_.  They are
0036    private implementation details that can be changed or removed.  */
0037 
0038 #ifndef YY_EXPRINTRP_EXPRINTRP_EXPRINTRP_TAB_H_INCLUDED
0039 # define YY_EXPRINTRP_EXPRINTRP_EXPRINTRP_TAB_H_INCLUDED
0040 /* Debug traces.  */
0041 #ifndef YYDEBUG
0042 # define YYDEBUG 0
0043 #endif
0044 #if YYDEBUG
0045 extern int ExprIntrpdebug;
0046 #endif
0047 
0048 /* Token kinds.  */
0049 #ifndef YYTOKENTYPE
0050 # define YYTOKENTYPE
0051   enum yytokentype
0052   {
0053     YYEMPTY = -2,
0054     YYEOF = 0,                     /* "end of file"  */
0055     YYerror = 256,                 /* error  */
0056     YYUNDEF = 257,                 /* "invalid token"  */
0057     SUMOP = 258,                   /* SUMOP  */
0058     MINUSOP = 259,                 /* MINUSOP  */
0059     DIVIDEOP = 260,                /* DIVIDEOP  */
0060     EXPOP = 261,                   /* EXPOP  */
0061     MULTOP = 262,                  /* MULTOP  */
0062     PARENTHESIS = 263,             /* PARENTHESIS  */
0063     BRACKET = 264,                 /* BRACKET  */
0064     ENDPARENTHESIS = 265,          /* ENDPARENTHESIS  */
0065     ENDBRACKET = 266,              /* ENDBRACKET  */
0066     VALUE = 267,                   /* VALUE  */
0067     IDENTIFIER = 268,              /* IDENTIFIER  */
0068     COMMA = 269,                   /* COMMA  */
0069     DIFFERENTIAL = 270,            /* DIFFERENTIAL  */
0070     DERIVATE = 271,                /* DERIVATE  */
0071     DERIVKEY = 272,                /* DERIVKEY  */
0072     ASSIGNOP = 273,                /* ASSIGNOP  */
0073     DEASSIGNKEY = 274,             /* DEASSIGNKEY  */
0074     EQUALOP = 275,                 /* EQUALOP  */
0075     RELSEPARATOR = 276,            /* RELSEPARATOR  */
0076     CONSTKEY = 277,                /* CONSTKEY  */
0077     SUMKEY = 278,                  /* SUMKEY  */
0078     PRODKEY = 279                  /* PRODKEY  */
0079   };
0080   typedef enum yytokentype yytoken_kind_t;
0081 #endif
0082 
0083 /* Value type.  */
0084 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
0085 typedef int YYSTYPE;
0086 # define YYSTYPE_IS_TRIVIAL 1
0087 # define YYSTYPE_IS_DECLARED 1
0088 #endif
0089 
0090 
0091 extern YYSTYPE ExprIntrplval;
0092 
0093 int ExprIntrpparse (void);
0094 
0095 #endif /* !YY_EXPRINTRP_EXPRINTRP_EXPRINTRP_TAB_H_INCLUDED  */