Imported from ../lua-1.1.tar.gz.
[lua.git] / src / y.tab.h
blob5bee29f9093e6b694a4234c5d28b67e333bf3db6
2 typedef union
4 int vInt;
5 long vLong;
6 float vFloat;
7 char *pChar;
8 Word vWord;
9 Byte *pByte;
10 } YYSTYPE;
11 extern YYSTYPE yylval;
12 # define WRONGTOKEN 257
13 # define NIL 258
14 # define IF 259
15 # define THEN 260
16 # define ELSE 261
17 # define ELSEIF 262
18 # define WHILE 263
19 # define DO 264
20 # define REPEAT 265
21 # define UNTIL 266
22 # define END 267
23 # define RETURN 268
24 # define LOCAL 269
25 # define NUMBER 270
26 # define FUNCTION 271
27 # define STRING 272
28 # define NAME 273
29 # define DEBUG 274
30 # define AND 275
31 # define OR 276
32 # define NE 277
33 # define LE 278
34 # define GE 279
35 # define CONC 280
36 # define UNARY 281
37 # define NOT 282