Files
whetstone_DSL/editor/src/ast/Generator.h
2026-02-09 19:08:42 -07:00

12 lines
361 B
C

#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"
#include "RustGenerator.h"
#include "GoGenerator.h"