"compiler" en Korean
Definición
컴파일러는 한 프로그래밍 언어로 작성된 코드를 컴퓨터가 이해하고 실행할 수 있도록 다른 언어, 주로 기계어로 변환해 주는 프로그램입니다.
Notas de Uso (Korean)
주로 IT, 컴퓨터 공학 분야에서 사용합니다. 한 줄씩 번역하는 '인터프리터'와 혼동하지 마세요. 'C 컴파일러', '컴파일러 에러'처럼 자주 쓰입니다.
Ejemplos
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에서 내가 가장 좋아하는 기능은 내장 **컴파일러**로, 시간을 많이 절약해준다.