diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index bc99138c8..d93272d96 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -36,11 +36,13 @@ export { CprocCompiler } from './cproc'; export { CrystalCompiler } from './crystal'; export { DefaultCompiler } from './default'; export { DMDCompiler } from './dmd'; +export { CSharpCompiler } from './dotnet'; export { EllccCompiler } from './ellcc'; export { ErlangCompiler } from './erlang'; export { EWARMCompiler } from './ewarm'; export { EWAVRCompiler } from './ewavr'; export { FakeCompiler } from './fake-for-test'; +export { FSharpCompiler } from './dotnet'; export { FortranCompiler } from './fortran'; export { GCCCompiler } from './gcc'; export { GCCRSCompiler } from './gccrs'; @@ -71,12 +73,13 @@ export { SdccCompiler } from './sdcc'; export { SPIRVCompiler } from './spirv'; export { SwiftCompiler } from './swift'; export { TenDRACompiler } from './tendra'; +export { TinyCCompiler } from './tinyc'; +export { VBCompiler } from './dotnet'; export { Win32Compiler } from './win32'; export { Win32VcCompiler } from './win32-vc'; export { Win32Vc6Compiler } from './win32-vc6'; export { WineVcCompiler } from './wine-vc'; export { WslVcCompiler } from './wsl-vc'; export { ZigCompiler } from './zig'; -export { TinyCCompiler } from './tinyc'; export { ZigCC } from './zigcc'; export { ZigCXX } from './zigcxx'; |