]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/out/parser.hh
Imported Upstream version 2.18.0
[lilypond.git] / lily / out / parser.hh
diff --git a/lily/out/parser.hh b/lily/out/parser.hh
deleted file mode 100644 (file)
index 2f16b53..0000000
+++ /dev/null
@@ -1,331 +0,0 @@
-/* A Bison parser, made by GNU Bison 2.3.  */
-
-/* Skeleton interface for Bison's Yacc-like parsers in C
-
-   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
-   Free Software Foundation, Inc.
-
-   This program is free software; you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2, or (at your option)
-   any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor,
-   Boston, MA 02110-1301, USA.  */
-
-/* As a special exception, you may create a larger work that contains
-   part or all of the Bison parser skeleton and distribute that work
-   under terms of your choice, so long as that work isn't itself a
-   parser generator using the skeleton or a modified version thereof
-   as a parser skeleton.  Alternatively, if you modify or redistribute
-   the parser skeleton itself, you may (at your option) remove this
-   special exception, which will cause the skeleton and the resulting
-   Bison output files to be licensed under the GNU General Public
-   License without this special exception.
-
-   This special exception was added by the Free Software Foundation in
-   version 2.2 of Bison.  */
-
-/* Tokens.  */
-#ifndef YYTOKENTYPE
-# define YYTOKENTYPE
-   /* Put the tokens into the symbol table, so that GDB and other debuggers
-      know about them.  */
-   enum yytokentype {
-     END_OF_FILE = 0,
-     PREC_BOT = 258,
-     REPEAT = 259,
-     ALTERNATIVE = 260,
-     COMPOSITE = 261,
-     ADDLYRICS = 262,
-     DEFAULT = 263,
-     FUNCTION_ARGLIST = 264,
-     DURATION_IDENTIFIER = 265,
-     REAL = 266,
-     UNSIGNED = 267,
-     TONICNAME_PITCH = 268,
-     NOTENAME_PITCH = 269,
-     PITCH_IDENTIFIER = 270,
-     NUMBER_IDENTIFIER = 271,
-     PREC_TOP = 272,
-     ACCEPTS = 273,
-     ALIAS = 274,
-     BOOK = 275,
-     BOOKPART = 276,
-     CHANGE = 277,
-     CHORDMODE = 278,
-     CHORDS = 279,
-     CONSISTS = 280,
-     CONTEXT = 281,
-     DEFAULTCHILD = 282,
-     DENIES = 283,
-     DESCRIPTION = 284,
-     DRUMMODE = 285,
-     DRUMS = 286,
-     FIGUREMODE = 287,
-     FIGURES = 288,
-     HEADER = 289,
-     INVALID = 290,
-     LAYOUT = 291,
-     LYRICMODE = 292,
-     LYRICS = 293,
-     LYRICSTO = 294,
-     MARKUP = 295,
-     MARKUPLIST = 296,
-     MIDI = 297,
-     NAME = 298,
-     NOTEMODE = 299,
-     OVERRIDE = 300,
-     PAPER = 301,
-     REMOVE = 302,
-     REST = 303,
-     REVERT = 304,
-     SCORE = 305,
-     SEQUENTIAL = 306,
-     SET = 307,
-     SIMULTANEOUS = 308,
-     TEMPO = 309,
-     TYPE = 310,
-     UNSET = 311,
-     WITH = 312,
-     NEWCONTEXT = 313,
-     CHORD_BASS = 314,
-     CHORD_CARET = 315,
-     CHORD_COLON = 316,
-     CHORD_MINUS = 317,
-     CHORD_SLASH = 318,
-     ANGLE_OPEN = 319,
-     ANGLE_CLOSE = 320,
-     DOUBLE_ANGLE_OPEN = 321,
-     DOUBLE_ANGLE_CLOSE = 322,
-     E_BACKSLASH = 323,
-     E_ANGLE_CLOSE = 324,
-     E_CHAR = 325,
-     E_CLOSE = 326,
-     E_EXCLAMATION = 327,
-     E_BRACKET_OPEN = 328,
-     E_OPEN = 329,
-     E_BRACKET_CLOSE = 330,
-     E_ANGLE_OPEN = 331,
-     E_PLUS = 332,
-     E_TILDE = 333,
-     EXTENDER = 334,
-     FIGURE_CLOSE = 335,
-     FIGURE_OPEN = 336,
-     FIGURE_SPACE = 337,
-     HYPHEN = 338,
-     CHORDMODIFIERS = 339,
-     LYRIC_MARKUP = 340,
-     MULTI_MEASURE_REST = 341,
-     E_UNSIGNED = 342,
-     EXPECT_MARKUP = 343,
-     EXPECT_PITCH = 344,
-     EXPECT_DURATION = 345,
-     EXPECT_SCM = 346,
-     BACKUP = 347,
-     REPARSE = 348,
-     EXPECT_MARKUP_LIST = 349,
-     EXPECT_OPTIONAL = 350,
-     EXPECT_NO_MORE_ARGS = 351,
-     EMBEDDED_LILY = 352,
-     BOOK_IDENTIFIER = 353,
-     CHORDMODIFIER_PITCH = 354,
-     CHORD_MODIFIER = 355,
-     CHORD_REPETITION = 356,
-     CONTEXT_DEF_IDENTIFIER = 357,
-     CONTEXT_MOD_IDENTIFIER = 358,
-     DRUM_PITCH = 359,
-     EVENT_IDENTIFIER = 360,
-     EVENT_FUNCTION = 361,
-     FRACTION = 362,
-     LYRICS_STRING = 363,
-     LYRIC_ELEMENT = 364,
-     LYRIC_MARKUP_IDENTIFIER = 365,
-     MARKUP_FUNCTION = 366,
-     MARKUP_LIST_FUNCTION = 367,
-     MARKUP_IDENTIFIER = 368,
-     MARKUPLIST_IDENTIFIER = 369,
-     MUSIC_FUNCTION = 370,
-     MUSIC_IDENTIFIER = 371,
-     OUTPUT_DEF_IDENTIFIER = 372,
-     RESTNAME = 373,
-     SCM_FUNCTION = 374,
-     SCM_IDENTIFIER = 375,
-     SCM_TOKEN = 376,
-     SCORE_IDENTIFIER = 377,
-     STRING = 378,
-     STRING_IDENTIFIER = 379,
-     UNARY_MINUS = 380
-   };
-#endif
-/* Tokens.  */
-#define END_OF_FILE 0
-#define PREC_BOT 258
-#define REPEAT 259
-#define ALTERNATIVE 260
-#define COMPOSITE 261
-#define ADDLYRICS 262
-#define DEFAULT 263
-#define FUNCTION_ARGLIST 264
-#define DURATION_IDENTIFIER 265
-#define REAL 266
-#define UNSIGNED 267
-#define TONICNAME_PITCH 268
-#define NOTENAME_PITCH 269
-#define PITCH_IDENTIFIER 270
-#define NUMBER_IDENTIFIER 271
-#define PREC_TOP 272
-#define ACCEPTS 273
-#define ALIAS 274
-#define BOOK 275
-#define BOOKPART 276
-#define CHANGE 277
-#define CHORDMODE 278
-#define CHORDS 279
-#define CONSISTS 280
-#define CONTEXT 281
-#define DEFAULTCHILD 282
-#define DENIES 283
-#define DESCRIPTION 284
-#define DRUMMODE 285
-#define DRUMS 286
-#define FIGUREMODE 287
-#define FIGURES 288
-#define HEADER 289
-#define INVALID 290
-#define LAYOUT 291
-#define LYRICMODE 292
-#define LYRICS 293
-#define LYRICSTO 294
-#define MARKUP 295
-#define MARKUPLIST 296
-#define MIDI 297
-#define NAME 298
-#define NOTEMODE 299
-#define OVERRIDE 300
-#define PAPER 301
-#define REMOVE 302
-#define REST 303
-#define REVERT 304
-#define SCORE 305
-#define SEQUENTIAL 306
-#define SET 307
-#define SIMULTANEOUS 308
-#define TEMPO 309
-#define TYPE 310
-#define UNSET 311
-#define WITH 312
-#define NEWCONTEXT 313
-#define CHORD_BASS 314
-#define CHORD_CARET 315
-#define CHORD_COLON 316
-#define CHORD_MINUS 317
-#define CHORD_SLASH 318
-#define ANGLE_OPEN 319
-#define ANGLE_CLOSE 320
-#define DOUBLE_ANGLE_OPEN 321
-#define DOUBLE_ANGLE_CLOSE 322
-#define E_BACKSLASH 323
-#define E_ANGLE_CLOSE 324
-#define E_CHAR 325
-#define E_CLOSE 326
-#define E_EXCLAMATION 327
-#define E_BRACKET_OPEN 328
-#define E_OPEN 329
-#define E_BRACKET_CLOSE 330
-#define E_ANGLE_OPEN 331
-#define E_PLUS 332
-#define E_TILDE 333
-#define EXTENDER 334
-#define FIGURE_CLOSE 335
-#define FIGURE_OPEN 336
-#define FIGURE_SPACE 337
-#define HYPHEN 338
-#define CHORDMODIFIERS 339
-#define LYRIC_MARKUP 340
-#define MULTI_MEASURE_REST 341
-#define E_UNSIGNED 342
-#define EXPECT_MARKUP 343
-#define EXPECT_PITCH 344
-#define EXPECT_DURATION 345
-#define EXPECT_SCM 346
-#define BACKUP 347
-#define REPARSE 348
-#define EXPECT_MARKUP_LIST 349
-#define EXPECT_OPTIONAL 350
-#define EXPECT_NO_MORE_ARGS 351
-#define EMBEDDED_LILY 352
-#define BOOK_IDENTIFIER 353
-#define CHORDMODIFIER_PITCH 354
-#define CHORD_MODIFIER 355
-#define CHORD_REPETITION 356
-#define CONTEXT_DEF_IDENTIFIER 357
-#define CONTEXT_MOD_IDENTIFIER 358
-#define DRUM_PITCH 359
-#define EVENT_IDENTIFIER 360
-#define EVENT_FUNCTION 361
-#define FRACTION 362
-#define LYRICS_STRING 363
-#define LYRIC_ELEMENT 364
-#define LYRIC_MARKUP_IDENTIFIER 365
-#define MARKUP_FUNCTION 366
-#define MARKUP_LIST_FUNCTION 367
-#define MARKUP_IDENTIFIER 368
-#define MARKUPLIST_IDENTIFIER 369
-#define MUSIC_FUNCTION 370
-#define MUSIC_IDENTIFIER 371
-#define OUTPUT_DEF_IDENTIFIER 372
-#define RESTNAME 373
-#define SCM_FUNCTION 374
-#define SCM_IDENTIFIER 375
-#define SCM_TOKEN 376
-#define SCORE_IDENTIFIER 377
-#define STRING 378
-#define STRING_IDENTIFIER 379
-#define UNARY_MINUS 380
-
-
-
-
-#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-typedef union YYSTYPE
-#line 182 "/home/gub/gub/target/linux-x86/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.16/lily/parser.yy"
-{
-       Book *book;
-       Output_def *outputdef;
-       SCM scm;
-       std::string *string;
-       Score *score;
-       int i;
-}
-/* Line 1489 of yacc.c.  */
-#line 310 "out/parser-tmp.hh"
-       YYSTYPE;
-# define yystype YYSTYPE /* obsolescent; will be withdrawn */
-# define YYSTYPE_IS_DECLARED 1
-# define YYSTYPE_IS_TRIVIAL 1
-#endif
-
-
-
-#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
-typedef struct YYLTYPE
-{
-  int first_line;
-  int first_column;
-  int last_line;
-  int last_column;
-} YYLTYPE;
-# define yyltype YYLTYPE /* obsolescent; will be withdrawn */
-# define YYLTYPE_IS_DECLARED 1
-# define YYLTYPE_IS_TRIVIAL 1
-#endif
-
-