aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorTrMen <31260183+TrMen@users.noreply.github.com>2022-07-09 17:03:23 +0200
committerGitHub <noreply@github.com>2022-07-09 17:03:23 +0200
commited4c5814ae9514393f66d9e57faedcced4a1ce09 (patch)
tree88b3adc53fd2516c163047b9b76df3391b0d119a /lib/compilers/_all.js
parent8a72ddc55953117686561e558cbf5e66e8bd7b07 (diff)
downloadcompiler-explorer-gh-3605.tar.gz
compiler-explorer-gh-3605.zip
Add the jakt programming language (#3845)gh-3605
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r--lib/compilers/_all.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js
index fa21a6d86..067ff4a56 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -52,6 +52,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';