Memory added plus basic memory operations
This commit is contained in:
@@ -11,5 +11,6 @@ namespace Interpret
|
||||
{
|
||||
std::vector<std::unique_ptr<Statement>> statements;
|
||||
std::unordered_map<std::string, unsigned> labelStatementIndice;
|
||||
std::unordered_map<std::string, int> declarations;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user