Refactor main.cpp functions into separate class
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <token/registertype.hpp>
|
||||
#include <token/tokentype.hpp>
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
namespace Token
|
||||
{
|
||||
@@ -46,4 +47,6 @@ namespace Token
|
||||
|
||||
void DebugPrint() const;
|
||||
};
|
||||
|
||||
void PrintTokens(std::vector<Token> const & tokens);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user