diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 3 |
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'; |