projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
This is my patch patch.0a for perl5.000.
[p5sagit/p5-mst-13.2.git]
/
perly.h
1
#define WORD 257
2
#define METHOD 258
3
#define FUNCMETH 259
4
#define THING 260
5
#define PMFUNC 261
6
#define PRIVATEREF 262
7
#define LABEL 263
8
#define FORMAT 264
9
#define SUB 265
10
#define ANONSUB 266
11
#define PACKAGE 267
12
#define USE 268
13
#define WHILE 269
14
#define UNTIL 270
15
#define IF 271
16
#define UNLESS 272
17
#define ELSE 273
18
#define ELSIF 274
19
#define CONTINUE 275
20
#define FOR 276
21
#define LOOPEX 277
22
#define DOTDOT 278
23
#define FUNC0 279
24
#define FUNC1 280
25
#define FUNC 281
26
#define RELOP 282
27
#define EQOP 283
28
#define MULOP 284
29
#define ADDOP 285
30
#define DOLSHARP 286
31
#define DO 287
32
#define LOCAL 288
33
#define HASHBRACK 289
34
#define NOAMP 290
35
#define OROP 291
36
#define ANDOP 292
37
#define NOTOP 293
38
#define LSTOP 294
39
#define ASSIGNOP 295
40
#define OROR 296
41
#define ANDAND 297
42
#define BITOROP 298
43
#define BITANDOP 299
44
#define UNIOP 300
45
#define SHIFTOP 301
46
#define MATCHOP 302
47
#define UMINUS 303
48
#define REFGEN 304
49
#define POWOP 305
50
#define PREINC 306
51
#define PREDEC 307
52
#define POSTINC 308
53
#define POSTDEC 309
54
#define ARROW 310
55
typedef union {
56
I32 ival;
57
char *pval;
58
OP *opval;
59
GV *gvval;
60
} YYSTYPE;
61
extern YYSTYPE yylval;
62
extern YYSTYPE yylval;