diff options
author | Christopher Smyth <crs2017@gmail.com> | 2022-07-10 15:58:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 21:58:19 +0200 |
commit | a5c45b6f0b7d8c0f85198f1142c480a477e09420 (patch) | |
tree | 6b46cb4cff88ddd01249d5e2c1d673c8b043bd5b /lib/compilers/_all.js | |
parent | a4565fb352b724ee9eddde4218326c2d28352820 (diff) | |
download | compiler-explorer-a5c45b6f0b7d8c0f85198f1142c480a477e09420.tar.gz compiler-explorer-a5c45b6f0b7d8c0f85198f1142c480a477e09420.zip |
Pony Lang Config (#3855)gh-3615
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 067ff4a56..115cf7564 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -66,6 +66,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'; |