Added passthroughs and small fix for malloc/free

This commit is contained in:
Nathan Braswell
2014-05-03 20:46:10 -04:00
parent 6a75832b59
commit 9a4507a0f5
3 changed files with 28 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ NodeTree<ASTData>* Importer::import(std::string fileName) {
programInFile.open(i+fileName);
if (programInFile.is_open())
break;
else
std::cout << i+fileName << " is no good" << std::endl;
}
if (!programInFile.is_open()) {
std::cout << "Problem opening programInFile " << fileName << "\n";