Small progress. Have to continue here..

This commit is contained in:
2024-01-20 20:17:36 +01:00
parent 223de7f190
commit fc2744d7fa
4 changed files with 120 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ public:
m_source_file = source_file;
}
int analyze();
virtual int analyze() = 0;
const std::string &get_src_file()
{