#ifndef __PARSER_H__ #define __PARSER_H__ typedef char* YYSTYPE ; #define END 0 #define HEARD 258 #define NEWLINE 259 #define IGNORED 260 #endif