Hopefully got self-hosted objects fully working

This commit is contained in:
Nathan Braswell
2016-01-31 19:29:08 -05:00
parent f72930beef
commit 447f0c83b1
5 changed files with 47 additions and 18 deletions

View File

@@ -184,7 +184,7 @@ int main(int argc, char* argv[]) {
//Code generation
//For right now, just C
CGenerator().generateCompSet(ASTs, outputName);
return(0);
// return code from calling C compiler
return CGenerator().generateCompSet(ASTs, outputName);
}