aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2022-07-20 20:43:30 +0200
committerGitHub <noreply@github.com>2022-07-20 20:43:30 +0200
commit9ee63046cd999bd02a72d6f6f078249f3c242b77 (patch)
tree0c261b73a072e377f7174767818b9476a67cda11 /lib/compilers/_all.js
parent309ffe3ac19d17297fae42fe3801ad89ceb38b61 (diff)
parentd319bca54cb316c8f2d5002214e36a2cf8e2b98f (diff)
downloadcompiler-explorer-gh-3685.tar.gz
compiler-explorer-gh-3685.zip
Merge branch 'main' into ldcsymbolizergh-3685
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r--lib/compilers/_all.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js
index fa21a6d86..8cf645a04 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -27,6 +27,7 @@ export {AnalysisTool} from './analysis-tool';
export {AssemblyCompiler} from './assembly';
export {BeebAsmCompiler} from './beebasm';
export {NasmCompiler} from './nasm';
+export {CarbonCompiler} from './carbon';
export {Cc65Compiler} from './cc65';
export {CircleCompiler} from './circle';
export {ClangCompiler} from './clang';
@@ -52,6 +53,7 @@ export {GCCRSCompiler} from './gccrs';
export {GolangCompiler} from './golang';
export {HaskellCompiler} from './haskell';
export {ISPCCompiler} from './ispc';
+export {JaktCompiler} from './jakt';
export {JavaCompiler} from './java';
export {KotlinCompiler} from './kotlin';
export {LDCCompiler} from './ldc';
@@ -65,6 +67,7 @@ export {OptCompiler} from './opt';
export {OSACATool} from './osaca';
export {FPCCompiler} from './pascal';
export {PascalWinCompiler} from './pascal-win';
+export {PonyCompiler} from './pony';
export {PPCICompiler} from './ppci';
export {PtxAssembler} from './ptxas';
export {PythonCompiler} from './python';