2026-02-06 19:35:48 -07:00
|
|
|
#pragma once
|
2026-02-09 14:47:51 -07:00
|
|
|
// 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"
|
2026-02-09 18:44:36 -07:00
|
|
|
#include "JavaScriptGenerator.h"
|
2026-02-09 18:54:52 -07:00
|
|
|
#include "JavaGenerator.h"
|