diff options
Diffstat (limited to 'lib/compilers/_all.ts')
-rw-r--r-- | lib/compilers/_all.ts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/compilers/_all.ts b/lib/compilers/_all.ts index efb91b8d0..03593ba60 100644 --- a/lib/compilers/_all.ts +++ b/lib/compilers/_all.ts @@ -27,6 +27,7 @@ export {AnalysisTool} from './analysis-tool.js'; export {AssemblyCompiler} from './assembly.js'; export {AvrGcc6502Compiler} from './avrgcc6502.js'; export {BeebAsmCompiler} from './beebasm.js'; +export {C3Compiler} from './c3c.js'; export {CarbonCompiler} from './carbon.js'; export {Cc65Compiler} from './cc65.js'; export {CircleCompiler} from './circle.js'; @@ -37,7 +38,10 @@ export {ClangCLCompiler} from './clangcl.js'; export {ClangCudaCompiler} from './clang.js'; export {ClangHipCompiler} from './clang.js'; export {ClangIntelCompiler} from './clang.js'; +export {ClangHexagonCompiler} from './clang.js'; +export {ClangDxcCompiler} from './clang.js'; export {CleanCompiler} from './clean.js'; +export {CompCertCompiler} from './compcert.js'; export {CppFrontCompiler} from './cppfront.js'; export {CprocCompiler} from './cproc.js'; export {CLSPVCompiler} from './clspv.js'; @@ -46,6 +50,7 @@ export {CSharpCompiler} from './dotnet.js'; export {DartCompiler} from './dart.js'; export {DefaultCompiler} from './default.js'; export {DMDCompiler} from './dmd.js'; +export {EDGCompiler} from './edg.js'; export {EllccCompiler} from './ellcc.js'; export {ErlangCompiler} from './erlang.js'; export {EWARMCompiler} from './ewarm.js'; @@ -57,6 +62,7 @@ export {FPCCompiler} from './pascal.js'; export {FSharpCompiler} from './dotnet.js'; export {GCCCompiler} from './gcc.js'; export {GCCRSCompiler} from './gccrs.js'; +export {GCCCobolCompiler} from './gcccobol.js'; export {GnuCobolCompiler} from './gnucobol.js'; export {GolangCompiler} from './golang.js'; export {HaskellCompiler} from './haskell.js'; @@ -71,13 +77,16 @@ export {LDCCompiler} from './ldc.js'; export {LLCCompiler} from './llc.js'; export {LLVMmcaTool} from './llvm-mca.js'; export {LLVMMOSCompiler} from './llvm-mos.js'; +export {MovfuscatorCompiler} from './movfuscator.js'; export {MLIRCompiler} from './mlir.js'; export {GM2Compiler} from './gm2.js'; export {MrustcCompiler} from './mrustc.js'; +export {SnowballCompiler} from './snowball.js'; export {NasmCompiler} from './nasm.js'; export {NimCompiler} from './nim.js'; export {NvccCompiler} from './nvcc.js'; export {NvrtcCompiler} from './nvrtc.js'; +export {NvcppCompiler} from './nvcpp.js'; export {OCamlCompiler} from './ocaml.js'; export {OptCompiler} from './opt.js'; export {OSACATool} from './osaca.js'; @@ -97,14 +106,20 @@ export {SolidityCompiler} from './solidity.js'; export {SPIRVCompiler} from './spirv.js'; export {SwiftCompiler} from './swift.js'; export {TenDRACompiler} from './tendra.js'; +export {TIC2000} from './tic2000.js'; export {TinyCCompiler} from './tinyc.js'; export {ToitCompiler} from './toit.js'; export {TurboCCompiler} from './turboc.js'; export {TypeScriptNativeCompiler} from './typescript-native.js'; +export {VCompiler} from './v.js'; +export {ValaCompiler} from './vala.js'; export {VBCompiler} from './dotnet.js'; +export {V8Compiler} from './v8.js'; export {Win32Compiler} from './win32.js'; export {Win32Vc6Compiler} from './win32-vc6.js'; export {Win32VcCompiler} from './win32-vc.js'; +export {Win32MingWGcc} from './win32-mingw-gcc.js'; +export {Win32MingWClang} from './win32-mingw-clang.js'; export {WineVcCompiler} from './wine-vc.js'; export {WslVcCompiler} from './wsl-vc.js'; export {ValCompiler} from './val.js'; |