continue and break statements

This commit is contained in:
Nathan Braswell
2016-01-24 17:31:41 -05:00
parent 9f714dc9ec
commit 83a76c36de
5 changed files with 53 additions and 68 deletions

View File

@@ -41,7 +41,7 @@ void CGenerator::generateCompSet(std::map<std::string, NodeTree<ASTData>*> ASTs,
outputBuild.open(outputName + "/" + scriptName);
outputBuild << buildString;
outputBuild.close();
std::cout << "KRAKEN COMPILING DONE, CALLING C COMPILER" << std::endl;
std::cout << "KRAKEN COMPILER DONE, CALLING C COMPILER" << std::endl;
ssystem("cd " + outputName + "/; sh " + scriptName);
std::cout << "DEFER DOUBLE STACK " << deferDoubleStack.size() << std::endl;
}