preprocessor

[priːˈprəʊsesə(r)]

preprocessor 뜻

전처리기 [입력 데이터를 처리하여 다른 프로그램에 대한 입력으로 사용되는 출력을 생성하는 프로그램].

preprocessor는 어떻게 사용할 수 있을까요?

아래 예문들을 통해 다양한 상황에서 "preprocessor"가 어떻게 쓰일 수 있는지 알아보세요!

  • 예문

    The C preprocessor is a macro processor that is used automatically by the C compiler to transform your program before actual compilation.

    C 전처리기는 실제 컴파일 전에 프로그램을 변환하기 위해 C 컴파일러에서 자동으로 사용하는 매크로 프로세서입니다.

  • 예문

    The preprocessor can be used to define constants, include header files, and perform conditional compilation.

    전처리기는 상수를 정의하고, 헤더 파일을 포함하고, 조건부 컴파일을 수행하는 데 사용할 수 있습니다.

  • 예문

    The Sass preprocessor converts Sass code into CSS code.

    Sass 전처리기는 Sass 코드를 CSS 코드로 변환합니다.

  • 예문

    Babel is a JavaScript transpiler that converts modern JavaScript code into a backwards-compatible version of JavaScript.

    Babel은 최신 JavaScript 코드를 이전 버전과 호환되는 JavaScript 버전으로 변환하는 JavaScript 트랜스파일러입니다.

preprocessor의 유의어와 반의어

preprocessor의 유의어

preprocessor와(과) 관련된 관용어는 어떤 것들이 있나요?

  • 실제 컴파일 전에 프로그램을 변환하기 위해 C 컴파일러에서 자동으로 사용하는 매크로 프로세서

    예문

    The C preprocessor can be used to define constants, include header files, and perform conditional compilation.

    C 전처리기는 상수를 정의하고, 헤더 파일을 포함하고, 조건부 컴파일을 수행하는 데 사용할 수 있습니다.

  • Sass 코드를 CSS 코드로 변환하는 전처리기

    예문

    The Sass preprocessor allows you to use variables, mixins, and other advanced features in your CSS code.

    Sass 전처리기를 사용하면 CSS 코드에서 변수, 혼합 및 기타 고급 기능을 사용할 수 있습니다.

  • JavaScript transpiler

    최신 JavaScript 코드를 이전 버전과 호환되는 JavaScript 버전으로 변환하는 도구

    예문

    Babel is a popular JavaScript transpiler that is used to convert ES6 code into ES5 code.

    Babel은 ES6 코드를 ES5 코드로 변환하는 데 사용되는 인기 있는 JavaScript 트랜스파일러입니다.

📌

preprocessor: 핵심 요약

preprocessor [priːˈprəʊsesə(r)] 입력 데이터를 처리하여 다른 프로그램의 입력으로 사용되는 출력을 생성하는 프로그램입니다. 상수를 정의하고, 헤더 파일을 포함하고, 조건부 컴파일을 수행하기 위해 C 및 Sass와 같은 프로그래밍 언어에서 일반적으로 사용됩니다. 다른 예로는 최신 JavaScript 코드를 이전 버전과 호환되는 JavaScript 버전으로 변환하는 JavaScript 트랜스파일러인 Babel이 있습니다.