Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #ifndef YYTOKENTYPE
00028 # define YYTOKENTYPE
00029
00030
00031 enum yytokentype {
00032 YAML_ANCHOR = 258,
00033 YAML_ALIAS = 259,
00034 YAML_TRANSFER = 260,
00035 YAML_TAGURI = 261,
00036 YAML_ITRANSFER = 262,
00037 YAML_WORD = 263,
00038 YAML_PLAIN = 264,
00039 YAML_BLOCK = 265,
00040 YAML_DOCSEP = 266,
00041 YAML_IOPEN = 267,
00042 YAML_INDENT = 268,
00043 YAML_IEND = 269
00044 };
00045 #endif
00046 #define YAML_ANCHOR 258
00047 #define YAML_ALIAS 259
00048 #define YAML_TRANSFER 260
00049 #define YAML_TAGURI 261
00050 #define YAML_ITRANSFER 262
00051 #define YAML_WORD 263
00052 #define YAML_PLAIN 264
00053 #define YAML_BLOCK 265
00054 #define YAML_DOCSEP 266
00055 #define YAML_IOPEN 267
00056 #define YAML_INDENT 268
00057 #define YAML_IEND 269
00058
00059
00060
00061
00062 #if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
00063 #line 35 "gram.y"
00064 typedef union YYSTYPE {
00065 SYMID nodeId;
00066 SyckNode *nodeData;
00067 char *name;
00068 } YYSTYPE;
00069
00070 #line 71 "gram.h"
00071 # define yystype YYSTYPE
00072 # define YYSTYPE_IS_DECLARED 1
00073 # define YYSTYPE_IS_TRIVIAL 1
00074 #endif
00075
00076
00077
00078
00079
00080