Reworked evaluation to use internal type instead of boost::any
This commit is contained in:
@@ -24,6 +24,8 @@ void Script::Evaluate() {
|
||||
Script::~Script() {
|
||||
delete this -> Diagnostics;
|
||||
delete this -> BoundScript;
|
||||
delete this -> _lastValue;
|
||||
delete this -> _evaluator;
|
||||
}
|
||||
|
||||
void Script::Parse(string script) {
|
||||
|
||||
Reference in New Issue
Block a user