-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathytab.h
62 lines (62 loc) · 1.24 KB
/
ytab.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# define LOW 257
# define NUMBER 258
# define CHARCONST 259
# define STRING 260
# define STORAGECLASS 261
# define TYPE 262
# define TYPE_ADJECTIVE 263
# define TYPEDEF_TYPE 264
# define ELLIPSIS 265
# define STRUCT 266
# define ENUM 267
# define IF 268
# define ELSE 269
# define WHILE 270
# define DO 271
# define FOR 272
# define SWITCH 273
# define CASE 274
# define BREAK 275
# define CONTINUE 276
# define RETURN 277
# define GOTO 278
# define DEFAULT 279
# define SYMBOL 280
# define SALLOC 281
# define AALLOC 282
# define SEMI 283
# define COMMA 284
# define ASSIGN 285
# define OP_ASSIGN 286
# define QMARK 287
# define COLON 288
# define OR 289
# define AND 290
# define BIT_OR 291
# define BIT_XOR 292
# define AND_ADDRESS 293
# define EQUALITY 294
# define COMPARISON 295
# define SHIFT 296
# define PLUSMINUS 297
# define MUL_PTR 298
# define DIVMOD 299
# define UNARY 300
# define INCREMENT 301
# define NOT 302
# define BIT_NOT 303
# define SIZEOF 304
# define LBRACKET 305
# define RBRACKET 306
# define LPAREN 307
# define RPAREN 308
# define LBRACE 309
# define RBRACE 310
# define ELEMENT 311
# define HIGH 312
# define SHARPIF 313
# define DEFINED 314
# define LISP_INCLUSION 315
# define MACTOKSTR 316
# define MACTOKCAT 317
# define ENDOFSTREAM 318