parsers/tester.h
@@ -1,11 +1,12 @@ #ifndef TESTER_H #define TESTER_H #include "../parsers.h" #include "../ast.h" #include "../parsers.h" class tester: public parser { public: class tester : public parser { public: void set_file(std::string file_name); Document* parse(); Document *parse(); }; #endif