diff options
author | Alex <awiens@mail.upb.de> | 2023-01-14 15:44:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 15:44:14 +0100 |
commit | 24a24257302b4dc00d6e6615b72c28dfc19967d8 (patch) | |
tree | 138027ab3f4660cc75a7cf03b984c919500e175b /lib/compilers/_all.js | |
parent | 4521f706bae7aed3e8d01ee39239f7b1f467c3a1 (diff) | |
download | compiler-explorer-24a24257302b4dc00d6e6615b72c28dfc19967d8.tar.gz compiler-explorer-24a24257302b4dc00d6e6615b72c28dfc19967d8.zip |
Add Julia (#4595)gh-5817
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index b2d1f920d..1f7d7012d 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -64,6 +64,7 @@ export {HookCompiler} from './hook'; export {ISPCCompiler} from './ispc'; export {JaktCompiler} from './jakt'; export {JavaCompiler} from './java'; +export {JuliaCompiler} from './julia'; export {KotlinCompiler} from './kotlin'; export {LDCCompiler} from './ldc'; export {LLCCompiler} from './llc'; |