# define CSETLIT 257 # define EOFX 258 # define IDENT 259 # define INTLIT 260 # define REALLIT 261 # define STRINGLIT 262 # define BREAK 263 # define BY 264 # define CASE 265 # define CREATE 266 # define DEFAULT 267 # define DO 268 # define DYNAMIC 269 # define ELSE 270 # define END 271 # define EVERY 272 # define FAIL 273 # define GLOBAL 274 # define IF 275 # define INITIAL 276 # define LINK 277 # define LOCAL 278 # define NEXT 279 # define NOT 280 # define OF 281 # define PROCEDURE 282 # define RECORD 283 # define REPEAT 284 # define RETURN 285 # define STATIC 286 # define SUSPEND 287 # define THEN 288 # define TO 289 # define UNTIL 290 # define WHILE 291 # define ASSIGN 292 # define AT 293 # define AUGACT 294 # define AUGAND 295 # define AUGEQ 296 # define AUGEQV 297 # define AUGGE 298 # define AUGGT 299 # define AUGLE 300 # define AUGLT 301 # define AUGNE 302 # define AUGNEQV 303 # define AUGSEQ 304 # define AUGSGE 305 # define AUGSGT 306 # define AUGSLE 307 # define AUGSLT 308 # define AUGSNE 309 # define BACKSLASH 310 # define BANG 311 # define BAR 312 # define CARET 313 # define CARETASGN 314 # define COLON 315 # define COMMA 316 # define CONCAT 317 # define CONCATASGN 318 # define CONJUNC 319 # define DIFF 320 # define DIFFASGN 321 # define DOT 322 # define EQUIV 323 # define INTER 324 # define INTERASGN 325 # define LBRACE 326 # define LBRACK 327 # define LCONCAT 328 # define LCONCATASGN 329 # define LEXEQ 330 # define LEXGE 331 # define LEXGT 332 # define LEXLE 333 # define LEXLT 334 # define LEXNE 335 # define LPAREN 336 # define MCOLON 337 # define MINUS 338 # define MINUSASGN 339 # define MOD 340 # define MODASGN 341 # define NOTEQUIV 342 # define NUMEQ 343 # define NUMGE 344 # define NUMGT 345 # define NUMLE 346 # define NUMLT 347 # define NUMNE 348 # define PCOLON 349 # define PLUS 350 # define PLUSASGN 351 # define QMARK 352 # define RBRACE 353 # define RBRACK 354 # define REVASSIGN 355 # define REVSWAP 356 # define RPAREN 357 # define SCANASGN 358 # define SEMICOL 359 # define SLASH 360 # define SLASHASGN 361 # define STAR 362 # define STARASGN 363 # define SWAP 364 # define TILDE 365 # define UNION 366 # define UNIONASGN 367