33 #ifndef YY_YY_LSHPARSER_TAB_H_INCLUDED
34 # define YY_YY_LSHPARSER_TAB_H_INCLUDED
175 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
176 typedef union YYSTYPE YYSTYPE;
179 #line 64 "lshParser.y"
187 vector<string>* mval;
189 #line 190 "lshParser.tab.h"
191 # define YYSTYPE_IS_TRIVIAL 1
192 # define YYSTYPE_IS_DECLARED 1
196 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
197 typedef struct YYLTYPE YYLTYPE;
205 # define YYLTYPE_IS_DECLARED 1
206 # define YYLTYPE_IS_TRIVIAL 1
210 extern YYSTYPE yylval;
211 extern YYLTYPE yylloc;
Nodo identificador.
Definition: idNode.h:59
Nodo lista de elementos.
Definition: typeNode.h:294
Nodo ejecutable.
Definition: runTree.h:123