cmCommandArgumentParserTokens.h 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* A Bison parser, made by GNU Bison 3.0.4. */
  2. /* Bison interface for Yacc-like parsers in C
  3. Copyright (C) 1984, 1989-1990, 2000-2015 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 3 of the License, or
  7. (at your option) 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, see <http://www.gnu.org/licenses/>. */
  14. /* As a special exception, you may create a larger work that contains
  15. part or all of the Bison parser skeleton and distribute that work
  16. under terms of your choice, so long as that work isn't itself a
  17. parser generator using the skeleton or a modified version thereof
  18. as a parser skeleton. Alternatively, if you modify or redistribute
  19. the parser skeleton itself, you may (at your option) remove this
  20. special exception, which will cause the skeleton and the resulting
  21. Bison output files to be licensed under the GNU General Public
  22. License without this special exception.
  23. This special exception was added by the Free Software Foundation in
  24. version 2.2 of Bison. */
  25. #ifndef YY_CMCOMMANDARGUMENT_YY_CMCOMMANDARGUMENTPARSERTOKENS_H_INCLUDED
  26. # define YY_CMCOMMANDARGUMENT_YY_CMCOMMANDARGUMENTPARSERTOKENS_H_INCLUDED
  27. /* Debug traces. */
  28. #ifndef YYDEBUG
  29. # define YYDEBUG 0
  30. #endif
  31. #if YYDEBUG
  32. extern int cmCommandArgument_yydebug;
  33. #endif
  34. /* Token type. */
  35. #ifndef YYTOKENTYPE
  36. # define YYTOKENTYPE
  37. enum yytokentype
  38. {
  39. cal_ENVCURLY = 258,
  40. cal_NCURLY = 259,
  41. cal_DCURLY = 260,
  42. cal_DOLLAR = 261,
  43. cal_LCURLY = 262,
  44. cal_RCURLY = 263,
  45. cal_NAME = 264,
  46. cal_BSLASH = 265,
  47. cal_SYMBOL = 266,
  48. cal_AT = 267,
  49. cal_ERROR = 268,
  50. cal_ATNAME = 269
  51. };
  52. #endif
  53. /* Tokens. */
  54. #define cal_ENVCURLY 258
  55. #define cal_NCURLY 259
  56. #define cal_DCURLY 260
  57. #define cal_DOLLAR 261
  58. #define cal_LCURLY 262
  59. #define cal_RCURLY 263
  60. #define cal_NAME 264
  61. #define cal_BSLASH 265
  62. #define cal_SYMBOL 266
  63. #define cal_AT 267
  64. #define cal_ERROR 268
  65. #define cal_ATNAME 269
  66. /* Value type. */
  67. int cmCommandArgument_yyparse (yyscan_t yyscanner);
  68. #endif /* !YY_CMCOMMANDARGUMENT_YY_CMCOMMANDARGUMENTPARSERTOKENS_H_INCLUDED */