home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / perl / perly.h < prev    next >
C/C++ Source or Header  |  1992-08-19  |  2KB  |  84 lines

  1.  
  2. typedef union  {
  3.     int    ival;
  4.     char *cval;
  5.     ARG *arg;
  6.     CMD *cmdval;
  7.     struct compcmd compval;
  8.     STAB *stabval;
  9.     FCMD *formval;
  10. } YYSTYPE;
  11. extern YYSTYPE yylval;
  12. # define WORD 257
  13. # define APPEND 258
  14. # define OPEN 259
  15. # define SSELECT 260
  16. # define LOOPEX 261
  17. # define USING 262
  18. # define FORMAT 263
  19. # define DO 264
  20. # define SHIFT 265
  21. # define PUSH 266
  22. # define POP 267
  23. # define LVALFUN 268
  24. # define WHILE 269
  25. # define UNTIL 270
  26. # define IF 271
  27. # define UNLESS 272
  28. # define ELSE 273
  29. # define ELSIF 274
  30. # define CONTINUE 275
  31. # define SPLIT 276
  32. # define FLIST 277
  33. # define FOR 278
  34. # define FILOP 279
  35. # define FILOP2 280
  36. # define FILOP3 281
  37. # define FILOP4 282
  38. # define FILOP22 283
  39. # define FILOP25 284
  40. # define FUNC0 285
  41. # define FUNC1 286
  42. # define FUNC2 287
  43. # define FUNC2x 288
  44. # define FUNC3 289
  45. # define FUNC4 290
  46. # define FUNC5 291
  47. # define HSHFUN 292
  48. # define HSHFUN3 293
  49. # define FLIST2 294
  50. # define SUB 295
  51. # define FILETEST 296
  52. # define LOCAL 297
  53. # define DELETE 298
  54. # define RELOP 299
  55. # define EQOP 300
  56. # define MULOP 301
  57. # define ADDOP 302
  58. # define PACKAGE 303
  59. # define AMPER 304
  60. # define FORMLIST 305
  61. # define REG 306
  62. # define ARYLEN 307
  63. # define ARY 308
  64. # define HSH 309
  65. # define STAR 310
  66. # define SUBST 311
  67. # define PATTERN 312
  68. # define RSTRING 313
  69. # define TRANS 314
  70. # define LISTOP 315
  71. # define DOTDOT 316
  72. # define OROR 317
  73. # define ANDAND 318
  74. # define UNIOP 319
  75. # define LS 320
  76. # define RS 321
  77. # define MATCH 322
  78. # define NMATCH 323
  79. # define UMINUS 324
  80. # define POW 325
  81. # define INC 326
  82. # define DEC 327
  83. extern YYSTYPE yylval;
  84.