Lpars.h 549 B

12345678910111213141516171819202122232425
  1. /* LLgen generated code from source . */
  2. #define EOFILE 256
  3. #define LLILLEGAL 257
  4. #define C_IDENT 258
  5. #define C_NUMBER 259
  6. #define C_LITERAL 260
  7. #define C_EXPR 261
  8. #define C_PARAMS 262
  9. #define C_ACTION 263
  10. #define C_TOKEN 264
  11. #define C_START 265
  12. #define C_IF 266
  13. #define C_WHILE 267
  14. #define C_PERSISTENT 268
  15. #define C_FIRST 269
  16. #define C_LEXICAL 270
  17. #define C_PREFIX 271
  18. #define C_ONERROR 272
  19. #define C_AVOID 273
  20. #define C_PREFER 274
  21. #define C_DEFAULT 275
  22. #define C_SUBSTART 276
  23. #define C_ERRONEOUS 277
  24. #define C_ILLEGAL 278
  25. #define LL_MAXTOKNO 278