This commit is contained in:
parent
fda1fc3ca7
commit
b56cd688ae
16 changed files with 1569 additions and 849 deletions
|
@ -63,19 +63,24 @@ union tagYYSTYPE {
|
|||
#define STOP 257
|
||||
#define IF 258
|
||||
#define ELSE 259
|
||||
#define PAUSE 260
|
||||
#define PRINT 261
|
||||
#define ASSIGN 262
|
||||
#define EQUAL 263
|
||||
#define NOTEQUAL 264
|
||||
#define PLUS 265
|
||||
#define END_STMT 266
|
||||
#define OPEN_PAR 267
|
||||
#define CLOSE_PAR 268
|
||||
#define BEGIN_CS 269
|
||||
#define END_CS 270
|
||||
#define COMMA 271
|
||||
#define VARIABLE 272
|
||||
#define VALUE 273
|
||||
#define FUNCTION 274
|
||||
#define WHILE 260
|
||||
#define DO 261
|
||||
#define PAUSE 262
|
||||
#define PRINT 263
|
||||
#define ASSIGN 264
|
||||
#define EQUAL 265
|
||||
#define NOTEQUAL 266
|
||||
#define LESSTHAN 267
|
||||
#define GREATERTHAN 268
|
||||
#define PLUS 269
|
||||
#define SUBTRACT 270
|
||||
#define END_STMT 271
|
||||
#define OPEN_PAR 272
|
||||
#define CLOSE_PAR 273
|
||||
#define BEGIN_CS 274
|
||||
#define END_CS 275
|
||||
#define COMMA 276
|
||||
#define VARIABLE 277
|
||||
#define VALUE 278
|
||||
#define FUNCTION 279
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue