#ifndef __POLY_SYMTABLE_H__ #define __POLY_SYMTABLE_H__ #include class CSymTable { public: CSymTable(int aTok, std::string aStr); virtual ~CSymTable(); double dVal; int token; std::string strlex; }; #endif //martysama0134's 623a0779c74cb7565145d45548376308