#pragma once
class Interpreter
{
private:
/* data */
public:
Interpreter(/* args */);
~Interpreter();
};