@ -179,6 +179,9 @@ void Main::emit(std::ostream &stream, int indent) {
}
voidProgram::emit(std::ostream&stream,intindent){
stream<<"#include <iostream>\n";
stream<<"#include <cstdlib>\n\n";
for(Function*f:functions){
f->emit(stream);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.