Update precompiled lex/yacc files

This commit is contained in:
Pasi Kallinen
2015-03-21 20:37:44 +02:00
parent b3ca446426
commit e554cba0ac
3 changed files with 3778 additions and 4077 deletions
+24 -22
View File
@@ -1,10 +1,8 @@
/* A Bison parser, made by GNU Bison 3.0.2. */
/* A Bison parser, made by GNU Bison 2.4.1. */ /* Bison interface for Yacc-like parsers in C
/* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
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 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 it under the terms of the GNU General Public License as published by
@@ -32,13 +30,21 @@
This special exception was added by the Free Software Foundation in This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */ version 2.2 of Bison. */
#ifndef YY_YY_Y_TAB_H_INCLUDED
# define YY_YY_Y_TAB_H_INCLUDED
/* Debug traces. */
#ifndef YYDEBUG
# define YYDEBUG 0
#endif
#if YYDEBUG
extern int yydebug;
#endif
/* Tokens. */ /* Token type. */
#ifndef YYTOKENTYPE #ifndef YYTOKENTYPE
# define YYTOKENTYPE # define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers enum yytokentype
know about them. */ {
enum yytokentype {
CHAR = 258, CHAR = 258,
INTEGER = 259, INTEGER = 259,
BOOLEAN = 260, BOOLEAN = 260,
@@ -391,15 +397,12 @@
#define METHOD_SEL_ARRAY 430 #define METHOD_SEL_ARRAY 430
#define DICE 431 #define DICE 431
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE typedef union YYSTYPE YYSTYPE;
union YYSTYPE
{ {
#line 148 "lev_comp.y" /* yacc.c:1909 */
/* Line 1676 of yacc.c */
#line 146 "lev_comp.y"
long i; long i;
char* map; char* map;
@@ -436,16 +439,15 @@ typedef union YYSTYPE
char *varstr; char *varstr;
} meth; } meth;
#line 443 "y.tab.h" /* yacc.c:1909 */
};
/* Line 1676 of yacc.c */
#line 443 "y.tab.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_DECLARED 1
#endif #endif
extern YYSTYPE yylval; extern YYSTYPE yylval;
int yyparse (void);
#endif /* !YY_YY_Y_TAB_H_INCLUDED */
+1577 -1310
View File
File diff suppressed because it is too large Load Diff
+1554 -2122
View File
File diff suppressed because it is too large Load Diff