also: トランスコンパイラー
noun
transcompiler; source-to-source compiler
A compiler that translates source code from one programming language to another, rather than to machine code. Related to トランスパイラ (transpiler).
See also: トランスパイラ
このトランスコンパイラはPythonのコードをJavaScriptに変換する。
This transcompiler converts Python code into JavaScript.