diff options
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'; |