Importing libraries
This commit is contained in:
@@ -37,5 +37,6 @@ class Executor {
|
||||
std::optional<ASTNode> peek(int ahead = 1);
|
||||
public:
|
||||
explicit Executor(ASTCodeBlock in, bool isInitCall = false, std::map<std::string, Object> scopeVals = {}, std::vector<Object> args = {});
|
||||
std::map<std::string, Object> getVariables();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user