1 /* A Bison parser, made by GNU Bison 2.4.3.  */
2 
3 /* Skeleton interface for Bison's Yacc-like parsers in C
4 
5       Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6    2009, 2010 Free Software Foundation, Inc.
7 
8    This program is free software: you can redistribute it and/or modify
9    it under the terms of the GNU General Public License as published by
10    the Free Software Foundation, either version 3 of the License, or
11    (at your option) any later version.
12 
13    This program is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    GNU General Public License for more details.
17 
18    You should have received a copy of the GNU General Public License
19    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
20 
21 /* As a special exception, you may create a larger work that contains
22    part or all of the Bison parser skeleton and distribute that work
23    under terms of your choice, so long as that work isn't itself a
24    parser generator using the skeleton or a modified version thereof
25    as a parser skeleton.  Alternatively, if you modify or redistribute
26    the parser skeleton itself, you may (at your option) remove this
27    special exception, which will cause the skeleton and the resulting
28    Bison output files to be licensed under the GNU General Public
29    License without this special exception.
30 
31    This special exception was added by the Free Software Foundation in
32    version 2.2 of Bison.  */
33 
34 
35 /* Tokens.  */
36 #ifndef YYTOKENTYPE
37 # define YYTOKENTYPE
38    /* Put the tokens into the symbol table, so that GDB and other debuggers
39       know about them.  */
40    enum yytokentype {
41      DOTDOT = 258,
42      EQUAL_EQUAL = 259,
43      GE = 260,
44      LE = 261,
45      MINUSMINUS = 262,
46      NOT = 263,
47      NOTEQUAL = 264,
48      PLUSPLUS = 265,
49      COLONCOLON = 266,
50      ARROW = 267,
51      GRING_CMD = 268,
52      BIGINTMAT_CMD = 269,
53      INTMAT_CMD = 270,
54      PROC_CMD = 271,
55      RING_CMD = 272,
56      BEGIN_RING = 273,
57      BUCKET_CMD = 274,
58      IDEAL_CMD = 275,
59      MAP_CMD = 276,
60      MATRIX_CMD = 277,
61      MODUL_CMD = 278,
62      NUMBER_CMD = 279,
63      POLY_CMD = 280,
64      RESOLUTION_CMD = 281,
65      SMATRIX_CMD = 282,
66      VECTOR_CMD = 283,
67      BETTI_CMD = 284,
68      E_CMD = 285,
69      FETCH_CMD = 286,
70      FREEMODULE_CMD = 287,
71      KEEPRING_CMD = 288,
72      IMAP_CMD = 289,
73      KOSZUL_CMD = 290,
74      MAXID_CMD = 291,
75      MONOM_CMD = 292,
76      PAR_CMD = 293,
77      PREIMAGE_CMD = 294,
78      VAR_CMD = 295,
79      VALTVARS = 296,
80      VMAXDEG = 297,
81      VMAXMULT = 298,
82      VNOETHER = 299,
83      VMINPOLY = 300,
84      END_RING = 301,
85      CMD_1 = 302,
86      CMD_2 = 303,
87      CMD_3 = 304,
88      CMD_12 = 305,
89      CMD_13 = 306,
90      CMD_23 = 307,
91      CMD_123 = 308,
92      CMD_M = 309,
93      ROOT_DECL = 310,
94      ROOT_DECL_LIST = 311,
95      RING_DECL = 312,
96      RING_DECL_LIST = 313,
97      EXAMPLE_CMD = 314,
98      EXPORT_CMD = 315,
99      HELP_CMD = 316,
100      KILL_CMD = 317,
101      LIB_CMD = 318,
102      LISTVAR_CMD = 319,
103      SETRING_CMD = 320,
104      TYPE_CMD = 321,
105      STRINGTOK = 322,
106      BLOCKTOK = 323,
107      INT_CONST = 324,
108      UNKNOWN_IDENT = 325,
109      MONOM = 326,
110      PROC_DEF = 327,
111      APPLY = 328,
112      ASSUME_CMD = 329,
113      BREAK_CMD = 330,
114      CONTINUE_CMD = 331,
115      ELSE_CMD = 332,
116      EVAL = 333,
117      QUOTE = 334,
118      FOR_CMD = 335,
119      IF_CMD = 336,
120      SYS_BREAK = 337,
121      WHILE_CMD = 338,
122      RETURN = 339,
123      PARAMETER = 340,
124      SYSVAR = 341,
125      UMINUS = 342
126    };
127 #endif
128 
129 
130 
131 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
132 
133 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
134 # define YYSTYPE_IS_DECLARED 1
135 #endif
136 
137 
138 
139 
140