Use clipp for arg parsing
This commit is contained in:
@@ -8,12 +8,14 @@
|
||||
class Wassembler
|
||||
{
|
||||
private:
|
||||
Configuration config;
|
||||
Execute::VirtualMachine vm;
|
||||
|
||||
bool LoadLinesFromFile(std::string const & filePath, std::vector<std::string> & lines) const;
|
||||
bool LoadTokens(std::vector<std::string> const & lines, std::vector<Token::Token> & tokens) const;
|
||||
|
||||
public:
|
||||
void SetMemorySize(unsigned const size);
|
||||
bool LoadFromFile(std::string const & filePath);
|
||||
|
||||
void Run();
|
||||
|
||||
Reference in New Issue
Block a user