33 #ifndef YY_YY_LSHPARSER_H_INCLUDED
34 # define YY_YY_LSHPARSER_H_INCLUDED
184 #define NULLTOKEN 262
192 #define NAMESPACE 270
205 #define PARTIALFUNC 283
207 #define DECORATOR 285
208 #define CONTEXTFUNC 286
211 #define CLASSACCESS 289
260 #define SUBREPLACE 338
284 #define PROCESSTOKEN 362
285 #define EXITPROCESS 363
289 #define INPUTLINE 367
295 #define ARRAYCHUNK 373
296 #define ARRAYLAST 374
297 #define ARRAYFIRST 375
298 #define ARRAYINSERT 376
299 #define ARRAYDELETE 377
300 #define ARRAYUNSHIFT 378
301 #define ARRAYPUSH 379
302 #define ARRAYSHIFT 380
304 #define LOAD_MODULE 382
311 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
312 typedef union YYSTYPE YYSTYPE;
315 #line 53 "lshParser.y"
323 vector<string>* mval;
325 #line 326 "lshParser.h"
327 # define YYSTYPE_IS_TRIVIAL 1
328 # define YYSTYPE_IS_DECLARED 1
332 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
333 typedef struct YYLTYPE YYLTYPE;
341 # define YYLTYPE_IS_DECLARED 1
342 # define YYLTYPE_IS_TRIVIAL 1
346 extern YYSTYPE yylval;
347 extern YYLTYPE yylloc;
Nodo identificador.
Definition: idNode.h:59
Nodo lista de elementos.
Definition: typeNode.h:294
Nodo ejecutable.
Definition: runTree.h:123