cmCommandArgumentParserTokens.h 2.0 KB

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