#ifndef AB_PARSER_INCLUDES_H #define AB_PARSER_INCLUDES_H // In case we need to declare any types used in yylval in the parser #include #include using namespace std; #endif // AB_PARSER_INCLUDES_H