adding egnerated files to cvs

This commit is contained in:
Dana Jansens 2002-08-08 21:10:52 +00:00
parent a906821589
commit 7d72843f3a
3 changed files with 2832 additions and 0 deletions

1621
util/epist/lex.yy.c Normal file

File diff suppressed because it is too large Load diff

1191
util/epist/yacc_parser.cc Normal file

File diff suppressed because it is too large Load diff

20
util/epist/yacc_parser.hh Normal file
View file

@ -0,0 +1,20 @@
#ifndef BISON_YACC_PARSER_HH
# define BISON_YACC_PARSER_HH
# ifndef YYSTYPE
# define YYSTYPE int
# define YYSTYPE_IS_TRIVIAL 1
# endif
# define OBRACE 257
# define EBRACE 258
# define SEMICOLON 259
# define DASH 260
# define NUMBER 261
# define QUOTES 262
# define WORD 263
# define BINDING 264
extern YYSTYPE yylval;
#endif /* not BISON_YACC_PARSER_HH */