summaryrefslogtreecommitdiff
path: root/util/epist/yacc_parser.hh
blob: 87654ab259bfa6be982349d85b2029b3d44507a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef YYSTYPE
#define YYSTYPE int
#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
#define	OPTIONS	265
#define	TRUE	266
#define	FALSE	267


extern YYSTYPE yylval;