home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PERL4036.ZIP / perly.h < prev    next >
C/C++ Source or Header  |  1993-02-26  |  2KB  |  85 lines

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