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