diff --git a/src/Generator/Generators/C/NAPI/NAPIGenerator.cs b/src/Generator/Generators/NAPI/NAPIGenerator.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPIGenerator.cs rename to src/Generator/Generators/NAPI/NAPIGenerator.cs diff --git a/src/Generator/Generators/C/NAPI/NAPIHeaders.cs b/src/Generator/Generators/NAPI/NAPIHeaders.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPIHeaders.cs rename to src/Generator/Generators/NAPI/NAPIHeaders.cs diff --git a/src/Generator/Generators/C/NAPI/NAPIHelpers.cs b/src/Generator/Generators/NAPI/NAPIHelpers.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPIHelpers.cs rename to src/Generator/Generators/NAPI/NAPIHelpers.cs diff --git a/src/Generator/Generators/C/NAPI/NAPIMarshal.cs b/src/Generator/Generators/NAPI/NAPIMarshal.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPIMarshal.cs rename to src/Generator/Generators/NAPI/NAPIMarshal.cs diff --git a/src/Generator/Generators/C/NAPI/NAPIModule.cs b/src/Generator/Generators/NAPI/NAPIModule.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPIModule.cs rename to src/Generator/Generators/NAPI/NAPIModule.cs diff --git a/src/Generator/Generators/C/NAPI/NAPISources.cs b/src/Generator/Generators/NAPI/NAPISources.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPISources.cs rename to src/Generator/Generators/NAPI/NAPISources.cs diff --git a/src/Generator/Generators/C/NAPI/NAPITypeCheckGen.cs b/src/Generator/Generators/NAPI/NAPITypeCheckGen.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPITypeCheckGen.cs rename to src/Generator/Generators/NAPI/NAPITypeCheckGen.cs diff --git a/src/Generator/Generators/C/NAPI/NAPITypeCheckPass.cs b/src/Generator/Generators/NAPI/NAPITypeCheckPass.cs similarity index 100% rename from src/Generator/Generators/C/NAPI/NAPITypeCheckPass.cs rename to src/Generator/Generators/NAPI/NAPITypeCheckPass.cs diff --git a/src/Generator/Generators/C/QuickJS/QuickJSGenerator.cs b/src/Generator/Generators/QuickJS/QuickJSGenerator.cs similarity index 100% rename from src/Generator/Generators/C/QuickJS/QuickJSGenerator.cs rename to src/Generator/Generators/QuickJS/QuickJSGenerator.cs diff --git a/src/Generator/Generators/C/QuickJS/QuickJSHeaders.cs b/src/Generator/Generators/QuickJS/QuickJSHeaders.cs similarity index 100% rename from src/Generator/Generators/C/QuickJS/QuickJSHeaders.cs rename to src/Generator/Generators/QuickJS/QuickJSHeaders.cs diff --git a/src/Generator/Generators/C/QuickJS/QuickJSMarshal.cs b/src/Generator/Generators/QuickJS/QuickJSMarshal.cs similarity index 100% rename from src/Generator/Generators/C/QuickJS/QuickJSMarshal.cs rename to src/Generator/Generators/QuickJS/QuickJSMarshal.cs diff --git a/src/Generator/Generators/C/QuickJS/QuickJSModule.cs b/src/Generator/Generators/QuickJS/QuickJSModule.cs similarity index 100% rename from src/Generator/Generators/C/QuickJS/QuickJSModule.cs rename to src/Generator/Generators/QuickJS/QuickJSModule.cs diff --git a/src/Generator/Generators/C/QuickJS/QuickJSSources.cs b/src/Generator/Generators/QuickJS/QuickJSSources.cs similarity index 100% rename from src/Generator/Generators/C/QuickJS/QuickJSSources.cs rename to src/Generator/Generators/QuickJS/QuickJSSources.cs diff --git a/src/Generator/Generators/C/QuickJS/QuickJSTypePrinter.cs b/src/Generator/Generators/QuickJS/QuickJSTypePrinter.cs similarity index 100% rename from src/Generator/Generators/C/QuickJS/QuickJSTypePrinter.cs rename to src/Generator/Generators/QuickJS/QuickJSTypePrinter.cs