#ifndef CODEGENERATOR_H #define CODEGENERATOR_H #include "IntRep.h" void generateCode(Simulation& simulation); #endif