cmCommandArgumentParserTokens.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* A Bison parser, made by GNU Bison 2.1. */
  2. /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984,
  3. 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
  4. Inc.
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2, or (at your option)
  8. any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 51 Franklin Street, Fifth Floor,
  16. Boston, MA 02110-1301, USA. */
  17. /* As a special exception, when this file is copied by Bison into a
  18. Bison output file, you may use that output file without restriction.
  19. This special exception was added by the Free Software Foundation
  20. in version 1.24 of Bison. */
  21. /* Tokens. */
  22. #ifndef YYTOKENTYPE
  23. # define YYTOKENTYPE
  24. /* Put the tokens into the symbol table, so that GDB and other debuggers
  25. know about them. */
  26. enum yytokentype {
  27. cal_NCURLY = 258,
  28. cal_DCURLY = 259,
  29. cal_DOLLAR = 260,
  30. cal_LCURLY = 261,
  31. cal_RCURLY = 262,
  32. cal_NAME = 263,
  33. cal_BSLASH = 264,
  34. cal_SYMBOL = 265,
  35. cal_AT = 266,
  36. cal_ERROR = 267,
  37. cal_ATNAME = 268
  38. };
  39. #endif
  40. /* Tokens. */
  41. #define cal_NCURLY 258
  42. #define cal_DCURLY 259
  43. #define cal_DOLLAR 260
  44. #define cal_LCURLY 261
  45. #define cal_RCURLY 262
  46. #define cal_NAME 263
  47. #define cal_BSLASH 264
  48. #define cal_SYMBOL 265
  49. #define cal_AT 266
  50. #define cal_ERROR 267
  51. #define cal_ATNAME 268
  52. #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
  53. typedef int YYSTYPE;
  54. # define yystype YYSTYPE /* obsolescent; will be withdrawn */
  55. # define YYSTYPE_IS_DECLARED 1
  56. # define YYSTYPE_IS_TRIVIAL 1
  57. #endif