"compiler" in Japanese
Definition
コンパイラは、あるプログラミング言語で書かれたコードを、コンピュータが理解して実行できるように別の言語(通常は機械語)に変換するソフトウェアです。
Usage Notes (Japanese)
主にテクニカルやコンピュータ分野で使われます。「インタプリタ」とは異なり、コンパイラは一括で変換します。「Cコンパイラ」「コンパイラエラー」などの表現がよく使われます。
Examples
The compiler translated my code into a program that can run on my computer.
**コンパイラ**が私のコードをパソコンで実行できるプログラムに変換しました。
You need a compiler to create software from source code.
ソースコードからソフトウェアを作成するには**コンパイラ**が必要です。
A C compiler helps programmers write applications in C language.
C **コンパイラ**はプログラマーがC言語でアプリケーションを書くのに役立ちます。
If your code doesn't work, check the compiler for error messages.
コードが動かないときは、**コンパイラ**のエラーメッセージを確認しましょう。
There are many types of compilers, each made for different programming languages.
プログラミング言語ごとに様々な種類の**コンパイラ**があります。
My favorite feature in this IDE is the built-in compiler—it saves me so much time.
このIDEで一番好きな機能は内蔵**コンパイラ**で、とても時間の節約になります。