#include "stdio.h" int yylex(); void yyerror(char* s) { printf("%s\n", s); } #include using namespace std; int getIntVal(); double getDblVal(); string getStrVal();