#pragma once // Convenience header: includes all generators. // Existing code that includes Generator.h continues to work unchanged. #include "ProjectionGenerator.h" #include "PythonGenerator.h" #include "ElispGenerator.h" #include "CppGenerator.h" #include "JavaScriptGenerator.h" #include "JavaGenerator.h"