翻訳と辞書
Words near each other
・ Preposterously Dank
・ Prepotenti più di prima
・ Prepotential
・ Prepotherium
・ Prepotto
・ Prepoznavanje
・ Preppie (album)
・ Preppie! (video game)
・ Preppies (film)
・ Prepple Houmb
・ Preppy
・ Prepress
・ Prepress proofing
・ Preprint
・ Preprismatoolithus
Preprocessor
・ Preprocessor (CAE)
・ Preproenzyme
・ Preprohormone
・ Preproinsulin
・ Preprophase
・ Preprophase band
・ Preprotachykinin
・ PrepStar College Recruiting
・ Preptos oropus
・ Preptothauma oxydiata
・ Preptotheria
・ Prepubertal hypertrichosis
・ Prepuce
・ Prepulse inhibition


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Preprocessor : ウィキペディア英語版
Preprocessor

In computer science, a preprocessor is a program that processes its input data to produce output that is used as input to another program. The output is said to be a preprocessed form of the input data, which is often used by some subsequent programs like compilers. The amount and kind of processing done depends on the nature of the preprocessor; some preprocessors are only capable of performing relatively simple textual substitutions and macro expansions, while others have the power of full-fledged programming languages.
A common example from computer programming is the processing performed on source code before the next step of compilation.
In some computer languages (e.g., C and PL/I) there is a phase of translation known as ''preprocessing''.
==Lexical preprocessors==
Lexical preprocessors are the lowest-level of preprocessors as they only require lexical analysis, that is, they operate on the source text, prior to any parsing, by performing simple substitution of tokenized character sequences for other tokenized character sequences, according to user-defined rules. They typically perform macro substitution, textual inclusion of other files, and conditional compilation or inclusion.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Preprocessor」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.