Now generates for all files that have been imported. CGenerator uses this to generate all files AND a shell script with the compile command to compile the generated C file.
This commit is contained in:
@@ -75,7 +75,7 @@ std::string StringReader::getTokens(const char *stop_chars, bool truncateEnd)
|
||||
{
|
||||
//End of String
|
||||
end_reached = true;
|
||||
std::cout << "Reached end of file!\n";
|
||||
//std::cout << "Reached end of file!\n";
|
||||
return "";
|
||||
} else {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user