diff options
Diffstat (limited to 'lib/compilers/_all.ts')
-rw-r--r-- | lib/compilers/_all.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.ts b/lib/compilers/_all.ts index 02d497572..0e1dbb2aa 100644 --- a/lib/compilers/_all.ts +++ b/lib/compilers/_all.ts @@ -103,6 +103,7 @@ export {PonyCompiler} from './pony.js'; export {PPCICompiler} from './ppci.js'; export {PtxAssembler} from './ptxas.js'; export {PythonCompiler} from './python.js'; +export {PythranCompiler} from './pythran.js'; export {RacketCompiler} from './racket.js'; export {RGACompiler} from './rga.js'; export {RubyCompiler} from './ruby.js'; |