#define SYM_ADDRESS 257 #define SYM_ALLOCATE 258 #define SYM_AND 259 #define SYM_ASSERT 260 #define SYM_ASSIGN 261 #define SYM_ATOM 262 #define SYM_ATSIGN 263 #define SYM_ATTRIBUTE 264 #define SYM_BOUNDS 265 #define SYM_BREAK 266 #define SYM_CALL 267 #define SYM_COMMA 268 #define SYM_CONTINUE 269 #define SYM_DEALLOCATE 270 #define SYM_DEBUG 271 #define SYM_DECL 272 #define SYM_DELETE 273 #define SYM_DONT_MATCH 274 #define SYM_DYNAMIC 275 #define SYM_ELSE 276 #define SYM_EQUAL 277 #define SYM_ERROR 278 #define SYM_FILE 279 #define SYM_FLOAT 280 #define SYM_FLOAT_LIT 281 #define SYM_FOR 282 #define SYM_FOREACH 283 #define SYM_GREATER 284 #define SYM_GREATER_EQUAL 285 #define SYM_HASHED 286 #define SYM_IDENT 287 #define SYM_IF 288 #define SYM_IN 289 #define SYM_INDEX 290 #define SYM_INDIRECT 291 #define SYM_INT 292 #define SYM_INT_LIT 293 #define SYM_LBRACE 294 #define SYM_LBRACK 295 #define SYM_LESS 296 #define SYM_LESS_EQUAL 297 #define SYM_LIST 298 #define SYM_LPAREN 299 #define SYM_MATCH 300 #define SYM_MATRIX 301 #define SYM_MINUS 302 #define SYM_MINUS_ASSIGN 303 #define SYM_MINUS_MINUS 304 #define SYM_MODULUS 305 #define SYM_MODULUS_ASSIGN 306 #define SYM_MOLECULE 307 #define SYM_NEGATE 308 #define SYM_NOT 309 #define SYM_NOT_EQUAL 310 #define SYM_OR 311 #define SYM_PARM 312 #define SYM_PERIOD 313 #define SYM_PLUS 314 #define SYM_PLUS_ASSIGN 315 #define SYM_PLUS_PLUS 316 #define SYM_POINT 317 #define SYM_POINTS_TO 318 #define SYM_RBRACE 319 #define SYM_RBRACK 320 #define SYM_RESIDUE 321 #define SYM_RETURN 322 #define SYM_RPAREN 323 #define SYM_SEMICOLON 324 #define SYM_SIZE_T 325 #define SYM_SLASH 326 #define SYM_SLASH_ASSIGN 327 #define SYM_STAR 328 #define SYM_STAR_ASSIGN 329 #define SYM_STMTLIST 330 #define SYM_STRING 331 #define SYM_STRING_LIT 332 #define SYM_STRUCT 333 #define SYM_TEST 334 #define SYM_TYPE 335 #define SYM_UPARROW 336 #define SYM_UPARROW_ASSIGN 337 #define SYM_WHILE 338