#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

# define	ID	257
# define	INT_CONST	258
# define	REAL_CONST	259
# define	BOOL_CONST	260
# define	STRING	261
# define	IF	262
# define	THEN	263
# define	ELSE	264
# define	BEGIN_	265
# define	END	266
# define	WHILE	267
# define	DO	268
# define	VAR	271
# define	PROGRAM	281
# define	INTEGER	282
# define	REAL	283
# define	BOOLEAN	284
# define	CHAR	285
# define	ASSIGN	286
# define	NE	287
# define	GE	288
# define	LE	289
# define	OR	290
# define	DIV	291
# define	MOD	292
# define	AND	293
# define	NOT	294

#endif /* not BISON_Y_TAB_H */

