Loading...
Searching...
No Matches
textFileFormat.tab.h
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7
8/* A Bison parser, made by GNU Bison 2.4.1. */
9
10/* Skeleton interface for Bison's Yacc-like parsers in C
11
12 Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
13 Free Software Foundation, Inc.
14
15 This program is free software: you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation, either version 3 of the License, or
18 (at your option) any later version.
19
20 This program is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details.
24
25 You should have received a copy of the GNU General Public License
26 along with this program. If not, see <http://www.gnu.org/licenses/>. */
27
28/* As a special exception, you may create a larger work that contains
29 part or all of the Bison parser skeleton and distribute that work
30 under terms of your choice, so long as that work isn't itself a
31 parser generator using the skeleton or a modified version thereof
32 as a parser skeleton. Alternatively, if you modify or redistribute
33 the parser skeleton itself, you may (at your option) remove this
34 special exception, which will cause the skeleton and the resulting
35 Bison output files to be licensed under the GNU General Public
36 License without this special exception.
37
38 This special exception was added by the Free Software Foundation in
39 version 2.2 of Bison. */
40
41
42/* Tokens. */
43#ifndef YYTOKENTYPE
44# define YYTOKENTYPE
45 /* Put the tokens into the symbol table, so that GDB and other debuggers
46 know about them. */
47 enum yytokentype {
48 TOK_NL = 258,
49 TOK_MAGIC = 259,
50 TOK_SYNTAX_ERROR = 260,
51 TOK_ASSETREF = 261,
52 TOK_PATHREF = 262,
53 TOK_IDENTIFIER = 263,
54 TOK_CXX_NAMESPACED_IDENTIFIER = 264,
55 TOK_NAMESPACED_IDENTIFIER = 265,
56 TOK_NUMBER = 266,
57 TOK_STRING = 267,
58 TOK_ABSTRACT = 268,
59 TOK_ADD = 269,
60 TOK_APPEND = 270,
61 TOK_CLASS = 271,
62 TOK_CONFIG = 272,
63 TOK_CONNECT = 273,
64 TOK_CUSTOM = 274,
65 TOK_CUSTOMDATA = 275,
66 TOK_DEF = 276,
67 TOK_DEFAULT = 277,
68 TOK_DELETE = 278,
69 TOK_DICTIONARY = 279,
70 TOK_DISPLAYUNIT = 280,
71 TOK_DOC = 281,
72 TOK_INHERITS = 282,
73 TOK_KIND = 283,
74 TOK_NAMECHILDREN = 284,
75 TOK_NONE = 285,
76 TOK_OFFSET = 286,
77 TOK_OVER = 287,
78 TOK_PERMISSION = 288,
79 TOK_PAYLOAD = 289,
80 TOK_PREFIX_SUBSTITUTIONS = 290,
81 TOK_SUFFIX_SUBSTITUTIONS = 291,
82 TOK_PREPEND = 292,
83 TOK_PROPERTIES = 293,
84 TOK_REFERENCES = 294,
85 TOK_RELOCATES = 295,
86 TOK_REL = 296,
87 TOK_RENAMES = 297,
88 TOK_REORDER = 298,
89 TOK_ROOTPRIMS = 299,
90 TOK_SCALE = 300,
91 TOK_SPECIALIZES = 301,
92 TOK_SUBLAYERS = 302,
93 TOK_SYMMETRYARGUMENTS = 303,
94 TOK_SYMMETRYFUNCTION = 304,
95 TOK_TIME_SAMPLES = 305,
96 TOK_UNIFORM = 306,
97 TOK_VARIANTS = 307,
98 TOK_VARIANTSET = 308,
99 TOK_VARIANTSETS = 309,
100 TOK_VARYING = 310
101 };
102#endif
103
104
105
106#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
107typedef int YYSTYPE;
108# define YYSTYPE_IS_TRIVIAL 1
109# define yystype YYSTYPE /* obsolescent; will be withdrawn */
110# define YYSTYPE_IS_DECLARED 1
111#endif
112
113
114
115